Home
last modified time | relevance | path

Searched defs:ELFMAG0 (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h67 #define ELFMAG0 0x7f macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h67 #define ELFMAG0 0x7f macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp361 #define ELFMAG0 0x7F macro
/third_party/elfio/elfio/
Delf_types.hpp341 constexpr unsigned char ELFMAG0 = 0x7F; variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1389 pub const ELFMAG0: u8 = 0x7f; constant
/third_party/musl/ndk_musl_include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/linux/user/include/
Delf.h72 #define ELFMAG0 0x7f macro
/third_party/elfutils/libelf/
Delf.h104 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro