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

References

tools/lld/ELF/Arch/PPC.cpp
   88     uint32_t gotBcl = got + 4 - (glink + afterBcl);
  111     write32(buf + 0, 0x3d800000 | ha(got + 4));   // lis     r12,GOT+4@ha
  113     if (ha(got + 4) == ha(got + 8))
  113     if (ha(got + 4) == ha(got + 8))
  114       write32(buf + 8, 0x800c0000 | lo(got + 4)); // lwz r0,GOT+4@l(r12)
  116       write32(buf + 8, 0x840c0000 | lo(got + 4)); // lwzu r0,GOT+4@l(r12)
  120     if (ha(got + 4) == ha(got + 8))
  120     if (ha(got + 4) == ha(got + 8))
  121       write32(buf + 24, 0x818c0000 | lo(got + 8)); // lwz r12,GOT+8@ha(r12)