Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h258 unsigned mcountsym = 0; in get_mcountsym() local
269 mcountsym = Elf_r_sym(relp); in get_mcountsym()
271 return mcountsym; in get_mcountsym()
318 unsigned mcountsym = 0; in sift_rel_mcount() local
324 if (!mcountsym) in sift_rel_mcount()
325 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()
327 if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { in sift_rel_mcount()
364 unsigned mcountsym = 0; in nop_mcount() local
373 if (!mcountsym) in nop_mcount()
374 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
[all …]