Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp605 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()
DELFObjectWriter.cpp116 unsigned SymbolTableIndex; member in __anon2645bec20111::ELFObjectWriter
1163 SymbolTableIndex = SectionIndexMap.lookup(SymtabSection); in CreateMetadataSections()
1313 sh_link = SymbolTableIndex; in WriteSection()
1332 sh_link = SymbolTableIndex; in WriteSection()
/external/llvm/include/llvm/Object/
DCOFF.h80 support::ulittle32_t SymbolTableIndex; member
/external/llvm/include/llvm/Support/
DCOFF.h264 uint32_t SymbolTableIndex; member
/external/llvm/lib/Object/
DCOFFObjectFile.cpp722 Symb.p = reinterpret_cast<uintptr_t>(SymbolTable + R->SymbolTableIndex); in getRelocationSymbol()
813 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec; in getRelocationValueString()
/external/llvm/utils/obj2yaml/
Dcoff2yaml.cpp287 Out << " SymbolTableIndex: " << reloc->SymbolTableIndex << endl; in yamlCOFFSections()