Lines Matching refs:loc

354 	void *loc;
359 /* loc corresponds to P in the AArch64 ELF document. */
360 loc = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr
384 ovf = reloc_data(RELOC_OP_ABS, loc, val, 64);
387 ovf = reloc_data(RELOC_OP_ABS, loc, val, 32);
390 ovf = reloc_data(RELOC_OP_ABS, loc, val, 16);
394 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64);
397 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32);
400 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16);
408 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0,
415 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16,
422 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 32,
428 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 48,
432 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 0,
436 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 16,
440 ovf = reloc_insn_movw(RELOC_OP_ABS, loc, val, 32,
445 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 0,
449 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 0,
454 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 16,
458 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 16,
463 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 32,
467 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 32,
473 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 48,
479 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 19,
483 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 0, 21,
490 ovf = reloc_insn_adrp(me, sechdrs, loc, val);
497 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 0, 12,
502 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 1, 11,
507 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 2, 10,
512 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 3, 9,
517 ovf = reloc_insn_imm(RELOC_OP_ABS, loc, val, 4, 8,
521 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 14,
525 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 19,
530 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2, 26,
533 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym);
536 ovf = reloc_insn_imm(RELOC_OP_PREL, loc, val, 2,