Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c290 unsigned int reltype = 0; in do_file() local
335 reltype = R_386_32; in do_file()
340 case EM_ARM: reltype = R_ARM_ABS32; in do_file()
343 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()
345 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
346 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
348 case EM_SH: reltype = R_SH_DIR32; break; in do_file()
349 case EM_SPARCV9: reltype = R_SPARC_64; gpfx = '_'; break; in do_file()
353 reltype = R_X86_64_64; in do_file()
372 reltype = R_390_32; in do_file()
[all …]
H A Drecordmcount.h309 unsigned const reltype) in sift_rel_mcount() argument
332 Elf_r_info(mrelp, recsym, reltype); in sift_rel_mcount()
501 do_func(Elf_Ehdr *const ehdr, char const *const fname, unsigned const reltype) in do_func() argument
538 relhdr, ehdr, recsym, recval, reltype); in do_func()