Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Delf.h17 #define R_390_32 4 /* Direct 32 bit. */ macro
/linux-3.4.99/arch/s390/kernel/
Dmodule.c194 case R_390_32: /* Direct 32 bit. */ in apply_rela()
208 else if (r_type == R_390_32) in apply_rela()
/linux-3.4.99/scripts/
Drecordmcount.pl245 $mcount_regex = "^\\s*([0-9a-fA-F]+):\\s*R_390_32\\s+_mcount\$";
Drecordmcount.c372 reltype = R_390_32; in do_file()