Searched refs:AT_NULL (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dauxvec.h8 #define AT_NULL 0 /* end of vector */ macro
/external/elfutils/libebl/
H A Deblcorenote.c107 case AT_NULL:
141 if (atype == AT_NULL)
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c325 | AT_NULL |
456 auxsize = sizeof(*auxv); /* there's always at least one entry: AT_NULL */
457 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
627 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
766 vg_assert(auxv->a_type == AT_NULL);
/external/qemu/
H A Delf.h224 #define AT_NULL 0 /* end of vector */ macro
/external/elfutils/libelf/
H A Delf.h922 #define AT_NULL 0 /* End of vector */ macro
/external/valgrind/main/coregrind/
H A Dm_main.c2804 /* This is in order to get AT_NULL and AT_PAGESIZE. */
2831 for (; *sp != AT_NULL && *sp != AT_PAGESZ; sp += 2);
/external/valgrind/main/perf/
H A Dtinycc.c857 #define AT_NULL 0 /* End of vector */ macro

Completed in 101 milliseconds