Home
last modified time | relevance | path

Searched refs:EI_MAG1 (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h38 #define EI_MAG1 1 macro
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c48 (byte[EI_MAG1] ? byte[EI_MAG1] : '0'), in Elf_ehdr()
/illumos-gate/usr/src/tools/btxld/
H A Delfh.h33 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c57 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in getehdr()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h856 #ifndef EI_MAG1
857 #define EI_MAG1 1 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h114 #define EI_MAG1 1 macro
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c247 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c302 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h121 #define EI_MAG1 1 /* Magic number, byte 1. */ macro
183 (ehdr).e_ident[EI_MAG1] == ELFMAG1 && \
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c150 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in __rtld()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c143 (base[EI_MAG1] == ELFMAG1) && in _elf_config()
H A Dupdate.c175 p[EI_MAG1] = ELFMAG1; in _elf_upd_lib()
358 p[EI_MAG1] = ELFMAG1; in _elf_upd_usr()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c149 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in __rtld()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c120 h.e_ident[EI_MAG1] != ELFMAG1 || in __fex_read_syms()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c146 ehdr->e_ident[EI_MAG0], ehdr->e_ident[EI_MAG1], in dump_ehdr()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg461 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 Dehdr.c305 case EI_MAG1: in print_ehdr()
395 case EI_MAG1: in print_ehdr()
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c437 (hdr.ehdr.e_ident[EI_MAG1] == ELFMAG1) && in process_args()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h108 #define EI_MAG1 1 macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c477 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf32()
614 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1; in dump_elf64()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg441 @ MSG_EI_MAG1_CF "EI_MAG1" # 1
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c176 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in get_boot_cap()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1386 (byte[EI_MAG1] ? byte[EI_MAG1] : '0'), in dcmd_ElfEhdr()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1161 ehdr.e_ident[EI_MAG1] = ELFMAG1; in Pfgcore()
1219 ehdr.e_ident[EI_MAG1] = ELFMAG1; in Pfgcore()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1266 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in check_ident()

12