Searched refs:AT_NULL (Results 1 - 10 of 10) sorted by last modified time

/linux-master/kernel/
H A Dsys.c2046 /* Last entry must be AT_NULL as specification requires */
2047 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL;
2048 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL;
2133 /* Make sure the last entry is always AT_NULL */
/linux-master/fs/
H A Dbinfmt_elf.c278 /* AT_NULL is zero; clear the rest too */
282 /* And advance past the AT_NULL entry. */
1559 while (auxv[i - 2] != AT_NULL);
H A Dbinfmt_elf_fdpic.c652 /* AT_NULL is zero; clear the rest too */
656 /* And advance past the AT_NULL entry. */
1531 while (auxv[i - 2] != AT_NULL);
/linux-master/include/uapi/linux/
H A Dauxvec.h9 #define AT_NULL 0 /* end of vector */ macro
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c150 bufp[idx++] = cpu_to_be64(AT_NULL);
/linux-master/tools/testing/selftests/arm64/bti/
H A Dtest.c173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) {
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) {
/linux-master/arch/um/os-Linux/
H A Delf_aux.c33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++)
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++)

Completed in 382 milliseconds