Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp616 SectionHeaderColl section_headers; in GetModuleSpecifications() local
619 GetSectionHeaderInfo(section_headers, data, header, uuid, in GetModuleSpecifications()
1382 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo() argument
1390 if (!section_headers.empty()) in GetSectionHeaderInfo()
1391 return section_headers.size(); in GetSectionHeaderInfo()
1469 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo()
1470 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo()
1482 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo()
1485 if (idx < section_headers.size()) in GetSectionHeaderInfo()
1486 section_headers.resize(idx); in GetSectionHeaderInfo()
[all …]
H A DObjectFileELF.h270 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td38 def section_headers : FF<"section-headers", "Display section headers">;
120 def : FF<"sections", "Alias for --section-headers">, Alias<section_headers>;
136 def : F<"S", "Alias for --section-headers">, Alias<section_headers>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td178 def section_headers : Flag<["--"], "section-headers">,
180 def : Flag<["--"], "headers">, Alias<section_headers>,
182 def : Flag<["-"], "h">, Alias<section_headers>,