Searched refs:section_headers (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 575 SectionHeaderColl section_headers; in GetModuleSpecifications() local 1329 if (!section_headers.empty()) in GetSectionHeaderInfo() 1330 return section_headers.size(); in GetSectionHeaderInfo() 1386 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo() 1387 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo() 1399 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo() 1402 if (idx < section_headers.size()) in GetSectionHeaderInfo() 1403 section_headers.resize(idx); in GetSectionHeaderInfo() 1414 I != section_headers.end(); ++I) { in GetSectionHeaderInfo() 1538 return section_headers.size(); in GetSectionHeaderInfo() [all …]
|
| H A D | ObjectFileELF.h | 262 static size_t GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 34 def section_headers : FF<"section-headers", "Display section headers">; 107 def : FF<"sections", "Alias for --section-headers">, Alias<section_headers>; 123 def : F<"S", "Alias for --section-headers">, Alias<section_headers>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 135 def section_headers : Flag<["--"], "section-headers">, 137 def : Flag<["--"], "headers">, Alias<section_headers>, 139 def : Flag<["-"], "h">, Alias<section_headers>,
|