/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 40 #define EI_MAG2 2 macro 97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 49 (byte[EI_MAG2] ? byte[EI_MAG2] : '0'), in Elf_ehdr()
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.h | 34 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 58 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) in getehdr()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 859 #ifndef EI_MAG2 860 #define EI_MAG2 2 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 117 #define EI_MAG2 2 macro
|
/illumos-gate/usr/src/tools/elfextract/ |
H A D | elfextract.c | 248 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in main()
|
/illumos-gate/usr/src/tools/mbh_patch/ |
H A D | mbh_patch.c | 303 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in main()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 122 #define EI_MAG2 2 /* Magic number, byte 2. */ macro 184 (ehdr).e_ident[EI_MAG2] == ELFMAG2 && \
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | begin.c | 144 (base[EI_MAG2] == ELFMAG2) && in _elf_config()
|
H A D | update.c | 176 p[EI_MAG2] = ELFMAG2; in _elf_upd_lib() 359 p[EI_MAG2] = ELFMAG2; in _elf_upd_usr()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 151 ehdr->e_ident[EI_MAG2] != ELFMAG2 || in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 150 ehdr->e_ident[EI_MAG2] != ELFMAG2 || in __rtld()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 121 h.e_ident[EI_MAG2] != ELFMAG2 || in __fex_read_syms()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 147 ehdr->e_ident[EI_MAG2], ehdr->e_ident[EI_MAG3]); in dump_ehdr()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.msg | 476 is found in the e_ident[EI_MAG2] field of the ELF header.\n\ 479 e_ident[EI_MAG2] is shown. If called with the value argument,\n\ 480 the e_ident[EI_MAG2] field is updated with the new value.\n\ 482 Note: Changing the e_ident[EI_MAG2] field of the ELF header\n\
|
H A D | ehdr.c | 306 case EI_MAG2: in print_ehdr() 396 case EI_MAG2: in print_ehdr()
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 438 (hdr.ehdr.e_ident[EI_MAG2] == ELFMAG2) && in process_args()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 109 #define EI_MAG2 2 macro
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 478 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2; in dump_elf32() 615 elf_file.ehdr.e_ident[EI_MAG2] = ELFMAG2; in dump_elf64()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 443 @ MSG_EI_MAG2_CF "EI_MAG2" # 2
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_upgrade.c | 177 ident[EI_MAG2] != ELFMAG2 || ident[EI_MAG3] != ELFMAG3) { in get_boot_cap()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 1387 (byte[EI_MAG2] ? byte[EI_MAG2] : '0'), in dcmd_ElfEhdr()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1162 ehdr.e_ident[EI_MAG2] = ELFMAG2; in Pfgcore() 1220 ehdr.e_ident[EI_MAG2] = ELFMAG2; in Pfgcore()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1133 ehdr->e_ident[EI_MAG2] != ELFMAG2 || in getelfhead() 2150 ehdr->e_ident[EI_MAG2] = ELFMAG2; in elfcore()
|