Searched refs:R_390_PC16DBL (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/s390/kernel/ |
H A D | machine_kexec_reloc.c | 37 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in arch_kexec_do_relocs()
|
H A D | module.c | 301 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in apply_rela() 308 else if (r_type == R_390_PC16DBL) in apply_rela()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | elf.h | 29 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ macro
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 473 case R_390_PC16DBL: 1591 tcg_out_reloc(s, s->code_ptr, R_390_PC16DBL, l, 2); 1599 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2); 1609 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2); 1822 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL, 1839 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL,
|
/openbmc/qemu/include/ |
H A D | elf.h | 1023 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ macro
|