Home
last modified time | relevance | path

Searched refs:R_390_PC32DBL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/s390/kernel/
Dmachine_kexec_reloc.c40 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in arch_kexec_do_relocs()
Dmodule.c279 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
287 else if (r_type == R_390_PC32DBL) in apply_rela()
Dmachine_kexec_file.c362 r_type = R_390_PC32DBL; in arch_kexec_apply_relocations_add()
/linux-6.1.9/arch/s390/include/asm/
Delf.h31 #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ macro