Searched refs:ELFMAG3 (Results 1 - 15 of 15) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h43 #define ELFMAG3 'F' macro
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
/external/qemu/elff/
H A Delff_elf.h113 #define ELFMAG3 'F' macro
/external/elfutils/tests/
H A Dasm-tst1.c46 [EI_MAG3] = ELFMAG3,
H A Dasm-tst2.c46 [EI_MAG3] = ELFMAG3,
H A Dasm-tst9.c54 [EI_MAG3] = ELFMAG3,
/external/kernel-headers/original/linux/
H A Delf.h308 #define ELFMAG3 'F' macro
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c690 buffer.header32.e_ident[3]!=ELFMAG3 ||
757 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
874 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/qemu/
H A Dloader.c323 e_ident[3] != ELFMAG3)
H A Delf.h1157 #define ELFMAG3 'F' macro
/external/libvpx/build/make/
H A Dobj_int_extract.c331 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/valgrind/main/VEX/switchback/
H A Dlinker.c939 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/libelf/
H A Delf.h127 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
/external/elfutils/src/
H A Delflint.c365 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
/external/valgrind/main/perf/
H A Dtinycc.c200 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
19758 ehdr.e_ident[3] = ELFMAG3;
19882 ehdr.e_ident[3] != ELFMAG3)
21000 ehdr.e_ident[3] == ELFMAG3) {

Completed in 140 milliseconds