Searched refs:SymTabLoc (Results 1 – 1 of 1) sorted by relevance
754 uintptr_t SymTabLoc = uintptr_t(base() + dot_symtab_sec->sh_offset); in getSymbolIndex() local755 assert(SymLoc > SymTabLoc && "Symbol not in symbol table!"); in getSymbolIndex()756 uint64_t SymOffset = SymLoc - SymTabLoc; in getSymbolIndex()