/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/param/ |
D | libc_auxv.rs | 153 libc_getauxval(AT_SYSINFO_EHDR) as *const Elf_Ehdr in sysinfo_ehdr() constant 161 getauxval(AT_SYSINFO_EHDR) as *const Elf_Ehdr in sysinfo_ehdr() constant
|
D | auxv.rs | 460 unsafe fn check_elf_base(base: *const Elf_Ehdr) -> Option<NonNull<Elf_Ehdr>> { in check_elf_base()
|
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/ |
H A D | disassembler_elf.h | 71 using Elf_Ehdr = elf::Elf32_Ehdr; member 103 using Elf_Ehdr = elf::Elf64_Ehdr; member
|
/aosp_15_r20/external/zucchini/ |
H A D | disassembler_elf.h | 71 using Elf_Ehdr = elf::Elf32_Ehdr; member 103 using Elf_Ehdr = elf::Elf64_Ehdr; member
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/hurd/ |
D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | b32.rs | 38 pub type Elf_Ehdr = ::Elf32_Ehdr; typedef
|
H A D | b64.rs | 40 pub type Elf_Ehdr = ::Elf64_Ehdr; typedef
|
/aosp_15_r20/art/runtime/oat/ |
H A D | elf_file_impl.h | 39 using Elf_Ehdr = typename ElfTypes::Ehdr; variable
|
/aosp_15_r20/external/compiler-rt/lib/cfi/ |
H A D | cfi.cc | 21 typedef ElfW(Ehdr) Elf_Ehdr; typedef
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ELF.h | 43 typedef Elf_Ehdr_Impl<ELFT> Elf_Ehdr; typedef
|
H A D | ELFObjectFile.h | 196 typedef typename ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2elf.cpp | 101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr; typedef in __anoncc8c798d0311::ELFState
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 76 using Elf_Ehdr = typename ELFT::Ehdr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 172 using Elf_Ehdr = typename ELFT::Ehdr; typedef in llvm::ifs::__anonb61339de0111::ELFStubBuilder
|