Lines Matching full:glink
78 uint32_t glink = in.plt->getVA(); // VA of .glink
83 glink += 16;
92 // time. The .glink section is not used.
94 // instruction in .glink, filled in by PPC::writeGotPlt().
108 uint32_t gotBcl = got + 4 - (glink + afterBcl);
109 write32(buf + 0, 0x3d6b0000 | ha(afterBcl)); // addis r11,r11,1f-glink@ha
112 write32(buf + 12, 0x396b0000 | lo(afterBcl)); // 1: addi r11,r11,1b-glink@l
132 write32(buf + 4, 0x3d6b0000 | ha(-glink)); // addis r11,r11,-glink@ha
137 write32(buf + 12, 0x396b0000 | lo(-glink)); // addi r11,r11,-glink@l
194 // Address of the symbol resolver stub in .glink .