Home
last modified time | relevance | path

Searched refs:ELFMAG0 (Results 1 - 22 of 22) sorted by relevance

/third_party/libunwind/libunwind/src/
H A Ddl-iterate-phdr.c36 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/third_party/elfutils/tests/
H A Dasm-tst2.c36 .e_ident = { [EI_MAG0] = ELFMAG0,
H A Dasm-tst1.c36 .e_ident = { [EI_MAG0] = ELFMAG0,
H A Dasm-tst9.c44 .e_ident = { [EI_MAG0] = ELFMAG0,
/third_party/elfio/elfio/
H A Delfio_header.hpp83 header.e_ident[EI_MAG0] = ELFMAG0; in elf_header_impl()
H A Delfio.hpp172 e_ident[EI_MAG0] != ELFMAG0 || e_ident[EI_MAG1] != ELFMAG1 ||
H A Delf_types.hpp341 constexpr unsigned char ELFMAG0 = 0x7F; member
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp878 buffer.header32.e_ident[0]!=ELFMAG0 || in getArchitecture()
958 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
1075 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp823 buffer.header32.e_ident[0]!=ELFMAG0 || in getArchitecture()
903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
1020 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp823 buffer.header32.e_ident[0]!=ELFMAG0 || in getArchitecture()
903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
1020 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c74 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc166 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp361 #define ELFMAG0 0x7F macro
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c362 uint8_t elf_ident[EI_NIDENT] = { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/third_party/musl/porting/linux/user/include/
H A Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h72 #define ELFMAG0 0x7f macro
/third_party/musl/include/
H A Delf.h72 #define ELFMAG0 0x7f macro
/third_party/elfutils/src/
H A Delflint.c345 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header()
346 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
/third_party/elfutils/libelf/
H A Delf.h104 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1389 pub const ELFMAG0: u8 = 0x7f; consts

Completed in 95 milliseconds