Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.h260 Elf_Sym const *const symp = in get_mcountsym() local
262 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()
426 Elf_Sym const *symp; in find_secsym_ndx() local
429 for (symp = sym0, t = nsym; t; --t, ++symp) { in find_secsym_ndx()
430 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
432 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()
437 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
440 *recvalp = _w(symp->st_value); in find_secsym_ndx()
441 return symp - sym0; in find_secsym_ndx()