Home
last modified time | relevance | path

Searched refs:ELFMAG0 (Results 1 – 25 of 27) sorted by relevance

12

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h37 #define ELFMAG0 0x7f macro
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
/titanic_51/usr/src/tools/btxld/
H A Delfh.h32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
H A Delfh.c53 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, /* e_ident */
/titanic_51/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c54 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in getehdr()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h112 #define ELFMAG0 0x7f macro
/titanic_51/usr/src/tools/elfextract/
H A Delfextract.c244 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
/titanic_51/usr/src/tools/mbh_patch/
H A Dmbh_patch.c302 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in main()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h134 #define ELFMAG0 0x7f macro
182 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c146 (base[EI_MAG0] == ELFMAG0) && in _elf_config()
H A Dupdate.c171 p[EI_MAG0] = ELFMAG0; in _elf_upd_lib()
355 p[EI_MAG0] = ELFMAG0; in _elf_upd_usr()
/titanic_51/usr/src/lib/libc/sparc/crt/
H A D_rtld.c148 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in __rtld()
/titanic_51/usr/src/lib/libc/i386/crt/
H A D_rtld.c149 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in __rtld()
/titanic_51/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c119 if (h.e_ident[EI_MAG0] != ELFMAG0 || in __fex_read_syms()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dldmain.c69 static Ehdr def_ehdr = { { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Dobject.c45 static Ehdr dehdr = { { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/titanic_51/usr/src/cmd/sgs/ld/common/
H A Dld.c406 if ((hdr.ehdr.e_ident[EI_MAG0] == ELFMAG0) && in process_args()
/titanic_51/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c392 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/titanic_51/usr/src/uts/common/sys/
H A Delf.h117 #define ELFMAG0 0x7f /* EI_MAG */ macro
/titanic_51/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c176 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in get_boot_cap()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_link.c476 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0; in dump_elf32()
613 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0; in dump_elf64()
/titanic_51/usr/src/lib/libproc/common/
H A DPgcore.c1104 ehdr.e_ident[EI_MAG0] = ELFMAG0; in Pfgcore()
1162 ehdr.e_ident[EI_MAG0] = ELFMAG0; in Pfgcore()
H A DPsymtab.c1023 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in read_ehdr32()
1077 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in read_ehdr64()
/titanic_51/usr/src/cmd/file/
H A Dfile.c1263 if (ident[EI_MAG0] != ELFMAG0 || ident[EI_MAG1] != ELFMAG1 || in check_ident()
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1819 ehdr->e_ident[EI_MAG0] = ELFMAG0; in elfcore()
/titanic_51/usr/src/uts/common/os/
H A Dmmapobj.c2382 if (header[EI_MAG0] == ELFMAG0 && header[EI_MAG1] == ELFMAG1 && in mmapobj_map_interpret()

12