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

/linux-master/include/uapi/linux/
H A Dauxvec.h9 #define AT_NULL 0 /* end of vector */ macro
/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/arm64/bti/
H A Dtest.c173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) {
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c41 for (auxv = (void *)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/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) {
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c150 bufp[idx++] = cpu_to_be64(AT_NULL);
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c619 NEW_AUX_ENT(AT_NULL, 0);
1538 while (auxv[i - 2] != AT_NULL);
H A Dbinfmt_elf.c278 /* AT_NULL is zero; clear the rest too */
282 /* And advance past the AT_NULL entry. */
1556 while (auxv[i - 2] != AT_NULL);
/linux-master/kernel/
H A Dsys.c2040 /* Last entry must be AT_NULL as specification requires */
2041 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL;
2042 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL;
2127 /* Make sure the last entry is always AT_NULL */

Completed in 170 milliseconds