Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dauxvec.h9 #define AT_NULL 0 /* end of vector */ macro
/linux/arch/um/os-Linux/
H A Delf_aux.c35 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux()
/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) { in start()
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
/linux/tools/testing/selftests/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) { in find_auxv_entry()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c150 bufp[idx++] = cpu_to_be64(AT_NULL); in auxv_to_elf64_notes()
/linux/Documentation/arch/sparc/
H A Dadi.rst194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
/linux/kernel/
H A Dsys.c2099 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL; in prctl_set_mm_map()
2100 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL; in prctl_set_mm_map()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1542 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump()