Home
last modified time | relevance | path

Searched refs:auxv (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Delf_module.c1372 } auxv; in elf_search_auxv() local
1374 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() local
1392 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()
/reactos/dll/3rdparty/libpng/docs/
H A DCHANGES4414 1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
4853 is in contrib/arm-neon/linux-auxv.c. The new code avoids POSIX and Linux