reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
179 unsigned getPPC64GlobalEntryToLocalEntryOffset(uint8_t stOther);
919 getPPC64GlobalEntryToLocalEntryOffset(s.stOther)); 1022 loc += getPPC64GlobalEntryToLocalEntryOffset(stOther);tools/lld/ELF/InputSection.cpp
776 return symVA - p + getPPC64GlobalEntryToLocalEntryOffset(sym.stOther);
tools/lld/ELF/SyntheticSections.cpp 3453 sym->getVA() + getPPC64GlobalEntryToLocalEntryOffset(sym->stOther));
tools/lld/ELF/Thunks.cpp 306 getPPC64GlobalEntryToLocalEntryOffset(dest.stOther)});