Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Drecordmcount.c405 unsigned int reltype = 0; in do_file() local
449 reltype = R_386_32; in do_file()
455 case EM_ARM: reltype = R_ARM_ABS32; in do_file()
459 reltype = R_AARCH64_ABS64; in do_file()
465 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()
466 case EM_METAG: reltype = R_METAG_ADDR32; in do_file()
473 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
474 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
476 case EM_SH: reltype = R_SH_DIR32; break; in do_file()
477 case EM_SPARCV9: reltype = R_SPARC_64; gpfx = '_'; break; 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()