Searched refs:auxv (Results 1 – 2 of 2) sorted by relevance
1372 } auxv; in elf_search_auxv() local1374 while (ReadProcessMemory(pcs->handle, addr, &auxv, sizeof(auxv), NULL) && auxv.a_type) in elf_search_auxv()1376 if (auxv.a_type == type) in elf_search_auxv()1378 *val = auxv.a_val; in elf_search_auxv()1381 addr += sizeof(auxv); in elf_search_auxv()1390 } auxv; in elf_search_auxv() local1392 while (ReadProcessMemory(pcs->handle, addr, &auxv, sizeof(auxv), NULL) && auxv.a_type) in elf_search_auxv()1394 if (auxv.a_type == type) in elf_search_auxv()1396 *val = auxv.a_val; in elf_search_auxv()1399 addr += sizeof(auxv); in elf_search_auxv()
4414 1003.1 API to check /proc/self/auxv avoiding buffer allocation and other4853 is in contrib/arm-neon/linux-auxv.c. The new code avoids POSIX and Linux