Home
last modified time | relevance | path

Searched defs:Elf_Addr (Results 1 – 13 of 13) sorted by relevance

/external/rust/android-crates-io/crates/libc/src/unix/haiku/
Db32.rs5 pub type Elf_Addr = ::Elf32_Addr; typedef
Db64.rs5 pub type Elf_Addr = ::Elf64_Addr; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Db32.rs5 pub type Elf_Addr = ::Elf32_Addr; typedef
Db64.rs5 pub type Elf_Addr = ::Elf64_Addr; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/haiku/
Db64.rs5 pub type Elf_Addr = ::Elf64_Addr; typedef
Db32.rs5 pub type Elf_Addr = ::Elf32_Addr; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/hurd/
Db32.rs36 pub type Elf_Addr = ::Elf32_Addr; typedef
Db64.rs38 pub type Elf_Addr = ::Elf64_Addr; typedef
/external/rust/android-crates-io/crates/libc/src/unix/hurd/
Db32.rs36 pub type Elf_Addr = ::Elf32_Addr; typedef
Db64.rs38 pub type Elf_Addr = ::Elf64_Addr; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/hurd/
Db32.rs36 pub type Elf_Addr = ::Elf32_Addr; typedef
Db64.rs38 pub type Elf_Addr = ::Elf64_Addr; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/InterfaceStub/
DELFObjHandler.cpp176 using Elf_Addr = typename ELFT::Addr; typedef in llvm::ifs::__anone31f445e0111::ELFStubBuilder