Searched refs:AT_NULL (Results 1 – 18 of 18) sorted by relevance
9 #define AT_NULL 0 /* end of vector */ macro
50 aux->a_type != AT_NULL; ++aux) { in getauxval()
69 } else if (buf[i] == AT_NULL) { in ppc_simd_caps()
67 } else if (buf[i] == AT_NULL) { in ppc_simd_caps()
103 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) in main4()
121 aux_entry->type != AT_NULL; ++aux_entry) { 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()
263 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv()
260 pub const AT_NULL: ::c_ulong = 0; constant
531 one_aux_entry.a_type != AT_NULL) { in ReadAuxv()
916 AT_NULL = 0 variable
828 #define AT_NULL 0 macro
1002 #define AT_NULL 0 /* End of vector */ macro
1159 #define AT_NULL 0 /* End of vector */ macro
215 case AT_NULL:
221 for (; *(uintptr_t *)p != AT_NULL; p++) {
1238 pub const AT_NULL: ::c_ulong = 0; constant