Lines Matching defs:plt
325 write64(buf, in.plt->getVA());
336 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.got.plt[2]))
337 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.got.plt[2]))]
338 0x10, 0x02, 0x00, 0x91, // add x16, x16, Offset(&(.got.plt[2]))
347 uint64_t plt = in.plt->getVA();
349 getAArch64Page(got + 16) - getAArch64Page(plt + 4));
357 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.got.plt[n]))
358 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.got.plt[n]))]
359 0x10, 0x02, 0x00, 0x91, // add x16, x16, Offset(&(.got.plt[n]))
937 // in the .got.plt using the pacia1716 instruction which encrypts the value in
941 // the .got.plt.
995 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.got.plt[2]))
996 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.got.plt[2]))]
997 0x10, 0x02, 0x00, 0x91, // add x16, x16, Offset(&(.got.plt[2]))
1005 uint64_t plt = in.plt->getVA();
1008 // PltHeader is called indirectly by plt[N]. Prefix pltData with a BTI C
1012 plt += sizeof(btiData);
1017 getAArch64Page(got + 16) - getAArch64Page(plt + 8));
1031 0x10, 0x00, 0x00, 0x90, // adrp x16, Page(&(.got.plt[n]))
1032 0x11, 0x02, 0x40, 0xf9, // ldr x17, [x16, Offset(&(.got.plt[n]))]
1033 0x10, 0x02, 0x00, 0x91 // add x16, x16, Offset(&(.got.plt[n]))