/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | elf.c | 37 TEST_ASSERT((ident[EI_MAG0] == ELFMAG0) && (ident[EI_MAG1] == ELFMAG1) in elfhdr_get() 44 ident[EI_MAG0], ident[EI_MAG1], ident[EI_MAG2], ident[EI_MAG3], in elfhdr_get()
|
/external/u-boot/include/ |
D | elf.h | 35 #define EI_MAG0 0 /* file ID */ macro 85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/external/minijail/ |
D | elfparse.c | 17 return (buf[EI_MAG0] == ELFMAG0) && in is_elf_magic()
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 55 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 57 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | elf.h | 107 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|
/external/elfutils/libasm/ |
D | asm_begin.c | 106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
|
/external/u-boot/drivers/net/pfe_eth/ |
D | pfe_firmware.c | 44 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst2.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst9.c | 43 .e_ident = { [EI_MAG0] = ELFMAG0,
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 329 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 74 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
|
/external/u-boot/tools/ |
D | mips-relocs.c | 237 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 49 EI_MAG0 = 0, // File identification index. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 50 EI_MAG0 = 0, // File identification index. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 50 EI_MAG0 = 0, // File identification index. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 48 EI_MAG0 = 0, // File identification index. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 162 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 190 Header.e_ident[EI_MAG0] = 0x7f; in initELFHeader()
|
/external/kmod/port-gnu/ |
D | elf.h | 106 #define EI_MAG0 0 /* File identification byte 0 index */ macro
|
/external/elfutils/src/ |
D | elflint.c | 346 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header() 347 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 3169 W.printBinary("Magic", makeArrayRef(e->e_ident).slice(ELF::EI_MAG0, 4)); in printFileHeaders()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 3943 W.printBinary("Magic", makeArrayRef(e->e_ident).slice(ELF::EI_MAG0, 4)); in printFileHeaders()
|