Home
last modified time | relevance | path

Searched refs:R_390_PC16DBL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_reloc.c37 case R_390_PC16DBL: /* PC relative 16 bit shifted by 1. */ in arch_kexec_do_relocs()
H A Dmodule.c301 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 Delf.h29 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc460 case R_390_PC16DBL:
1490 tcg_out_reloc(s, s->code_ptr, R_390_PC16DBL, l, 2);
1498 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
1508 tcg_out_reloc(s, s->code_ptr + 1, R_390_PC16DBL, l, 2);
1718 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL,
1735 if (!patch_reloc(lb->label_ptr[0], R_390_PC16DBL,
/openbmc/qemu/include/
H A Delf.h1023 #define R_390_PC16DBL 17 /* PC relative 16 bit shifted by 1. */ macro