Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/
Dcxx-cli-aux.test38 CHECK-NEXT: SymbolTableIndex: ?PerAppDomain@@$$Q3HA (19)
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp194 YAMLCLRToken.SymbolTableIndex = ObjCLRToken->SymbolTableIndex; in dumpCLRTokenDefinition()
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
Dpe.h393 UINT32 SymbolTableIndex; member
513 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
Dpe.h393 UINT32 SymbolTableIndex; member
513 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Dpe.h399 UINT32 SymbolTableIndex; member
519 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/external/syslinux/efi32/include/efi/ia32/
Dpe.h393 UINT32 SymbolTableIndex; member
513 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/external/llvm/include/llvm/Support/
DCOFF.h291 uint32_t SymbolTableIndex; member
399 uint32_t SymbolTableIndex; member
/external/syslinux/efi64/include/efi/x86_64/
Dpe.h393 UINT32 SymbolTableIndex; member
513 …UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
DPeImage.h501 UINT32 SymbolTableIndex; member
575 UINT32 SymbolTableIndex; // Symbol table index of function name if Linenumber is 0. member
/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/swiftshader/third_party/LLVM/include/llvm/Support/
DCOFF.h198 uint32_t SymbolTableIndex; member
/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/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/llvm/lib/ObjectYAML/
DCOFFYAML.cpp463 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1339 Obj->getSymbol(Aux->SymbolTableIndex); in printSymbol()
1350 W.printNumber("SymbolTableIndex", ReferredName, Aux->SymbolTableIndex); in printSymbol()