/third_party/libunwind/libunwind/src/ |
H A D | dl-iterate-phdr.c | 36 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/third_party/elfutils/libasm/ |
H A D | asm_begin.c | 104 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/third_party/elfutils/tests/ |
H A D | asm-tst2.c | 36 .e_ident = { [EI_MAG0] = ELFMAG0,
|
H A D | asm-tst1.c | 36 .e_ident = { [EI_MAG0] = ELFMAG0,
|
H A D | asm-tst9.c | 44 .e_ident = { [EI_MAG0] = ELFMAG0,
|
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 83 header.e_ident[EI_MAG0] = ELFMAG0; in elf_header_impl()
|
H A D | elfio.hpp | 172 e_ident[EI_MAG0] != ELFMAG0 || e_ident[EI_MAG1] != ELFMAG1 ||
|
H A D | elf_types.hpp | 328 constexpr unsigned char EI_MAG0 = 0; member
|
/third_party/elfutils/libelf/ |
H A D | elf32_updatenull.c | 57 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 D | elf.h | 103 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|
/third_party/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 74 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 D | elf_mem_image.cc | 166 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 348 #define EI_MAG0 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 50 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 D | ELF.h | 47 EI_MAG0 = 0, // File identification index. enumerator
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 71 #define EI_MAG0 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 71 #define EI_MAG0 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 71 #define EI_MAG0 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 71 #define EI_MAG0 0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 71 #define EI_MAG0 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 277 Header.e_ident[EI_MAG0] = 0x7f; in writeELFHeader()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 345 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 D | mod.rs | 1388 pub const EI_MAG0: usize = 0; consts
|