Home
last modified time | relevance | path

Searched defs:get_auxv (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dauxv.rs14 fn get_auxv(&self, offset: u64, length: usize, buf: &mut [u8]) -> TargetResult<usize, Self>; in get_auxv() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dauxv.rs7 fn get_auxv(&self, offset: u64, length: usize, buf: &mut [u8]) -> TargetResult<usize, Self> { in get_auxv() method
/aosp_15_r20/external/musl/android/
H A Dldso_trampoline.cpp53 static size_t get_auxv(size_t* auxv, size_t entry) { in get_auxv() function