Searched refs:pcrel (Results 1 – 3 of 3) sorted by relevance
39 KBUILD_AFLAGS_KERNEL += -Wa,-mla-global-with-pcrel40 KBUILD_CFLAGS_KERNEL += -Wa,-mla-global-with-pcrel
468 void *pcrel = (void *)((int)value + addr); in print_insn() local470 ptr += sprintf(ptr, "%px", pcrel); in print_insn()
187 #define EMIT4_PCREL(op, pcrel) \ argument189 long __pcrel = ((pcrel) >> 1) & 0xffff; \