Searched defs:syments (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_addrsym.c59 int syments = INTUSE(dwfl_module_getsymtab) (mod); local
60 if (syments < 0)
178 search_table (mod->first_global < 0 ? 1 : mod->first_global, syments);
H A Ddwfl_module_getdwarf.c571 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,
569 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 DlibdwflP.h174 size_t syments; /* sh_size / sh_entsize of that section. */ member in struct:Dwfl_Module

Completed in 133 milliseconds