Home
last modified time | relevance | path

Searched refs:elf_aux_info (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Darmcap.c94 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
H A Dppccap.c111 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
/third_party/openssl/crypto/
H A Darmcap.c94 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
H A Dppccap.c111 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c152 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); in check_os_altivec_support()
399 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); in check_os_arm_support()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs508 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs508 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs486 pub fn elf_aux_info(aux: ::c_int, buf: *mut ::c_void, buflen: ::c_int) -> ::c_int; in elf_aux_info() functions

Completed in 6 milliseconds