Searched refs:R_PPC64_PCREL34 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | elf.h | 287 #define R_PPC64_PCREL34 132 macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_64.c | 932 case R_PPC64_PCREL34: { in apply_relocate_add()
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 106 #ifndef R_PPC64_PCREL34 107 #define R_PPC64_PCREL34 132 769 case R_PPC64_PCREL34: 1246 new_pool_label(s, arg, R_PPC64_PCREL34, s->code_ptr - 2, 0); 1315 new_pool_label(s, val, R_PPC64_PCREL34, s->code_ptr - 2, 0); 1318 new_pool_l2(s, R_PPC64_PCREL34, s->code_ptr - 2, 0, val, val);
|