Searched refs:pcrel (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | ftrace.c | 25 uint32_t pcrel = (dst - src) >> 1; bfin_make_pcrel24() local 26 insn[0] = pcrel >> 16; bfin_make_pcrel24() 28 insn[2] = pcrel; bfin_make_pcrel24() 29 insn[3] = pcrel >> 8; bfin_make_pcrel24()
|
H A D | trace.c | 335 pr_cont("IF %sCC JUMP pcrel %s", T ? "" : "!", B ? "(BP)" : ""); decode_BRCC_0() 351 pr_cont("CALL pcrel"); decode_CALLa_0()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | elf.h | 73 #define R_IA64_PCREL60B 0x48 /* @pcrel(sym+add), brl */ 74 #define R_IA64_PCREL21B 0x49 /* @pcrel(sym+add), ptb, call */ 75 #define R_IA64_PCREL21M 0x4a /* @pcrel(sym+add), chk.s */ 76 #define R_IA64_PCREL21F 0x4b /* @pcrel(sym+add), fchkf */ 77 #define R_IA64_PCREL32MSB 0x4c /* @pcrel(sym+add), data4 MSB */ 78 #define R_IA64_PCREL32LSB 0x4d /* @pcrel(sym+add), data4 LSB */ 79 #define R_IA64_PCREL64MSB 0x4e /* @pcrel(sym+add), data8 MSB */ 80 #define R_IA64_PCREL64LSB 0x4f /* @pcrel(sym+add), data8 LSB */ 103 #define R_IA64_PCREL21BI 0x79 /* @pcrel(sym+add), ptb, call */ 104 #define R_IA64_PCREL22 0x7a /* @pcrel(sym+add), imm22 */ 105 #define R_IA64_PCREL64I 0x7b /* @pcrel(sym+add), imm64 */
|
/linux-4.1.27/arch/s390/net/ |
H A D | bpf_jit_comp.c | 180 #define EMIT4_PCREL(op, pcrel) \ 182 long __pcrel = ((pcrel) >> 1) & 0xffff; \
|
Completed in 132 milliseconds