Home
last modified time | relevance | path

Searched refs:SymbolTableIndex (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test38 CHECK-NEXT: SymbolTableIndex: ?PerAppDomain@@$$Q3HA (19)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test38 CHECK-NEXT: SymbolTableIndex: ?PerAppDomain@@$$Q3HA (19)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h296 uint32_t SymbolTableIndex; member
404 uint32_t SymbolTableIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DCOFF.h327 uint32_t SymbolTableIndex; member
455 uint32_t SymbolTableIndex; member
/external/llvm/include/llvm/Support/
DCOFF.h291 uint32_t SymbolTableIndex; member
399 uint32_t SymbolTableIndex; member
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp194 YAMLCLRToken.SymbolTableIndex = ObjCLRToken->SymbolTableIndex; in dumpCLRTokenDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp257 YAMLCLRToken.SymbolTableIndex = ObjCLRToken->SymbolTableIndex; in dumpCLRTokenDefinition()
/external/llvm/lib/MC/
DELFObjectWriter.cpp120 unsigned SymbolTableIndex; member in __anon4ed704dc0111::ELFObjectWriter
778 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
1150 sh_link = SymbolTableIndex; in writeSection()
1164 sh_link = SymbolTableIndex; in writeSection()
1168 sh_link = SymbolTableIndex; in writeSection()
DWinCOFFObjectWriter.cpp603 writeLE32(R.SymbolTableIndex); in WriteRelocation()
725 Reloc.Data.SymbolTableIndex = 0; in recordRelocation()
963 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in writeObject()
1065 r.SymbolTableIndex = 0; in writeObject()
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp461 uint32_t SymbolTableIndex = SymbolTableIndexMap[R.SymbolName]; in writeCOFF() local
463 << binary_le(SymbolTableIndex) in writeCOFF()
524 << binary_le(i->CLRToken->SymbolTableIndex) in writeCOFF()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h198 uint32_t SymbolTableIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2coff.cpp522 uint32_t SymbolTableIndex = SymbolTableIndexMap[R.SymbolName]; in writeCOFF() local
524 << binary_le(SymbolTableIndex) in writeCOFF()
585 << binary_le(i->CLRToken->SymbolTableIndex) in writeCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp148 unsigned SymbolTableIndex; member
621 SymbolTableIndex = addToSectionTable(SymtabSection); in computeSymbolTable()
982 sh_link = SymbolTableIndex; in writeSection()
997 sh_link = SymbolTableIndex; in writeSection()
1001 sh_link = SymbolTableIndex; in writeSection()
DWinCOFFObjectWriter.cpp598 W.write<uint32_t>(R.SymbolTableIndex); in WriteRelocation()
666 R.SymbolTableIndex = 0; in writeSection()
760 Reloc.Data.SymbolTableIndex = 0; in recordRelocation()
946 Relocation.Data.SymbolTableIndex = Relocation.Symb->getIndex(); in assignFileOffsets()
/external/u-boot/include/
Dpe.h189 uint32_t SymbolTableIndex; member
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h72 support::ulittle32_t SymbolTableIndex; member
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp613 WriteLE32(R.SymbolTableIndex); in WriteRelocation()
683 Reloc.Data.SymbolTableIndex = 0; in RecordRelocation()
816 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index; in WriteObject()
DELFObjectWriter.h138 unsigned SymbolTableIndex; variable
DELFObjectWriter.cpp842 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection); in CreateMetadataSections()
992 sh_link = SymbolTableIndex; in WriteSection()
1009 sh_link = SymbolTableIndex; in WriteSection()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp582 Symb.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex); in getRelocationSymbol()
659 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec; in getRelocationValueString()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1067 if (R->SymbolTableIndex >= getNumberOfSymbols()) in getRelocationSymbol()
1070 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable16 + R->SymbolTableIndex); in getRelocationSymbol()
1072 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable32 + R->SymbolTableIndex); in getRelocationSymbol()
/external/llvm/include/llvm/Object/
DCOFF.h453 support::ulittle32_t SymbolTableIndex; member
511 support::ulittle32_t SymbolTableIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1133 if (R->SymbolTableIndex >= getNumberOfSymbols()) in getRelocationSymbol()
1136 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable16 + R->SymbolTableIndex); in getRelocationSymbol()
1138 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable32 + R->SymbolTableIndex); in getRelocationSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h474 support::ulittle32_t SymbolTableIndex; member
532 support::ulittle32_t SymbolTableIndex; member
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp463 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()

12