Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELF.h75 const Elf_Shdr *SectionHeaderTable = nullptr; variable
314 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp133 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()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h97 struct SectionHeaderTable { struct
635 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()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Ddynamic-reloc-no-section-headers.test62 SectionHeaderTable:
Dfile-headers.test218 SectionHeaderTable:
Dmalformed-pt-dynamic.test145 SectionHeaderTable:
Dhash-table.test116 SectionHeaderTable:
Dbroken-dynamic-reloc.test460 SectionHeaderTable:
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp140 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h202 const void *SectionHeaderTable = nullptr;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h221 const void *SectionHeaderTable = nullptr;
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp863 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()
/external/llvm-project/llvm/test/Object/
Dobj2yaml.test462 # ELF-MIPSEL-NEXT: SectionHeaderTable:
536 # ELF-MIPS64EL-NEXT: SectionHeaderTable: