Searched refs:mcountsym (Results 1 – 1 of 1) sorted by relevance
258 unsigned mcountsym = 0; in get_mcountsym() local271 mcountsym = Elf_r_sym(relp); in get_mcountsym()273 return mcountsym; in get_mcountsym()320 unsigned mcountsym = 0; in sift_rel_mcount() local326 if (!mcountsym) in sift_rel_mcount()327 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()329 if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) { in sift_rel_mcount()366 unsigned mcountsym = 0; in nop_mcount() local375 if (!mcountsym) in nop_mcount()376 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()[all …]