Searched refs:AT_NULL (Results 1 – 11 of 11) sorted by relevance
9 #define AT_NULL 0 /* end of vector */ macro
33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) { in scan_elf_aux()
180 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) { in start()
41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
65 while (p->a_type != AT_NULL) { in find_auxv_entry()
238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
150 bufp[idx++] = cpu_to_be64(AT_NULL); in auxv_to_elf64_notes()
619 NEW_AUX_ENT(AT_NULL, 0); in create_elf_fdpic_tables()1543 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump()
1599 while (auxv[i - 2] != AT_NULL); in fill_auxv_note()
194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
1985 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL; in prctl_set_mm_map()1986 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL; in prctl_set_mm_map()
Completed in 18 milliseconds