Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h9 #define AT_NULL 0 /* end of vector */ macro
/openbmc/linux/arch/um/os-Linux/
H A Delf_aux.c33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h103 NEW_AUX_ENT(AT_NULL, 0); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h115 NEW_AUX_ENT(AT_NULL, 0); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h115 NEW_AUX_ENT(AT_NULL, 0); in target_create_elf_tables()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) { in start()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) { in find_auxv_entry()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c150 bufp[idx++] = cpu_to_be64(AT_NULL); in auxv_to_elf64_notes()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c619 NEW_AUX_ENT(AT_NULL, 0); in create_elf_fdpic_tables()
1534 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump()
H A Dbinfmt_elf.c1621 while (auxv[i - 2] != AT_NULL); in fill_auxv_note()
/openbmc/linux/Documentation/arch/sparc/
H A Dadi.rst194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
/openbmc/qemu/include/
H A Delf.h310 #define AT_NULL 0 /* end of vector */ macro
/openbmc/linux/kernel/
H A Dsys.c2028 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL; in prctl_set_mm_map()
2029 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL; in prctl_set_mm_map()
/openbmc/qemu/linux-user/
H A Delfload.c2714 NEW_AUX_ENT (AT_NULL, 0); in create_elf_tables()