| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | section-headers-exclude.yaml | 35 - Type: SectionHeaderTable 70 - Type: SectionHeaderTable 96 - Type: SectionHeaderTable 112 - Type: SectionHeaderTable 140 - Type: SectionHeaderTable 166 - Type: SectionHeaderTable 191 - Type: SectionHeaderTable 216 - Type: SectionHeaderTable 237 - Type: SectionHeaderTable 259 - Type: SectionHeaderTable [all …]
|
| H A D | section-headers.yaml | 37 - Type: SectionHeaderTable 96 - Type: SectionHeaderTable 116 - Type: SectionHeaderTable 150 - Type: SectionHeaderTable 173 - Type: SectionHeaderTable 240 - Type: SectionHeaderTable 323 - Type: SectionHeaderTable 371 - Type: SectionHeaderTable 393 - Type: SectionHeaderTable 417 - Type: SectionHeaderTable [all …]
|
| H A D | shstrtab.yaml | 352 - Type: SectionHeaderTable 380 - Type: SectionHeaderTable 412 - Type: SectionHeaderTable 451 - Type: SectionHeaderTable
|
| H A D | verneed-section.yaml | 185 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 209 SectionHeaderTable, enumerator 291 struct SectionHeaderTable : Chunk { struct 292 SectionHeaderTable(bool IsImplicit) in SectionHeaderTable() argument 293 : Chunk(ChunkKind::SectionHeaderTable, IsImplicit) {} in SectionHeaderTable() 296 return S->Kind == ChunkKind::SectionHeaderTable; in classof() argument 718 const SectionHeaderTable &getSectionHeaderTable() const { in getSectionHeaderTable() 720 if (auto *S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) in getSectionHeaderTable()
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | broken_dynsym.yaml | 23 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | split-dwarf-split.dwo.yaml | 45 - Type: SectionHeaderTable
|
| H A D | split-dwarf-single.o.yaml | 67 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/ |
| H A D | ELF_aarch64_ehframe.test | 35 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | disassemble-no-section.test | 39 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | layout-sections-by-original-offsets.test | 58 - Type: SectionHeaderTable
|
| H A D | dynsym-valid-refs.test | 53 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/Object/BPF/ |
| H A D | yaml2obj-elf-bpf-rel.yaml | 59 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/ |
| H A D | shstrtab.yaml | 176 - Type: SectionHeaderTable 184 ## FIXME: There should be a SectionHeaderTable key as per the input. 206 # REORDER-NEXT: - Type: SectionHeaderTable 221 - Type: SectionHeaderTable
|
| H A D | eshnum.yaml | 57 ## FIXME: we should emit the `SectionHeaderTable` key with `NoHeaders=true` for this case.
|
| H A D | offset.yaml | 39 # HEADERS-NEXT: - Type: SectionHeaderTable 106 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dynamic-reloc-no-section-headers.test | 53 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ARM/ |
| H A D | dwarfdump-rela.yaml | 57 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 361 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState() 366 if (auto S = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in ELFState() 452 std::make_unique<ELFYAML::SectionHeaderTable>(/*IsImplicit=*/true)); in ELFState() 506 const ELFYAML::SectionHeaderTable &SectionHeaders = in writeELFHeader() 596 const ELFYAML::SectionHeaderTable &SectionHeaders = in toSectionIndex() 771 if (ELFYAML::SectionHeaderTable *S = in initSectionHeaders() 772 dyn_cast<ELFYAML::SectionHeaderTable>(D.get())) { in initSectionHeaders() 1784 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionHeaderReorderMap() 1835 const ELFYAML::SectionHeaderTable &SectionHeaders = in buildSectionIndex() 1971 const ELFYAML::SectionHeaderTable &SHT = Doc.getSectionHeaderTable(); in writeELF()
|
| H A D | ELFYAML.cpp | 40 constexpr StringRef SectionHeaderTable::TypeStr; 1451 ELFYAML::SectionHeaderTable &SHT) { in sectionHeaderTableMapping() 1526 else if (auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(Section.get())) in mapping() 1543 if (TypeStr == ELFYAML::SectionHeaderTable::TypeStr) { in mapping() 1547 Section.reset(new ELFYAML::SectionHeaderTable(/*IsImplicit=*/false)); in mapping() 1550 IO, *cast<ELFYAML::SectionHeaderTable>(Section.get())); in mapping() 1685 if (const auto *SHT = dyn_cast<ELFYAML::SectionHeaderTable>(C.get())) { in validate()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/AMDGPU/ |
| H A D | elf-disassemble-symbolize-operands.yaml | 74 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/bolt/test/AArch64/Inputs/ |
| H A D | tls-trad.yaml | 130 - Type: SectionHeaderTable
|
| H A D | tls-ld.yaml | 123 - Type: SectionHeaderTable
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 163 return static_cast<const T *>(SectionHeaderTable); in sectionHeaderTable() 169 return static_cast<const XCOFFSectionHeader32 *>(SectionHeaderTable); in sectionHeaderTable32() 175 return static_cast<const XCOFFSectionHeader64 *>(SectionHeaderTable); in sectionHeaderTable64() 888 return reinterpret_cast<uintptr_t>(SectionHeaderTable); in getSectionHeaderTableAddress() 1087 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | read-elf-dynsym.test | 96 - Type: SectionHeaderTable
|