Searched defs:pcrel (Results 1 – 2 of 2) sorted by relevance
206 #define EMIT4_PCREL(op, pcrel) \ argument276 static void emit6_pcrel_ril(struct bpf_jit *jit, u32 op, s64 pcrel) in emit6_pcrel_ril()283 static void emit6_pcrel_rilb(struct bpf_jit *jit, u32 op, u8 b, s64 pcrel) in emit6_pcrel_rilb()295 static void emit6_pcrel_rilc(struct bpf_jit *jit, u32 op, u8 mask, s64 pcrel) in emit6_pcrel_rilc()
471 void *pcrel = (void *)((int)value + addr); in print_insn() local