OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syments
(Results
1 - 12
of
12
) sorted by null
/external/elfutils/libdwfl/
dwfl_module_getsym.c
53
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;
dwfl_module_getdwarf.c
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
,
[
all
...]
dwfl_module_addrsym.c
241
int
syments
= INTUSE(dwfl_module_getsymtab) (_mod);
local
242
if (
syments
< 0)
277
search_table (&state, first_global == 0 ? 1 : first_global,
syments
);
libdwflP.h
187
size_t
syments
; /* sh_size / sh_entsize of that section. */
member in struct:Dwfl_Module
relocate.c
265
for (size_t ndx = 1; ndx < m->
syments
; ++ndx)
ChangeLog
337
syments
and first_global on elferr before calling find_dynsym.
[
all
...]
/toolchain/binutils/binutils-2.27/bfd/
coffgen.c
[
all
...]
ChangeLog-9193
[
all
...]
ChangeLog-9697
[
all
...]
/toolchain/binutils/binutils-2.27/include/
ChangeLog-9103
[
all
...]
/external/skia/platform_tools/android/bin/linux/
perfhost
/external/skqp/platform_tools/android/bin/linux/
perfhost
Completed in 278 milliseconds