reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/Target.h
  179 unsigned getPPC64GlobalEntryToLocalEntryOffset(uint8_t stOther);

References

tools/lld/ELF/Arch/PPC64.cpp
  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)});