Home
last modified time | relevance | path

Searched defs:Elf_Ehdr (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs90 pub(super) struct Elf_Ehdr { struct
91 pub(super) e_ident: [u8; EI_NIDENT],
92 pub(super) e_type: u16,
93 pub(super) e_machine: u16,
94 pub(super) e_version: u32,
95 pub(super) e_entry: usize,
96 pub(super) e_phoff: usize,
97 pub(super) e_shoff: usize,
98 pub(super) e_flags: u32,
99 pub(super) e_ehsize: u16,
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dlibc_auxv.rs73 unsafe { libc::getauxval(linux_raw_sys::general::AT_SYSINFO_EHDR.into()) as *const Elf_Ehdr } in sysinfo_ehdr() constant
Dauxv.rs254 unsafe fn check_vdso_base(base: *const Elf_Ehdr) -> Option<NonNull<Elf_Ehdr>> { in check_vdso_base()
303 unsafe fn check_elf_base(base: *const Elf_Ehdr) -> Option<NonNull<Elf_Ehdr>> { in check_elf_base()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h76 using Elf_Ehdr = typename ELFT::Ehdr; variable
DELFObjectFile.h237 using Elf_Ehdr = typename ELFT::Ehdr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp105 typedef typename ELFT::Ehdr Elf_Ehdr; typedef in __anon7b0e73850111::ELFState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp65 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anondbe3b65c0111::DyldELFObject