OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxv_size
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdwfl/
core-file.c
422
size_t
auxv_size
= 0;
local
444
auxv_size
= nhdr.n_descsz;
453
return dwfl_link_map_report (dwfl, auxv,
auxv_size
,
libdwflP.h
350
If AUXV is not null, it points to
AUXV_SIZE
bytes of auxiliary vector
358
extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t
auxv_size
,
link_map.c
635
dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t
auxv_size
,
644
&& likely (auxv_format_probe (auxv,
auxv_size
, &elfclass, &elfdata)))
654
for (size_t i = 0; i <
auxv_size
/ sizeof av[0]; ++i) \
Completed in 617 milliseconds