Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Drecordmcount.c319 unsigned int reltype = 0; in do_file() local
364 reltype = R_386_32; in do_file()
369 case EM_ARM: reltype = R_ARM_ABS32; in do_file()
373 reltype = R_AARCH64_ABS64; in do_file()
379 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()
380 case EM_METAG: reltype = R_METAG_ADDR32; in do_file()
387 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
388 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
390 case EM_SH: reltype = R_SH_DIR32; break; in do_file()
391 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()