/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 42 #define EI_MAG3 3 macro 97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
|
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 50 (byte[EI_MAG3] ? byte[EI_MAG3] : '0')); in Elf_ehdr()
|
/titanic_52/usr/src/tools/btxld/ |
H A D | elfh.h | 35 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
|
/titanic_52/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 55 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) in getehdr()
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 120 #define EI_MAG3 3 macro
|
/titanic_52/usr/src/tools/elfextract/ |
H A D | elfextract.c | 245 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in main()
|
/titanic_52/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 303 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in main()
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 123 #define EI_MAG3 3 /* Magic number, byte 3. */ macro 185 (ehdr).e_ident[EI_MAG3] == ELFMAG3)
|
/titanic_52/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 152 ehdr->e_ident[EI_MAG3] != ELFMAG3) in __rtld()
|
/titanic_52/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 149 (base[EI_MAG3] == ELFMAG3)) { in _elf_config()
|
H A D | update.c | 174 p[EI_MAG3] = ELFMAG3; in _elf_upd_lib() 358 p[EI_MAG3] = ELFMAG3; in _elf_upd_usr()
|
/titanic_52/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 151 ehdr->e_ident[EI_MAG3] != ELFMAG3) in __rtld()
|
/titanic_52/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 122 h.e_ident[EI_MAG3] != ELFMAG3 || in __fex_read_syms()
|
/titanic_52/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 149 ehdr->e_ident[EI_MAG2], ehdr->e_ident[EI_MAG3]); in dump_ehdr()
|
/titanic_52/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 409 (hdr.ehdr.e_ident[EI_MAG3] == ELFMAG3)) { in process_args()
|
/titanic_52/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 395 ehdr->e_ident[EI_MAG3] != ELFMAG3)
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 491 is found in the e_ident[EI_MAG3] field of the ELF header.\n\ 494 e_ident[EI_MAG3] is shown. If called with the value argument,\n\ 495 e_ident[EI_MAG3] field is updated with the new value.\n\ 497 Note: Changing the e_ident[EI_MAG3] field of the ELF header\n\
|
H A D | ehdr.c | 307 case EI_MAG3: in print_ehdr() 397 case EI_MAG3: in print_ehdr() 655 EHDR_CMD_T_EI_MAG3, /* 3: EI_MAG3 */ in cmd_body()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 109 #define EI_MAG3 3 macro
|
/titanic_52/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 177 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in get_boot_cap()
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 445 @ MSG_EI_MAG3_CF "EI_MAG3" # 3
|
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 479 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3; in dump_elf32() 616 elf_file.ehdr.e_ident[EI_MAG3] = ELFMAG3; in dump_elf64()
|
/titanic_52/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 1388 (byte[EI_MAG3] ? byte[EI_MAG3] : '0')); in dcmd_ElfEhdr()
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1107 ehdr.e_ident[EI_MAG3] = ELFMAG3; in Pfgcore() 1165 ehdr.e_ident[EI_MAG3] = ELFMAG3; in Pfgcore()
|
/titanic_52/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1019 ehdr->e_ident[EI_MAG3] != ELFMAG3) in getelfhead() 1822 ehdr->e_ident[EI_MAG3] = ELFMAG3; in elfcore()
|