Home | History | Annotate | Download | only in libdwfl

Lines Matching full:syments

599 	     size_t *syments, int *first_global, GElf_Word *strshndx)
616 *syments = shdr->sh_size / shdr->sh_entsize;
631 *syments = shdr->sh_size / shdr->sh_entsize;
715 mod->syments = (entsz == 4
719 if (offs[i_gnu_hash] != 0 && mod->syments == 0)
773 mod->syments = maxndx + 1;
783 if (offs[i_strtab] > offs[i_symtab] && mod->syments == 0)
784 mod->syments = ((offs[i_strtab] - offs[i_symtab])
788 if (mod->syments > 0)
794 mod->syments,
1060 &xndxscn, &mod->syments, &mod->first_global,
1080 &xndxscn, &mod->syments,
1127 mod->syments = 0;
1133 /* Cache the data; MOD->syments and MOD->first_global were set
1201 || mod->syments > mod->symdata->d_size / shdr->sh_entsize
1202 || (size_t) mod->first_global > mod->syments)
1458 return (mod->syments + mod->aux_syments
1459 - (mod->syments > 0 && mod->aux_syments > 0 ? 1 : 0));
1480 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0;