/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 38 #define EI_MAG1 1 macro 96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 48 (byte[EI_MAG1] ? byte[EI_MAG1] : '0'), in Elf_ehdr()
|
/titanic_51/usr/src/tools/btxld/ |
H A D | elfh.h | 33 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
|
/titanic_51/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 54 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in getehdr()
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 114 #define EI_MAG1 1 macro
|
/titanic_51/usr/src/tools/elfextract/ |
H A D | elfextract.c | 244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
|
/titanic_51/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 302 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 121 #define EI_MAG1 1 /* Magic number, byte 1. */ macro 183 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 147 (base[EI_MAG1] == ELFMAG1) && in _elf_config()
|
H A D | update.c | 172 p[EI_MAG1] = ELFMAG1; in _elf_upd_lib() 356 p[EI_MAG1] = ELFMAG1; in _elf_upd_usr()
|
/titanic_51/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 149 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in __rtld()
|
/titanic_51/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 150 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in __rtld()
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 120 h.e_ident[EI_MAG1] != ELFMAG1 || in __fex_read_syms()
|
/titanic_51/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 148 ehdr->e_ident[EI_MAG0], ehdr->e_ident[EI_MAG1], in dump_ehdr()
|
/titanic_51/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 407 (hdr.ehdr.e_ident[EI_MAG1] == ELFMAG1) && in process_args()
|
/titanic_51/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 393 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 461 is found in the e_ident[EI_MAG1] field of the ELF header.\n\ 464 e_ident[EI_MAG1] is shown. If called with the value argument,\n\ 465 the e_ident[EI_MAG1] field is updated with the new value.\n\ 467 Note: Changing the e_ident[EI_MAG1] field of the ELF header\n\
|
H A D | ehdr.c | 305 case EI_MAG1: in print_ehdr() 395 case EI_MAG1: in print_ehdr() 653 EHDR_CMD_T_EI_MAG1, /* 1: EI_MAG1 */ in cmd_body()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 107 #define EI_MAG1 1 macro
|
/titanic_51/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 176 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in get_boot_cap()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 441 @ MSG_EI_MAG1_CF "EI_MAG1" # 1
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 477 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf32() 614 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf64()
|
/titanic_51/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 1386 (byte[EI_MAG1] ? byte[EI_MAG1] : '0'), in dcmd_ElfEhdr()
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1105 ehdr.e_ident[EI_MAG1] = ELFMAG1; in Pfgcore() 1163 ehdr.e_ident[EI_MAG1] = ELFMAG1; in Pfgcore()
|
/titanic_51/usr/src/cmd/file/ |
H A D | file.c | 1263 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in check_ident()
|