Searched refs:symp (Results 1 – 1 of 1) sorted by relevance
356 Elf_Sym const *const symp = in get_mcountsym() local358 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()528 Elf_Sym const *symp; in find_secsym_ndx() local531 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()534 if (txtndx == get_symindex(symp, symtab, symtab_shndx) in find_secsym_ndx()539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()542 *recvalp = _w(symp->st_value); in find_secsym_ndx()543 *sym_index = symp - sym0; in find_secsym_ndx()