Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dmachine_kexec_reloc.c40 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in arch_kexec_do_relocs()
Dmodule.c266 case R_390_PC32DBL: /* PC relative 32 bit shifted by 1. */ in apply_rela()
274 else if (r_type == R_390_PC32DBL) in apply_rela()
Dmachine_kexec_file.c372 r_type = R_390_PC32DBL; in arch_kexec_apply_relocations_add()
/linux-6.12.1/arch/s390/include/asm/
Delf.h31 #define R_390_PC32DBL 19 /* PC relative 32 bit shifted by 1. */ macro
/linux-6.12.1/arch/s390/tools/
Drelocs.c276 case R_390_PC32DBL: in do_reloc()