Home
last modified time | relevance | path

Searched refs:symp (Results 1 – 1 of 1) sorted by relevance

/scripts/
Drecordmcount.h272 Elf_Sym const *const symp = in get_mcountsym() local
274 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()
442 Elf_Sym const *symp; in find_secsym_ndx() local
445 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()
446 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
448 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()
453 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
456 *recvalp = _w(symp->st_value); in find_secsym_ndx()
457 *sym_index = symp - sym0; in find_secsym_ndx()