/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 36 #define EI_MAG0 0 macro 96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
|
/titanic_52/usr/src/tools/btxld/ |
H A D | elfh.h | 32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/titanic_52/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 54 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in getehdr()
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 111 #define EI_MAG0 0 macro
|
/titanic_52/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_bargs.c | 79 (memcmp(&ident[EI_MAG0], ELFMAG, 4) == 0) && in get_kernel_fd()
|
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 47 dbg_print(lml, MSG_ORIG(MSG_ELF_MAGIC), byte[EI_MAG0], in Elf_ehdr()
|
/titanic_52/usr/src/tools/elfextract/ |
H A D | elfextract.c | 244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
|
/titanic_52/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 302 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 120 #define EI_MAG0 0 /* Magic number, byte 0. */ macro 182 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
|
/titanic_52/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 149 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in __rtld()
|
/titanic_52/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 146 (base[EI_MAG0] == ELFMAG0) && in _elf_config()
|
H A D | update.c | 171 p[EI_MAG0] = ELFMAG0; in _elf_upd_lib() 355 p[EI_MAG0] = ELFMAG0; in _elf_upd_usr()
|
/titanic_52/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 148 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in __rtld()
|
/titanic_52/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 119 if (h.e_ident[EI_MAG0] != ELFMAG0 || in __fex_read_syms()
|
/titanic_52/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_52/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 98 } else if ((is_noelf = memcmp(&ehdr.e_ident[EI_MAG0], ELFMAG, in open_core()
|
/titanic_52/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 406 if ((hdr.ehdr.e_ident[EI_MAG0] == ELFMAG0) && in process_args()
|
/titanic_52/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 392 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 304 case EI_MAG0: in print_ehdr() 394 case EI_MAG0: in print_ehdr() 652 EHDR_CMD_T_EI_MAG0, /* 0: EI_MAG0 */ in cmd_body() 1189 int ei_ndx = (cmd - EHDR_CMD_T_EI_MAG0) + EI_MAG0; in cmd_body()
|
H A D | ehdr.msg | 446 is found in the e_ident[EI_MAG0] field of the ELF header.\n\ 449 e_ident[EI_MAG0] is shown. If called with the value argument,\n\ 450 the e_ident[EI_MAG0] field is updated with the new value.\n\ 452 Note: Changing the e_ident[EI_MAG0] field of the ELF header\n\
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 679 CONV_DS_MSG_INIT(EI_MAG0, eident_cf) }; in ehdr_eident_strings() 681 CONV_DS_MSG_INIT(EI_MAG0, eident_nf) }; in ehdr_eident_strings()
|
H A D | elf.msg | 439 @ MSG_EI_MAG0_CF "EI_MAG0" # 0
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 106 #define EI_MAG0 0 /* e_ident[] indexes */ macro
|
/titanic_52/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_52/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 476 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0; in dump_elf32() 613 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0; in dump_elf64()
|