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

References

tools/lld/ELF/Thunks.cpp
  725     offset = destination.getGotPltVA() - (in.ppc32Got2->getParent()->getVA() +
  730     offset = destination.getGotPltVA() - in.got->getVA();
  732   uint16_t ha = (offset + 0x8000) >> 16, l = (uint16_t)offset;
  732   uint16_t ha = (offset + 0x8000) >> 16, l = (uint16_t)offset;