Searched refs:SectionHeaderTable (Results 1 – 13 of 13) sorted by relevance
75 const Elf_Shdr *SectionHeaderTable = nullptr; variable314 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getNumSections()315 return SectionHeaderTable->sh_size; in getNumSections()324 return SectionHeaderTable->sh_link; in getStringTableIndex()356 SectionHeaderTable = in ELFFile()416 assert(SectionHeaderTable && "SectionHeaderTable not initialized!"); in getSection()421 reinterpret_cast<const char *>(SectionHeaderTable) + in getSection()
133 return static_cast<const XCOFFSectionHeader32 *>(SectionHeaderTable); in sectionHeaderTable32()139 return static_cast<const XCOFFSectionHeader64 *>(SectionHeaderTable); in sectionHeaderTable64()556 return reinterpret_cast<uintptr_t>(SectionHeaderTable); in getSectionHeaderTableAddress()679 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create()
97 struct SectionHeaderTable { struct635 Optional<SectionHeaderTable> SectionHeaders;807 template <> struct MappingTraits<ELFYAML::SectionHeaderTable> { in LLVM_YAML_IS_SEQUENCE_VECTOR()808 static void mapping(IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()809 static std::string validate(IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
62 SectionHeaderTable:
218 SectionHeaderTable:
145 SectionHeaderTable:
116 SectionHeaderTable:
460 SectionHeaderTable:
140 return static_cast<const XCOFFSectionHeader32 *>(SectionHeaderTable); in sectionHeaderTable32()146 return static_cast<const XCOFFSectionHeader64 *>(SectionHeaderTable); in sectionHeaderTable64()603 return reinterpret_cast<uintptr_t>(SectionHeaderTable); in getSectionHeaderTableAddress()729 Obj->SectionHeaderTable = SecHeadersOrErr.get(); in create()
202 const void *SectionHeaderTable = nullptr;
221 const void *SectionHeaderTable = nullptr;
863 void MappingTraits<ELFYAML::SectionHeaderTable>::mapping( in mapping()864 IO &IO, ELFYAML::SectionHeaderTable &SectionHeader) { in mapping()870 std::string MappingTraits<ELFYAML::SectionHeaderTable>::validate( in validate()871 IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable) { in validate()
462 # ELF-MIPSEL-NEXT: SectionHeaderTable:536 # ELF-MIPS64EL-NEXT: SectionHeaderTable: