HomeSort by relevance Sort by last modified time
    Searched refs:auxv_size (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libdwfl/
core-file.c 444 size_t auxv_size = 0; local
466 auxv_size = nhdr.n_descsz;
475 int listed = dwfl_link_map_report (dwfl, auxv, auxv_size,
link_map.c 630 dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,
639 && likely (auxv_format_probe (auxv, auxv_size, &elfclass, &elfdata)))
649 for (size_t i = 0; i < auxv_size / sizeof av[0]; ++i) \
libdwflP.h 446 If AUXV is not null, it points to AUXV_SIZE bytes of auxiliary vector
454 extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,

Completed in 156 milliseconds