Searched refs:ELFMAG1 (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/arch-x86/bionic/
H A Ddl_iterate_phdr_static.c64 if (ehdr->e_ident[EI_MAG1] != ELFMAG1) return -1;
/bionic/libc/include/sys/
H A Dexec_elf.h83 #define ELFMAG1 'E' /* e_ident[EI_MAG1] */ macro
120 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/bionic/libc/kernel/common/linux/
H A Delf.h302 #define ELFMAG1 'E' macro
/bionic/linker/
H A Dlinker.c705 if (hdr->e_ident[EI_MAG1] != ELFMAG1) return -1;

Completed in 52 milliseconds