Lines Matching refs:loc
266 void *loc;
271 /* loc corresponds to P in the AArch64 ELF document. */
272 loc = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr
296 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64);
299 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32);
302 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16);
306 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64);
309 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32);
312 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16);
320 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0,
327 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16,
334 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 32,
340 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 48,
344 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0,
348 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16,
352 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 32,
357 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 0,
361 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 0,
366 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 16,
370 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 16,
375 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 32,
379 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 32,
385 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 48,
391 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 19,
395 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 0, 21,
402 ovf = reloc_insn_adrp(me, sechdrs, loc, val);
409 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 0, 12,
414 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 1, 11,
419 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 2, 10,
424 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 3, 9,
429 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 4, 8,
433 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 14,
437 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 19,
442 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 26,
447 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym);
450 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2,