Home
last modified time | relevance | path

Searched refs:ELFMAG1 (Results 1 – 24 of 24) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
Delfboot.c78 [EI_MAG1] = ELFMAG1, in elfboot_load()
/external/minijail/
Delfparse.c11 (buf[EI_MAG1] == ELFMAG1) && in is_elf_magic()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc90 elf_header.e_ident[EI_MAG1] != ELFMAG1 || in FindElfTextSection()
/external/syslinux/gpxe/src/include/
Delf.h117 #define ELFMAG1 'E' macro
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc112 header->e_ident[1] == ELFMAG1 && in IsValid()
Dsynth_elf_unittest.cc220 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
295 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
Dsynth_elf.cc35 D8(ELFMAG1); in ELF()
Delf_core_dump_unittest.cc93 header.e_ident[1] = ELFMAG1; in TEST()
/external/elfutils/tests/
Dasm-tst1.c36 [EI_MAG1] = ELFMAG1,
Dasm-tst2.c36 [EI_MAG1] = ELFMAG1,
Dasm-tst9.c44 [EI_MAG1] = ELFMAG1,
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c717 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/
Delfcommon.h287 #define ELFMAG1 'E' macro
/external/syslinux/efi/
Dwrapper.c222 id[EI_MAG1] != ELFMAG1 || in main()
/external/kernel-headers/original/uapi/linux/
Delf.h339 #define ELFMAG1 'E' macro
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc370 if (buf[0] != ELFMAG0 || buf[1] != ELFMAG1 || in ListModules()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
/external/syslinux/com32/lib/sys/module/
Dcommon.c225 elf_hdr->e_ident[EI_MAG1] != ELFMAG1 || in check_header_common()
/external/valgrind/include/vki/
Dvki-solaris.h397 #define VKI_ELFMAG1 ELFMAG1
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1095 ehdr.e_ident[1] = ELFMAG1; in main()
/external/kmod/port-gnu/
Delf.h110 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
/external/elfutils/libelf/
Delf.h111 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
/external/elfutils/src/
Delflint.c362 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/
Dtinycc.c194 #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()