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.cpp633 SectionHeaderColl section_headers; in GetModuleSpecifications() local
636 GetSectionHeaderInfo(section_headers, data, header, uuid, in GetModuleSpecifications()
1358 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo() argument
1366 if (!section_headers.empty()) in GetSectionHeaderInfo()
1367 return section_headers.size(); in GetSectionHeaderInfo()
1462 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo()
1463 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo()
1475 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo()
1478 if (idx < section_headers.size()) in GetSectionHeaderInfo()
1479 section_headers.resize(idx); in GetSectionHeaderInfo()
[all …]
H A DObjectFileELF.h278 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>,