Home
last modified time | relevance | path

Searched refs:exe_phdrs_slice (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
Dtls.rs5 use super::super::param::auxv::exe_phdrs_slice;
19 let phdrs = exe_phdrs_slice(); in startup_tls_info()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dlibc_auxv.rs61 pub(in super::super) fn exe_phdrs_slice() -> &'static [Elf_Phdr] { in exe_phdrs_slice() function
Dmustang_auxv.rs60 pub(in super::super) fn exe_phdrs_slice() -> &'static [Elf_Phdr] { in exe_phdrs_slice() function
Dauxv.rs102 pub(in super::super) fn exe_phdrs_slice() -> &'static [Elf_Phdr] { in exe_phdrs_slice() function