Searched refs:section_headers (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 616 SectionHeaderColl section_headers; in GetModuleSpecifications() local 1376 if (!section_headers.empty()) in GetSectionHeaderInfo() 1377 return section_headers.size(); in GetSectionHeaderInfo() 1455 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo() 1456 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo() 1468 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo() 1471 if (idx < section_headers.size()) in GetSectionHeaderInfo() 1472 section_headers.resize(idx); in GetSectionHeaderInfo() 1483 I != section_headers.end(); ++I) { in GetSectionHeaderInfo() 1607 return section_headers.size(); in GetSectionHeaderInfo() [all …]
|
| H A D | ObjectFileELF.h | 267 static size_t GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 37 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-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 178 def section_headers : Flag<["--"], "section-headers">, 180 def : Flag<["--"], "headers">, Alias<section_headers>, 182 def : Flag<["-"], "h">, Alias<section_headers>,
|