/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 88 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 88 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 88 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 88 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 97 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 36 #ifndef AT_SYSINFO_EHDR 37 #define AT_SYSINFO_EHDR 33 // for crosstoolv10 macro 72 reinterpret_cast<const void *>(getauxval(AT_SYSINFO_EHDR)); in Init() 97 if (aux.a_type == AT_SYSINFO_EHDR) { in Init()
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | vdso_test.c | 39 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main() 45 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
|
D | parse_vdso.c | 265 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 125 #if !defined(AT_SYSINFO_EHDR) 126 #define AT_SYSINFO_EHDR 33 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | auxvec.h | 6 #define AT_SYSINFO_EHDR 33 macro
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | auxvec.h | 21 #define AT_SYSINFO_EHDR 33 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | auxvec.h | 11 #define AT_SYSINFO_EHDR 33 macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_mremap_vdso.c | 72 auxval = getauxval(AT_SYSINFO_EHDR); in main()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 133 case AT_SYSINFO_EHDR: in grovel_auxv() 146 case AT_SYSINFO_EHDR: in grovel_auxv()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 279 #define AT_MAX AT_SYSINFO_EHDR 554 reinterpret_cast<void *>(auxv_[AT_SYSINFO_EHDR]); in EnumerateMappings()
|
D | linux_ptrace_dumper_unittest.cc | 340 reinterpret_cast<void *>(dumper.auxv()[AT_SYSINFO_EHDR]); in TEST_F()
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 876 #define AT_SYSINFO_EHDR 33 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1051 #define AT_SYSINFO_EHDR 33 macro
|
/external/elfutils/libelf/ |
D | elf.h | 1208 #define AT_SYSINFO_EHDR 33 macro
|