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

References

tools/lld/ELF/Arch/PPC.cpp
   89     write32(buf + 0, 0x3d6b0000 | ha(afterBcl));  // addis r11,r11,1f-glink@ha
   96     write32(buf + 28, 0x3d8c0000 | ha(gotBcl));   // addis 12,12,GOT+4-1b@ha
   97     if (ha(gotBcl) == ha(gotBcl + 4)) {
   97     if (ha(gotBcl) == ha(gotBcl + 4)) {
  111     write32(buf + 0, 0x3d800000 | ha(got + 4));   // lis     r12,GOT+4@ha
  112     write32(buf + 4, 0x3d6b0000 | ha(-glink));    // addis   r11,r11,-Glink@ha
  113     if (ha(got + 4) == ha(got + 8))
  113     if (ha(got + 4) == ha(got + 8))
  120     if (ha(got + 4) == ha(got + 8))
  120     if (ha(got + 4) == ha(got + 8))
  291     write16(loc, ha(val));
  381     writeFromHalf16(loc, 0x3c620000 | ha(val));
  420     writeFromHalf16(loc, 0x3c020000 | rt | ha(val));