Searched refs:ELFMAG1 (Results 1 – 24 of 24) sorted by relevance
/external/syslinux/gpxe/src/arch/i386/image/ |
D | elfboot.c | 78 [EI_MAG1] = ELFMAG1, in elfboot_load()
|
/external/minijail/ |
D | elfparse.c | 11 (buf[EI_MAG1] == ELFMAG1) && in is_elf_magic()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 90 elf_header.e_ident[EI_MAG1] != ELFMAG1 || in FindElfTextSection()
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 117 #define ELFMAG1 'E' macro
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 112 header->e_ident[1] == ELFMAG1 && in IsValid()
|
D | synth_elf_unittest.cc | 220 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST() 295 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
|
D | synth_elf.cc | 35 D8(ELFMAG1); in ELF()
|
D | elf_core_dump_unittest.cc | 93 header.e_ident[1] = ELFMAG1; in TEST()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 36 [EI_MAG1] = ELFMAG1,
|
D | asm-tst2.c | 36 [EI_MAG1] = ELFMAG1,
|
D | asm-tst9.c | 44 [EI_MAG1] = ELFMAG1,
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 717 buffer.header32.e_ident[1]!=ELFMAG1 || in getArchitecture() 786 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 903 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 287 #define ELFMAG1 'E' macro
|
/external/syslinux/efi/ |
D | wrapper.c | 222 id[EI_MAG1] != ELFMAG1 || in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 339 #define ELFMAG1 'E' macro
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 370 if (buf[0] != ELFMAG0 || buf[1] != ELFMAG1 || in ListModules()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
|
/external/syslinux/com32/lib/sys/module/ |
D | common.c | 225 elf_hdr->e_ident[EI_MAG1] != ELFMAG1 || in check_header_common()
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 397 #define VKI_ELFMAG1 ELFMAG1
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1095 ehdr.e_ident[1] = ELFMAG1; in main()
|
/external/kmod/port-gnu/ |
D | elf.h | 110 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 111 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
|
/external/elfutils/src/ |
D | elflint.c | 362 if (ehdr->e_ident[EI_MAG1] != ELFMAG1) in check_elf_header() 363 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1); in check_elf_header()
|
/external/valgrind/perf/ |
D | tinycc.c | 194 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 19754 ehdr.e_ident[1] = ELFMAG1; in tcc_output_file() 19878 ehdr.e_ident[1] != ELFMAG1 || in tcc_load_object_file() 20996 ehdr.e_ident[1] == ELFMAG1 && in tcc_add_file_internal()
|