/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A 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() 96 // Didn't find AT_SYSINFO_EHDR in auxv[]. in Init()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | mustang_auxv.rs | 19 AT_SYSINFO_EHDR, 68 /// `AT_SYSINFO_EHDR` isn't present on all platforms in all configurations, 140 AT_SYSINFO_EHDR => SYSINFO_EHDR = SyncConstPtr::new(a_val.cast::<Elf_Ehdr>()), in init_from_auxp()
|
H A D | auxv.rs | 26 AT_PHNUM, AT_SYSINFO_EHDR, 110 /// `AT_SYSINFO_EHDR` isn't present on all platforms in all configurations, 216 AT_SYSINFO_EHDR => sysinfo_ehdr = check_vdso_base(a_val as *mut _)?.as_ptr(), in init_from_auxp() 251 /// `base` is some value we got from a `AT_SYSINFO_EHDR` aux record somewhere,
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getauxval.c | 45 * @tc.desc : Verify that the value can be retrieved from the auxiliary vector (parameter is AT_SYSINFO_EHDR) 51 result = getauxval(AT_SYSINFO_EHDR); in getauxval_0300()
|
/third_party/ltp/libs/libltpvdso/ |
H A D | vdso_helpers.c | 25 sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in vdso_init() 27 tst_res(TINFO, "Couldn't find AT_SYSINFO_EHDR"); in vdso_init()
|
H A D | parse_vdso.c | 271 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 83 /* Search /proc/PID/auxv for the AT_SYSINFO_EHDR tag. 133 case AT_SYSINFO_EHDR: in grovel_auxv() 146 case AT_SYSINFO_EHDR: in grovel_auxv() 229 /* If this is the special mapping AT_SYSINFO_EHDR pointed us at, in proc_maps_report() 299 /* We'll notice the AT_SYSINFO_EHDR address specially when we hit it. */ in INTDEF()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 73 for (i=0; libc.auxv[i] != AT_SYSINFO_EHDR; i+=2) in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 73 for (i=0; libc.auxv[i] != AT_SYSINFO_EHDR; i+=2) in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 46 for (i=0; libc.auxv[i] != AT_SYSINFO_EHDR; i+=2) in __vdsosym()
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_dlopen_test.cpp | 422 unsigned long int result = getauxval(AT_SYSINFO_EHDR); in HWTEST_F()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1090 constexpr Elf_Word AT_SYSINFO_EHDR = 33; // Start of the ELF header of the vDSO. member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 1037 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 1028 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 1028 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 1028 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/musl/include/ |
H A D | elf.h | 1063 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1231 #define AT_SYSINFO_EHDR 33 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1922 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) { in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1921 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) { in __dls3()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 2023 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) {
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 144 pub const AT_SYSINFO_EHDR: u32 = 33; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1588 pub const AT_SYSINFO_EHDR: ::c_ulong = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 144 pub const AT_SYSINFO_EHDR: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 144 pub const AT_SYSINFO_EHDR: u32 = 33; consts
|