Searched refs:a_type (Results 1 – 5 of 5) sorted by relevance
41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++) in get_syscall()42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
250 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++) in vdso_init_from_auxv() 252 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
393 while (p->a_type != AT_NULL) { in find_auxv_entry()394 if (p->a_type == type) in find_auxv_entry()
194 for (auxv = (Elf64_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {195 switch (auxv->a_type) {
1071 enum maple_type a_type; in mas_ascend() local1086 a_type = mas_parent_type(mas, mas->node); in mas_ascend()1088 a_enode = mt_mk_node(p_node, a_type); in mas_ascend()1114 a_type = mas_parent_type(mas, p_enode); in mas_ascend()1117 a_enode = mt_mk_node(a_node, a_type); in mas_ascend()1118 pivots = ma_pivots(a_node, a_type); in mas_ascend()1128 if (!set_max && a_slot < mt_pivots[a_type]) { in mas_ascend()