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

  /bionic/libc/kernel/uapi/linux/
prctl.h 109 __u32 auxv_size; member in struct:prctl_mm_map
  /external/kernel-headers/original/uapi/linux/
prctl.h 147 __u32 auxv_size; /* vector size */ member in struct:prctl_mm_map
  /external/elfutils/libdwfl/
core-file.c 491 size_t auxv_size = 0; local
515 auxv_size = nhdr.n_descsz;
531 int retval = dwfl_link_map_report (dwfl, auxv, auxv_size,
link_map.c 700 dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,
710 && likely (auxv_format_probe (auxv, auxv_size, &elfclass, &elfdata)))
722 for (size_t i = 0; i < auxv_size / sizeof av[0]; ++i) \
libdwflP.h 687 If AUXV is not null, it points to AUXV_SIZE bytes of auxiliary vector
700 extern int dwfl_link_map_report (Dwfl *dwfl, const void *auxv, size_t auxv_size,

Completed in 96 milliseconds