Home
last modified time | relevance | path

Searched refs:EI_MAG0 (Results 1 - 23 of 23) 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/libasm/
H A Dasm_begin.c104 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
/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.hpp328 constexpr unsigned char EI_MAG0 = 0; member
/third_party/elfutils/libelf/
H A Delf32_updatenull.c57 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW()
59 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
H A Delf.h103 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/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.hpp348 #define EI_MAG0 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h50 EI_MAG0 = 0, // File identification index. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h47 EI_MAG0 = 0, // File identification index. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h71 #define EI_MAG0 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h71 #define EI_MAG0 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h71 #define EI_MAG0 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h71 #define EI_MAG0 0 macro
/third_party/musl/include/
H A Delf.h71 #define EI_MAG0 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp277 Header.e_ident[EI_MAG0] = 0x7f; in writeELFHeader()
/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/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1388 pub const EI_MAG0: usize = 0; consts

Completed in 100 milliseconds