Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h254 static unsigned get_mcountsym(Elf_Sym const *const sym0, in get_mcountsym() argument
261 &sym0[Elf_r_sym(relp)]; in get_mcountsym()
276 Elf_Sym const **sym0, in get_sym_str_and_relp() argument
288 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp()
313 Elf_Sym const *sym0; in sift_rel_mcount() local
321 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in sift_rel_mcount()
325 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()
358 Elf_Sym const *sym0; in nop_mcount() local
368 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in nop_mcount()
374 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
[all …]