Home
last modified time | relevance | path

Searched refs:SectionHeaderTable (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dsection-headers-exclude.yaml35 - 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 Dsection-headers.yaml37 - 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 Dshstrtab.yaml352 - Type: SectionHeaderTable
380 - Type: SectionHeaderTable
412 - Type: SectionHeaderTable
451 - Type: SectionHeaderTable
H A Dverneed-section.yaml185 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h209 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 Dbroken_dynsym.yaml23 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/
H A Dsplit-dwarf-split.dwo.yaml45 - Type: SectionHeaderTable
H A Dsplit-dwarf-single.o.yaml67 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DELF_aarch64_ehframe.test35 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Ddisassemble-no-section.test39 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dlayout-sections-by-original-offsets.test58 - Type: SectionHeaderTable
H A Ddynsym-valid-refs.test53 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/Object/BPF/
H A Dyaml2obj-elf-bpf-rel.yaml59 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dshstrtab.yaml176 - Type: SectionHeaderTable
184 ## FIXME: There should be a SectionHeaderTable key as per the input.
206 # REORDER-NEXT: - Type: SectionHeaderTable
221 - Type: SectionHeaderTable
H A Deshnum.yaml57 ## FIXME: we should emit the `SectionHeaderTable` key with `NoHeaders=true` for this case.
H A Doffset.yaml39 # HEADERS-NEXT: - Type: SectionHeaderTable
106 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-reloc-no-section-headers.test53 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Ddwarfdump-rela.yaml57 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp361 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 DELFYAML.cpp40 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 Delf-disassemble-symbolize-operands.yaml74 - Type: SectionHeaderTable
/llvm-project-15.0.7/bolt/test/AArch64/Inputs/
H A Dtls-trad.yaml130 - Type: SectionHeaderTable
H A Dtls-ld.yaml123 - Type: SectionHeaderTable
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp163 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 Dread-elf-dynsym.test96 - Type: SectionHeaderTable

12