Home
last modified time | relevance | path

Searched refs:AT_SYSINFO_EHDR (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dvdso_support.cc36 #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 Dmustang_auxv.rs19 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 Dauxv.rs26 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 Dgetauxval.c45 * @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 Dvdso_helpers.c25 sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in vdso_init()
27 tst_res(TINFO, "Couldn't find AT_SYSINFO_EHDR"); in vdso_init()
H A Dparse_vdso.c271 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c83 /* 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 Dvdso.c73 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 Dvdso.c73 for (i=0; libc.auxv[i] != AT_SYSINFO_EHDR; i+=2) in __get_vdso_info()
/third_party/musl/src/internal/
H A Dvdso.c46 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 Dldso_dlopen_test.cpp422 unsigned long int result = getauxval(AT_SYSINFO_EHDR); in HWTEST_F()
/third_party/elfio/elfio/
H A Delf_types.hpp1090 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 Delf.h1037 #define AT_SYSINFO_EHDR 33 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1028 #define AT_SYSINFO_EHDR 33 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1028 #define AT_SYSINFO_EHDR 33 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1028 #define AT_SYSINFO_EHDR 33 macro
/third_party/musl/include/
H A Delf.h1063 #define AT_SYSINFO_EHDR 33 macro
/third_party/elfutils/libelf/
H A Delf.h1231 #define AT_SYSINFO_EHDR 33 macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1922 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) { in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1921 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) { in __dls3()
/third_party/musl/ldso/
H A Ddynlink.c2023 if (search_vec(auxv, &vdso_base, AT_SYSINFO_EHDR) && vdso_base) {
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs144 pub const AT_SYSINFO_EHDR: u32 = 33; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1588 pub const AT_SYSINFO_EHDR: ::c_ulong = 33; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs144 pub const AT_SYSINFO_EHDR: u32 = 33; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs144 pub const AT_SYSINFO_EHDR: u32 = 33; consts

Completed in 130 milliseconds

12