mcountsym         270 scripts/recordmcount.h 	unsigned mcountsym = 0;
mcountsym         283 scripts/recordmcount.h 		mcountsym = Elf_r_sym(relp);
mcountsym         285 scripts/recordmcount.h 	return mcountsym;
mcountsym         332 scripts/recordmcount.h 	unsigned mcountsym = 0;
mcountsym         338 scripts/recordmcount.h 		if (!mcountsym)
mcountsym         339 scripts/recordmcount.h 			mcountsym = get_mcountsym(sym0, relp, str0);
mcountsym         341 scripts/recordmcount.h 		if (mcountsym && mcountsym == Elf_r_sym(relp) &&
mcountsym         379 scripts/recordmcount.h 	unsigned mcountsym = 0;
mcountsym         388 scripts/recordmcount.h 		if (!mcountsym)
mcountsym         389 scripts/recordmcount.h 			mcountsym = get_mcountsym(sym0, relp, str0);
mcountsym         391 scripts/recordmcount.h 		if (mcountsym == Elf_r_sym(relp) && !is_fake_mcount(relp)) {