Home
last modified time | relevance | path

Searched refs:getauxval (Results 1 – 25 of 61) sorted by relevance

123

/netbsd/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c40 getauxval(unsigned int type) in getauxval() function
60 phdr = (void *)getauxval(AT_PHDR); in get_dynamic_section()
61 phnum = (Elf_Half)getauxval(AT_PHNUM); in get_dynamic_section()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h42 unsigned long getauxval(unsigned long type); // NOLINT
52 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h42 unsigned long getauxval(unsigned long type); // NOLINT
52 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() function
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A Darmcap.c84 static unsigned long getauxval(unsigned long key) in getauxval() function
173 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
174 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup()
H A Dppccap.c237 static unsigned long getauxval(unsigned long key) in getauxval() function
348 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()
349 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Darmcap.c90 static unsigned long getauxval(unsigned long key) in getauxval() function
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup()
H A Dppccap.c111 static unsigned long getauxval(unsigned long key) in getauxval() function
222 unsigned long hwcap = getauxval(HWCAP); in OPENSSL_cpuid_setup()
223 unsigned long hwcap2 = getauxval(HWCAP2); in OPENSSL_cpuid_setup()
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dissuid.c73 return getauxval(type); in rk_getauxval()
75 unsigned long ret = getauxval(type); in rk_getauxval()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_getauxval.h43 unsigned long getauxval(unsigned long type); // NOLINT
/netbsd/external/bsd/unbound/dist/compat/
H A Dgetentropy_linux.c515 p = (char *) getauxval(AT_RANDOM); in getentropy_fallback()
520 p = (char *) getauxval(AT_SYSINFO_EHDR); in getentropy_fallback()
525 p = (char *) getauxval(AT_BASE); in getentropy_fallback()
/netbsd/external/gpl3/gdb/dist/gdb/nat/
H A Dppc-linux.c36 *valp = getauxval (AT_HWCAP); in ppc64_host_hwcap()
/netbsd/external/gpl3/gdb.old/dist/gdb/nat/
H A Dppc-linux.c36 *valp = getauxval (AT_HWCAP); in ppc64_host_hwcap()
/netbsd/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_linux.cc34 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common_linux.cc36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-aarch64-ipa.cc168 uintptr_t exec_base = getauxval (AT_PHDR); in alloc_jump_pad_buffer()
H A Dtracepoint.h151 unsigned long getauxval (unsigned long type);
H A Dlinux-ppc-ipa.cc122 uintptr_t exec_base = getauxval (AT_PHDR); in alloc_jump_pad_buffer()
H A Dlinux-s390-ipa.cc395 uintptr_t exec_base = getauxval (AT_PHDR); in alloc_jump_pad_buffer()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common_linux.cc34 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-aarch64-ipa.cc168 uintptr_t exec_base = getauxval (AT_PHDR); in alloc_jump_pad_buffer()
H A Dtracepoint.h151 unsigned long getauxval (unsigned long type);
H A Dlinux-ppc-ipa.cc122 uintptr_t exec_base = getauxval (AT_PHDR); in alloc_jump_pad_buffer()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon.m456 setpgid setpgrp getrusage getauxval])

123