Searched defs:Elf_Ehdr (Results 1 – 7 of 7) sorted by relevance
90 pub(super) struct Elf_Ehdr { struct91 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 …]
73 unsafe { libc::getauxval(linux_raw_sys::general::AT_SYSINFO_EHDR.into()) as *const Elf_Ehdr } in sysinfo_ehdr() constant
254 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()
76 using Elf_Ehdr = typename ELFT::Ehdr; variable
237 using Elf_Ehdr = typename ELFT::Ehdr; variable
105 typedef typename ELFT::Ehdr Elf_Ehdr; typedef in __anon7b0e73850111::ELFState
65 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef in __anondbe3b65c0111::DyldELFObject