Searched refs:section_headers (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 587 SectionHeaderColl section_headers; in GetModuleSpecifications() local 1337 if (!section_headers.empty()) in GetSectionHeaderInfo() 1338 return section_headers.size(); in GetSectionHeaderInfo() 1416 section_headers.resize(header.e_shnum); in GetSectionHeaderInfo() 1417 if (section_headers.size() != header.e_shnum) in GetSectionHeaderInfo() 1429 if (!section_headers[idx].Parse(sh_data, &offset)) in GetSectionHeaderInfo() 1432 if (idx < section_headers.size()) in GetSectionHeaderInfo() 1433 section_headers.resize(idx); in GetSectionHeaderInfo() 1444 I != section_headers.end(); ++I) { in GetSectionHeaderInfo() 1568 return section_headers.size(); in GetSectionHeaderInfo() [all …]
|
| H A D | ObjectFileELF.h | 266 static size_t GetSectionHeaderInfo(SectionHeaderColl §ion_headers,
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | Opts.td | 35 def section_headers : FF<"section-headers", "Display section headers">; 113 def : FF<"sections", "Alias for --section-headers">, Alias<section_headers>; 129 def : F<"S", "Alias for --section-headers">, Alias<section_headers>;
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 149 def section_headers : Flag<["--"], "section-headers">, 151 def : Flag<["--"], "headers">, Alias<section_headers>, 153 def : Flag<["-"], "h">, Alias<section_headers>,
|