Home
last modified time | relevance | path

Searched refs:AT_NULL (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/none/tests/solaris/
Dproc_auxv.c39 if (auxv->a_type == AT_NULL) in check_file()
72 while (auxv->a_type != AT_NULL) { in main()
/external/kernel-headers/original/uapi/linux/
Dauxvec.h8 #define AT_NULL 0 /* end of vector */ macro
/external/fio/arch/
Darch-sh.h35 for (auxv = (Elf32_auxv_t *) envp; auxv->a_type != AT_NULL; auxv++) { in arch_init()
/external/libvpx/libvpx/vpx_ports/
Dppc_cpudetect.c67 } else if (buf[i] == AT_NULL) { in ppc_simd_caps()
/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c118 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) ; in main4()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dutils.c50 while (p->a_type != AT_NULL) { in get_auxv_entry()
/external/valgrind/memcheck/tests/linux/
Dproc-auxv.c29 auxv_p->a_type != AT_NULL; in main()
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_syscall_vdso.c49 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
/external/syslinux/com32/include/sys/
Delfcommon.h166 #define AT_NULL 0 /* end of vector */ macro
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c260 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c453 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) { in setup_client_stack()
626 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) { in setup_client_stack()
828 vg_assert(auxv->a_type == AT_NULL); in setup_client_stack()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc273 one_aux_entry.a_type != AT_NULL) { in ReadAuxv()
/external/v8/src/base/
Dcpu.cc656 if (n == 0 || entry.a_type == AT_NULL) { in CPU()
/external/valgrind/none/tests/ppc32/
Dtest_dfp2.c87 for (i = 0; auxv_buf[i].a_type != AT_NULL; i++) in fetch_at_hwcap()
/external/valgrind/none/tests/ppc64/
Dtest_dfp2.c87 for (i = 0; auxv_buf[i].a_type != AT_NULL; i++) in fetch_at_hwcap()
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py916 AT_NULL = 0 variable
/external/valgrind/include/vki/
Dvki-solaris.h255 #define VKI_AT_NULL AT_NULL
/external/kmod/port-gnu/
Delf.h1002 #define AT_NULL 0 /* End of vector */ macro
/external/elfutils/libelf/
Delf.h1003 #define AT_NULL 0 /* End of vector */ macro
/external/valgrind/coregrind/
Dm_main.c2902 for (; *sp != AT_NULL && *sp != AT_PAGESZ; sp += 2); in _start_in_C_linux()
/external/v8/src/s390/
Dassembler-s390.cc87 auxv_element->a_type != AT_NULL; in supportsSTFLE()
/external/valgrind/perf/
Dtinycc.c857 #define AT_NULL 0 /* End of vector */ macro