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

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c155 Elf64_Xword nsyms_pri = 0, nsyms_aux = 0; local
259 nsyms_pri = tshd_p->sh_size / tshd_p->sh_entsize;
273 nsyms_pri = tshd_p->sh_size / tshd_p->sh_entsize;
291 pfile_p->pf_nstsyms = (int)(nsyms_pri + nsyms_aux);
293 if ((nsyms_pri + nsyms_aux) != (Elf64_Xword)pfile_p->pf_nstsyms)
H A Drdelf.c216 GElf_Xword nsyms_pri, nsyms_aux = 0; local
239 nsyms_pri = shdr.sh_size / shdr.sh_entsize;
251 nsyms_pri = shdr.sh_size / shdr.sh_entsize;
270 nsyms = (size_t)(nsyms_pri + nsyms_aux);
271 if ((nsyms_pri + nsyms_aux) != (GElf_Xword)nsyms) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c461 GElf_Xword nsyms_pri, nsyms_aux = 0; local
485 nsyms_pri = shdr.sh_size / shdr.sh_entsize;
497 nsyms_pri = shdr.sh_size / shdr.sh_entsize;
513 nsyms = (sztype)(nsyms_pri + nsyms_aux);
514 if ((nsyms_pri + nsyms_aux) != (GElf_Xword)nsyms)

Completed in 60 milliseconds