Searched refs:elf_aux_info (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | armcap.c | 94 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
|
H A D | ppccap.c | 111 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
|
/third_party/openssl/crypto/ |
H A D | armcap.c | 94 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
|
H A D | ppccap.c | 111 if (elf_aux_info((int)key, &val, sizeof(val)) != 0) in getauxval()
|
/third_party/mesa3d/src/util/ |
H A D | u_cpu_detect.c | 152 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 D | mod.rs | 508 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 D | mod.rs | 508 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 D | mod.rs | 486 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