Home
last modified time | relevance | path

Searched refs:SymbolTable16 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp135 if (SymbolTable16) { in moveSymbolNext()
380 SymbolTable16, Data, base() + getPointerToSymbolTable(), in initSymbolTablePtr()
540 DataDirectory(nullptr), SectionTable(nullptr), SymbolTable16(nullptr), in COFFObjectFile()
966 if (SymbolTable16) in getRelocationSymbol()
967 Ref.p = reinterpret_cast<uintptr_t>(SymbolTable16 + R->SymbolTableIndex); in getRelocationSymbol()
986 if (SymbolTable16) in getCOFFSymbol()
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h561 const coff_symbol16 *SymbolTable16; variable
588 if (SymbolTable16) in getSymbolTable()
589 return reinterpret_cast<uintptr_t>(SymbolTable16); in getSymbolTable()
733 if (SymbolTable16) { in getSymbol()