Home
last modified time | relevance | path

Searched refs:section_headers (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp559 SectionHeaderColl section_headers; in GetModuleSpecifications() local
562 GetSectionHeaderInfo(section_headers, data, header, uuid, in GetModuleSpecifications()
1308 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo() argument
1316 if (!section_headers.empty()) in GetSectionHeaderInfo()
1317 return section_headers.size(); in GetSectionHeaderInfo()
1373 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo()
1374 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo()
1386 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo()
1389 if (idx < section_headers.size()) in GetSectionHeaderInfo()
1390 section_headers.resize(idx); in GetSectionHeaderInfo()
[all …]
DObjectFileELF.h262 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,
/external/rust/crates/gdbstub/examples/armv4t/
Demu.rs38 .section_headers in new()
/external/rust/crates/gdbstub/examples/armv4t_multicore/
Demu.rs62 .section_headers in new()