Home
last modified time | relevance | path

Searched refs:R_390_PLT32DBL (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kernel/
Dmodule.c96 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in check_rela()
337 case R_390_PLT32DBL: /* 32 bit PC rel. PLT shifted by 1. */ in apply_rela()
376 (r_type == R_390_PLT32DBL && in apply_rela()
387 else if (r_type == R_390_PLT32DBL) in apply_rela()
Dmachine_kexec_file.c325 if (r_type == R_390_PLT32DBL) in arch_kexec_apply_relocations_add()
/arch/s390/include/asm/
Delf.h32 #define R_390_PLT32DBL 20 /* 32 bit PC rel. PLT shifted by 1. */ macro