Home
last modified time | relevance | path

Searched refs:reltype (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/scripts/
Drecordmcount.c454 unsigned int reltype = 0; in do_file() local
508 reltype = R_386_32; in do_file()
514 case EM_ARM: reltype = R_ARM_ABS32; in do_file()
520 reltype = R_AARCH64_ABS64; in do_file()
526 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()
528 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
529 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
531 case EM_SH: reltype = R_SH_DIR32; break; in do_file()
532 case EM_SPARCV9: reltype = R_SPARC_64; gpfx = '_'; break; in do_file()
536 reltype = R_X86_64_64; in do_file()
[all …]
Drecordmcount.h311 unsigned const reltype) in sift_rel_mcount() argument
334 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount()
503 do_func(Elf_Ehdr *const ehdr, char const *const fname, unsigned const reltype) in do_func() argument
540 relhdr, ehdr, recsym, recval, reltype); in do_func()