Home
last modified time | relevance | path

Searched defs:ELFMAG2 (Results 1 – 9 of 9) sorted by relevance

/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp363 #define ELFMAG2 'L' macro
/third_party/elfio/elfio/
Delf_types.hpp343 constexpr unsigned char ELFMAG2 = 'L'; variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1393 pub const ELFMAG2: u8 = b'L'; constant
/third_party/musl/porting/linux/user/include/
Delf.h78 #define ELFMAG2 'L' macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h78 #define ELFMAG2 'L' macro
/third_party/musl/include/
Delf.h78 #define ELFMAG2 'L' macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h78 #define ELFMAG2 'L' macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h78 #define ELFMAG2 'L' macro
/third_party/elfutils/libelf/
Delf.h110 #define ELFMAG2 'L' /* Magic number byte 2 */ macro