Searched refs:SymbolTableIndex (Results 1 – 6 of 6) sorted by relevance
605 WriteLE32(R.SymbolTableIndex); in WriteRelocation()678 Reloc.Data.SymbolTableIndex = 0; in RecordRelocation()807 (*cr).Data.SymbolTableIndex = (*cr).Symb->Index; in WriteObject()865 r.SymbolTableIndex = 0; in WriteObject()
116 unsigned SymbolTableIndex; member in __anon2645bec20111::ELFObjectWriter1163 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection); in CreateMetadataSections()1313 sh_link = SymbolTableIndex; in WriteSection()1332 sh_link = SymbolTableIndex; in WriteSection()
80 support::ulittle32_t SymbolTableIndex; member
264 uint32_t SymbolTableIndex; member
722 Symb.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex); in getRelocationSymbol()813 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec; in getRelocationValueString()
287 Out << " SymbolTableIndex: " << reloc->SymbolTableIndex << endl; in yamlCOFFSections()