Searched refs:AT_NULL (Results 1 – 15 of 15) 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()
182 + case AT_NULL:189 + "AT_NULL terminator not found, cannot parse auxv structure.");227 + case AT_NULL:234 + "AT_NULL terminator not found, cannot parse auxv structure.");
41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()
238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
65 while (p->a_type != AT_NULL) { in find_auxv_entry()
150 bufp[idx++] = cpu_to_be64(AT_NULL); in auxv_to_elf64_notes()
618 NEW_AUX_ENT(AT_NULL, 0); in create_elf_fdpic_tables()1557 while (auxv[i - 2] != AT_NULL); in elf_fdpic_core_dump()
1594 while (auxv[i - 2] != AT_NULL); in fill_auxv_note()
194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
2007 user_auxv[AT_VECTOR_SIZE - 2] = AT_NULL; in prctl_set_mm_map()2008 user_auxv[AT_VECTOR_SIZE - 1] = AT_NULL; in prctl_set_mm_map()
1159 #define AT_NULL 0 /* End of vector */ macro