Lines Matching refs:syments
571 size_t *syments, int *first_global, GElf_Word *strshndx)
586 *syments = shdr->sh_size / shdr->sh_entsize;
599 *syments = shdr->sh_size / shdr->sh_entsize;
739 mod->syments = (entsz == 4
743 if (offs[i_gnu_hash] != 0 && mod->syments == 0)
790 mod->syments = maxndx + 1;
799 if (offs[i_strtab] > offs[i_symtab] && mod->syments == 0)
800 mod->syments = ((offs[i_strtab] - offs[i_symtab])
804 if (mod->syments > 0)
810 mod->syments,
854 &xndxscn, &mod->syments, &mod->first_global,
874 &xndxscn, &mod->syments,
914 /* Cache the data; MOD->syments and MOD->first_global were set above. */
1088 return mod->syments;