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

/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c599 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,
597 load_symtab(struct dwfl_file *file, struct dwfl_file **symfile, Elf_Scn **symscn, Elf_Scn **xndxscn, size_t *syments, int *first_global, GElf_Word *strshndx) argument
[all...]
H A Ddwfl_module_getsym.c53 int skip_aux_zero = (mod->syments > 0 && mod->aux_syments > 0) ? 1 : 0;
77 else if ((size_t) ndx < mod->syments + mod->aux_first_global - skip_aux_zero)
89 tndx = ndx - mod->syments + skip_aux_zero;
H A Ddwfl_module_addrsym.c241 int syments = INTUSE(dwfl_module_getsymtab) (_mod); local
242 if (syments < 0)
277 search_table (&state, first_global == 0 ? 1 : first_global, syments);
H A DlibdwflP.h187 size_t syments; /* sh_size / sh_entsize of that section. */ member in struct:Dwfl_Module
H A Drelocate.c265 for (size_t ndx = 1; ndx < m->syments; ++ndx)

Completed in 174 milliseconds