xref: /third_party/rust/crates/libc/src/unix/haiku/b64.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/libc/src/unix/haiku/
12add0d91Sopenharmony_cipub type c_ulong = u64;
22add0d91Sopenharmony_cipub type c_long = i64;
32add0d91Sopenharmony_cipub type time_t = i64;
42add0d91Sopenharmony_ci
52add0d91Sopenharmony_cipub type Elf_Addr = ::Elf64_Addr;
62add0d91Sopenharmony_cipub type Elf_Half = ::Elf64_Half;
72add0d91Sopenharmony_cipub type Elf_Phdr = ::Elf64_Phdr;
82add0d91Sopenharmony_ci
92add0d91Sopenharmony_cis! {
102add0d91Sopenharmony_ci    pub struct Elf64_Phdr {
112add0d91Sopenharmony_ci        pub p_type: ::Elf64_Word,
122add0d91Sopenharmony_ci        pub p_flags: ::Elf64_Word,
132add0d91Sopenharmony_ci        pub p_offset: ::Elf64_Off,
142add0d91Sopenharmony_ci        pub p_vaddr: ::Elf64_Addr,
152add0d91Sopenharmony_ci        pub p_paddr: ::Elf64_Addr,
162add0d91Sopenharmony_ci        pub p_filesz: ::Elf64_Xword,
172add0d91Sopenharmony_ci        pub p_memsz: ::Elf64_Xword,
182add0d91Sopenharmony_ci        pub p_align: ::Elf64_Xword,
192add0d91Sopenharmony_ci    }
202add0d91Sopenharmony_ci}
21

Indexes created Thu Nov 07 10:32:03 CST 2024