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

/linux-master/scripts/
H A Drecordmcount.h356 Elf_Sym const *const symp = local
358 char const *symname = &str0[w(symp->st_name)];
528 Elf_Sym const *symp; local
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
[all...]

Completed in 81 milliseconds