| aarch64 |
|
|
- |
| arm |
|
|
- |
| csky |
|
|
- |
| elf.rs |
The ELF ABI. 🧝
This module is not as comprehensive as bindgened [`elf_uapi`] and provides only types for target
pointer width: instead of [`elf32_phdr`] and [`elf64_phdr`] there's only [`Elf_Phdr`].
[`elf_uapi`]: super::elf_uapi
[`elf32_phdr`]: super::elf_uapi::elf32_phdr
[`elf64_phdr`]: super::elf_uapi::elf64_phdr |
7232 |
- |
| hexagon |
|
|
- |
| lib.rs |
Unsafe functions no longer implicitly create unsafe blocks (RFC 2585).
While newer bindgen versions follow this convention, we support Rust 1.63 which warns about
this behavior. We can simply silence these warnings.
|
57657 |
- |
| loongarch64 |
|
|
- |
| m68k |
|
|
- |
| mips |
|
|
- |
| mips32r6 |
|
|
- |
| mips64 |
|
|
- |
| mips64r6 |
|
|
- |
| powerpc |
|
|
- |
| powerpc64 |
|
|
- |
| riscv32 |
|
|
- |
| riscv64 |
|
|
- |
| s390x |
|
|
- |
| sparc |
|
|
- |
| sparc64 |
|
|
- |
| x32 |
|
|
- |
| x86 |
|
|
- |
| x86_64 |
|
|
- |