Searched refs:SymbolTableIndex (Results 1 – 10 of 10) sorted by relevance
266 uint32_t SymbolTableIndex = SymbolTableIndexMap[R.SymbolName]; in writeCOFF() local268 << binary_le(SymbolTableIndex) in writeCOFF()321 << binary_le(i->CLRToken->SymbolTableIndex) in writeCOFF()
131 YAMLCLRToken.SymbolTableIndex = ObjCLRToken->SymbolTableIndex; in dumpCLRTokenDefinition()
274 uint32_t SymbolTableIndex; member387 uint32_t SymbolTableIndex; member
39 CHECK-NEXT: SymbolTableIndex: ?PerAppDomain@@$$Q3HA (19)
646 WriteLE32(R.SymbolTableIndex); in WriteRelocation()762 Reloc.Data.SymbolTableIndex = 0; in RecordRelocation()938 Relocation.Data.SymbolTableIndex = Relocation.Symb->Index; in WriteObject()997 r.SymbolTableIndex = 0; in WriteObject()
174 unsigned SymbolTableIndex; member in __anone31fcaa00111::ELFObjectWriter1430 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection); in CreateMetadataSections()1553 sh_link = SymbolTableIndex; in WriteSection()1573 sh_link = SymbolTableIndex; in WriteSection()
264 support::ulittle32_t SymbolTableIndex; member307 support::ulittle32_t SymbolTableIndex; member
830 if ((EC = Obj->getSymbol(Aux->SymbolTableIndex, ReferredSym)) || in printSymbol()839 W.printNumber("SymbolTableIndex", ReferredName, Aux->SymbolTableIndex); in printSymbol()
358 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
874 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex); in getRelocationSymbol()986 if (std::error_code EC = getSymbol(Reloc->SymbolTableIndex, Symb)) in getRelocationValueString()