Searched refs:RELOC_OP_PREL (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dmodule.c30 RELOC_OP_PREL,
39 case RELOC_OP_PREL:
75 case RELOC_OP_PREL:
91 case RELOC_OP_PREL:
201 if (!reloc_insn_imm(RELOC_OP_PREL, place, val & ~0xfff, 0, 21,
268 ovf = reloc_data(RELOC_OP_PREL, loc, val, 64);
271 ovf = reloc_data(RELOC_OP_PREL, loc, val, 32);
274 ovf = reloc_data(RELOC_OP_PREL, loc, val, 16);
319 ovf = reloc_insn_movw(RELOC_OP_PREL, loc, val, 0,
323 ovf = reloc_insn_movw(RELOC_OP_PREL, lo
156 RELOC_OP_PREL, enumerator in enum:aarch64_reloc_op
[all...]

Completed in 131 milliseconds