Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp525 SymbolLoc SymLoc = Loc->second; in resolveExternalSymbols() local
526 Addr = getSectionLoadAddress(SymLoc.first) + SymLoc.second; in resolveExternalSymbols()
/trueos/contrib/llvm/include/llvm/Object/
HDELF.h739 uintptr_t SymLoc = uintptr_t(Sym); in getSymbolIndex() local
741 assert(SymLoc > SymTabLoc && "Symbol not in symbol table!"); in getSymbolIndex()
742 uint64_t SymOffset = SymLoc - SymTabLoc; in getSymbolIndex()