Home
last modified time | relevance | path

Searched defs:vdso (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Dmod.rs23 mod vdso; module
Dvdso.rs70 let mut vdso = Vdso { in init_from_sysinfo_ehdr() localVariable
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c40 static inline int do_vdso_gettime(gettime_t vdso, clockid_t clk_id, void *ts) in do_vdso_gettime()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dvdso_support.cc102 VDSOSupport vdso; in Init() local
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1749 static struct dso app, vdso; in __dls3() local
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1748 static struct dso app, vdso; in __dls3() local
/third_party/musl/ldso/
Ddynlink.c1732 static struct dso app, vdso; in __dls3() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2800 static struct dso app, vdso; in __dls3() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h2847 void *vdso; member