Searched refs:mcountsym (Results 1 – 1 of 1) sorted by relevance
270 unsigned mcountsym = 0; in get_mcountsym() local283 mcountsym = Elf_r_sym(relp); in get_mcountsym()285 return mcountsym; in get_mcountsym()332 unsigned mcountsym = 0; in sift_rel_mcount() local338 if (!mcountsym) in sift_rel_mcount()339 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()341 if (mcountsym && mcountsym == Elf_r_sym(relp) && in sift_rel_mcount()379 unsigned mcountsym = 0; in nop_mcount() local388 if (!mcountsym) in nop_mcount()389 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()[all …]