Searched refs:symp (Results 1 – 1 of 1) sorted by relevance
351 Elf_Sym const *const symp = in get_mcountsym() local353 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()523 Elf_Sym const *symp; in find_secsym_ndx() local526 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()527 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()529 if (txtndx == get_symindex(symp, symtab, symtab_shndx) in find_secsym_ndx()534 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()537 *recvalp = _w(symp->st_value); in find_secsym_ndx()538 *sym_index = symp - sym0; in find_secsym_ndx()