Lines Matching refs:sym0
345 static unsigned get_mcountsym(Elf_Sym const *const sym0, in get_mcountsym() argument
352 &sym0[Elf_r_sym(relp)]; in get_mcountsym()
369 Elf_Sym const **sym0, in get_sym_str_and_relp() argument
381 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp()
406 Elf_Sym const *sym0; in sift_rel_mcount() local
414 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in sift_rel_mcount()
418 mcountsym = get_mcountsym(sym0, relp, str0); in sift_rel_mcount()
452 Elf_Sym const *sym0; in nop_mcount() local
462 get_sym_str_and_relp(relhdr, ehdr, &sym0, &str0, &relp); in nop_mcount()
468 mcountsym = get_mcountsym(sym0, relp, str0); in nop_mcount()
520 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx() local
526 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()
538 *sym_index = symp - sym0; in find_secsym_ndx()