/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.h | 32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
H A D | elfh.c | 53 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 37 #define ELFMAG0 0x7f macro 96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 54 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 112 #define ELFMAG0 0x7f macro
|
/illumos-gate/usr/src/tools/elfextract/ |
H A D | elfextract.c | 244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
|
/illumos-gate/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 199 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 149 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 148 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 146 (base[EI_MAG0] == ELFMAG0) &&
|
H A D | update.c | 171 p[EI_MAG0] = ELFMAG0; 355 p[EI_MAG0] = ELFMAG0;
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 119 if (h.e_ident[EI_MAG0] != ELFMAG0 ||
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 406 if ((hdr.ehdr.e_ident[EI_MAG0] == ELFMAG0) &&
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 69 static Ehdr def_ehdr = { { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 45 static Ehdr dehdr = { { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 392 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 117 #define ELFMAG0 0x7f /* EI_MAG */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 134 #define ELFMAG0 0x7f macro 182 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 159 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 477 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0; 614 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1104 ehdr.e_ident[EI_MAG0] = ELFMAG0; 1162 ehdr.e_ident[EI_MAG0] = ELFMAG0;
|
H A D | Psymtab.c | 1023 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || 1077 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/illumos-gate/usr/src/cmd/file/ |
H A D | file.c | 1178 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 ||
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 2411 if (header[EI_MAG0] == ELFMAG0 && header[EI_MAG1] == ELFMAG1 &&
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 1371 ehdr.e_ident[EI_MAG0] = ELFMAG0;
|