Home | History | Annotate | Download | only in bfd

Lines Matching full:pltgot

223    if the distance between the PLTGOT and the PLT is < 4GB use
224 these PLT entries. Note that the dynamic linker gets &PLTGOT[2]
225 in x16 and needs to work out PLTGOT[1] by using an address of
245 if the distance between the PLTGOT and the PLT is < 4GB use
249 0x10, 0x00, 0x00, 0x90, /* adrp x16, PLTGOT + n * 8 */
251 0x11, 0x02, 0x40, 0xf9, /* ldr x17, [x16, PLTGOT + n * 8] */
252 0x10, 0x02, 0x00, 0x91, /* add x16, x16, :lo12:PLTGOT + n * 8 */
254 0x11, 0x02, 0x40, 0xb9, /* ldr w17, [x16, PLTGOT + n * 4] */
255 0x10, 0x02, 0x00, 0x11, /* add w16, w16, :lo12:PLTGOT + n * 4 */
1714 within the PLTGOT.
1785 is from the end of the jump table and reserved entries within the PLTGOT.
7641 /* Fill in the lo12 bits for the load from the pltgot. */
7646 /* Fill in the lo12 bits for the add from the pltgot entry. */