/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 93 uint32_t, target_endianness, 2> Elf_Word; typedef 131 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Word Elf_Word; \ 148 Elf_Word sh_name; // Section name (index into string table) 149 Elf_Word sh_type; // Section type (SHT_*) 150 Elf_Word sh_flags; // Section flags (SHF_*) 153 Elf_Word sh_size; // Size of section, in bytes 154 Elf_Word sh_link; // Section type-specific header table index link 155 Elf_Word sh_info; // Section type-specific extra information 156 Elf_Word sh_addralign; // Section address alignment 157 Elf_Word sh_entsize; // Size of records contained within the section [all …]
|
D | ELF.h | 87 ErrorOr<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const; 190 ArrayRef<Elf_Word> ShndxTable) const; 193 ArrayRef<Elf_Word> ShndxTable) const; 197 ArrayRef<Elf_Word> ShndxTable) const; 218 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex() 225 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex() 236 ArrayRef<Elf_Word> ShndxTable) const { in getSection() 449 ErrorOr<ArrayRef<typename ELFFile<ELFT>::Elf_Word>> 452 const Elf_Word *ShndxTableBegin = in getSHNDXTable() 453 reinterpret_cast<const Elf_Word *>(base() + Section.sh_offset); in getSHNDXTable() [all …]
|
D | ELFObjectFile.h | 206 ArrayRef<Elf_Word> ShndxTable; 780 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = EF.getSHNDXTable(Sec); in ELFObjectFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 108 using Elf_Word = typename ELFT::Word; \ 123 Elf_Word sh_name; // Section name (index into string table) 124 Elf_Word sh_type; // Section type (SHT_*) 125 Elf_Word sh_flags; // Section flags (SHF_*) 128 Elf_Word sh_size; // Size of section, in bytes 129 Elf_Word sh_link; // Section type-specific header table index link 130 Elf_Word sh_info; // Section type-specific extra information 131 Elf_Word sh_addralign; // Section address alignment 132 Elf_Word sh_entsize; // Size of records contained within the section 138 Elf_Word sh_name; // Section name (index into string table) [all …]
|
D | ELF.h | 109 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section) const; 110 Expected<ArrayRef<Elf_Word>> getSHNDXTable(const Elf_Shdr &Section, 247 ArrayRef<Elf_Word> ShndxTable) const; 250 ArrayRef<Elf_Word> ShndxTable) const; 253 ArrayRef<Elf_Word> ShndxTable) const; 298 ArrayRef<Elf_Word> ShndxTable) const { in getSectionIndex() 315 ArrayRef<Elf_Word> ShndxTable) const { in getSection() 325 ArrayRef<Elf_Word> ShndxTable) const { in getSection() 570 auto VOrErr = getSectionContentsAsArray<Elf_Word>(&Section); in getSHNDXTable() 573 ArrayRef<Elf_Word> V = *VOrErr; in getSHNDXTable()
|
D | ELFObjectFile.h | 224 ArrayRef<Elf_Word> ShndxTable); 231 ArrayRef<Elf_Word> ShndxTable; 905 ArrayRef<Elf_Word> ShndxTable; in create() 937 ArrayRef<Elf_Word> ShndxTable) in ELFObjectFile()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 38 <uint32_t, target_endianness, support::aligned> Elf_Word; typedef 82 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Word Elf_Word; \ 98 Elf_Word sh_name; // Section name (index into string table) 99 Elf_Word sh_type; // Section type (SHT_*) 100 Elf_Word sh_flags; // Section flags (SHF_*) 103 Elf_Word sh_size; // Size of section, in bytes 104 Elf_Word sh_link; // Section type-specific header table index link 105 Elf_Word sh_info; // Section type-specific extra information 106 Elf_Word sh_addralign;// Section address alignment 107 Elf_Word sh_entsize; // Size of records contained within the section [all …]
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 26 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; typedef in __anon05c603c00111::ELFDumper 29 ArrayRef<Elf_Word> ShndxTable; 86 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = Obj.getSHNDXTable(Sec); in dump() 375 const Elf_Word *groupMembers = in dumpGroup() 376 reinterpret_cast<const Elf_Word *>(sectionContents->data()); in dumpGroup() 377 const long count = (Shdr->sh_size) / sizeof(Elf_Word); in dumpGroup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 26 typedef typename ELFT::Word Elf_Word; typedef in __anon866bd0180111::ELFDumper 42 ArrayRef<Elf_Word> ShndxTable; 468 const Elf_Word *groupMembers = in dumpGroup() 469 reinterpret_cast<const Elf_Word *>(sectionContents->data()); in dumpGroup() 470 const long count = (Shdr->sh_size) / sizeof(Elf_Word); in dumpGroup()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 406 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word; in writeSectionContent() typedef 410 SHeader.sh_entsize = sizeof(Elf_Word); in writeSectionContent() 416 Elf_Word SIdx; in writeSectionContent()
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 312 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word; typedef 317 ArrayRef<Elf_Word> ShndxTable;
|
D | ELFDumper.cpp | 63 typedef typename ELFO::Elf_Word Elf_Word; \ 146 typedef typename ELFO::Elf_Word Elf_Word; typedef in __anon79be9f670111::ELFDumper 192 ArrayRef<Elf_Word> ShndxTable; 237 ArrayRef<Elf_Word> getShndxTable() const { return ShndxTable; } in getShndxTable() 712 ArrayRef<typename ELFO::Elf_Word> ShndxTable, in getSectionNameIndex() 2433 ArrayRef<Elf_Word> Data = unwrapOrError( in printGroupSections() 2434 Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in printGroupSections() 3072 ArrayRef<Elf_Word> Buckets = HashTable->buckets(); in printHashHistogram() 3073 ArrayRef<Elf_Word> Chains = HashTable->chains(); in printHashHistogram() 3115 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printHashHistogram() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.cpp | 530 Elf_Word *CRC = in visit() 531 reinterpret_cast<Elf_Word *>(Buf + Sec.Size - sizeof(Elf_Word)); in visit() 705 ArrayRef<Elf_Word> ShndxData; in initSymbolTable() 720 ElfFile.template getSectionContentsAsArray<Elf_Word>(&ShndxSec)); in initSymbolTable() 725 Elf_Word Index = ShndxData[&Sym - Symbols.begin()]; in initSymbolTable()
|
D | Object.h | 104 using Elf_Word = typename ELFT::Word; 631 using Elf_Word = typename ELFT::Word; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 524 typedef typename ELFT::Word Elf_Word; in writeSectionContent() typedef 528 SHeader.sh_entsize = sizeof(Elf_Word); in writeSectionContent() 534 Elf_Word SIdx; in writeSectionContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 96 using Elf_Word = typename ELFT::Word; \ 224 ArrayRef<Elf_Word> ShndxTable; 277 ArrayRef<Elf_Word> getShndxTable() const { return ShndxTable; } in getShndxTable() 2557 using Elf_Word = typename ELFT::Word; in getGroups() typedef 2571 unwrapOrError(Obj->template getSectionContentsAsArray<Elf_Word>(&Sec)); in getGroups() 3435 ArrayRef<Elf_Word> Buckets = HashTable->buckets(); in printHashHistogram() 3436 ArrayRef<Elf_Word> Chains = HashTable->chains(); in printHashHistogram() 3478 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printHashHistogram() 3482 ArrayRef<Elf_Word> Chains = GnuHashTable->values(NumSyms); in printHashHistogram() 3667 using Elf_Word = typename ELFT::Word; in printGNUNote() typedef [all …]
|
D | ARMEHABIPrinter.h | 329 typedef typename ET::Word Elf_Word; typedef 334 ArrayRef<Elf_Word> ShndxTable;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Extensions.rst | 305 Elf_Word cgp_from; 306 Elf_Word cgp_to;
|