Lines Matching refs:symp
356 Elf_Sym const *const symp =
358 char const *symname = &str0[w(symp->st_name)];
528 Elf_Sym const *symp;
531 for (symp = sym0, t = nsym; t; --t, ++symp) {
532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info);
534 if (txtndx == get_symindex(symp, symtab, symtab_shndx)
539 && ELF_ST_TYPE(symp->st_info) == STT_FUNC)
542 *recvalp = _w(symp->st_value);
543 *sym_index = symp - sym0;