sym0              266 scripts/recordmcount.h static unsigned get_mcountsym(Elf_Sym const *const sym0,
sym0              273 scripts/recordmcount.h 		&sym0[Elf_r_sym(relp)];
sym0              290 scripts/recordmcount.h 				 Elf_Sym const **sym0,
sym0              302 scripts/recordmcount.h 	*sym0 = (Elf_Sym const *)(_w(symsec->sh_offset)
sym0              327 scripts/recordmcount.h 	Elf_Sym const *sym0;
sym0              335 scripts/recordmcount.h 	get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp);
sym0              339 scripts/recordmcount.h 			mcountsym = get_mcountsym(sym0, relp, str0);
sym0              373 scripts/recordmcount.h 	Elf_Sym const *sym0;
sym0              383 scripts/recordmcount.h 	get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp);
sym0              389 scripts/recordmcount.h 			mcountsym = get_mcountsym(sym0, relp, str0);
sym0              439 scripts/recordmcount.h 	Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset)
sym0              445 scripts/recordmcount.h 	for (symp = sym0, t = nsym; t; --t, ++symp) {
sym0              457 scripts/recordmcount.h 			*sym_index = symp - sym0;