Home
last modified time | relevance | path

Searched refs:ET_EXEC (Results 1 – 25 of 36) sorted by relevance

12

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h67 #define ET_EXEC 2 /* we only care about executable types */ macro
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/titanic_44/usr/src/tools/elfextract/
H A Delfextract.c63 if (eh->e_type != ET_EXEC) { in extract32()
133 if (eh->e_type != ET_EXEC) { in extract64()
/titanic_44/usr/src/lib/libtnfctl/
H A Dtraverse.c82 if ((ehdr->e_type != ET_EXEC) && (ehdr->e_type != ET_DYN)) { in _tnfctl_traverse_object()
90 if (ehdr->e_type == ET_EXEC) in _tnfctl_traverse_object()
/titanic_44/usr/src/cmd/sgs/ldd/common/
H A Dldd.c464 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) && in elf_check()
478 if (ehdr.e_type == ET_EXEC) { in elf_check()
573 if ((ehdr.e_type == ET_EXEC) && interp) in elf_check()
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c92 if (eh->e_type != ET_EXEC) in dboot_elfload64()
/titanic_44/usr/src/uts/common/os/
H A Dmmapobj.c555 if (e_type == ET_EXEC) { in mmapobj_unmap()
643 mmapobj_unmap(mrp, num_mapped, num_mapped, ET_EXEC); in mmapobj_unmap_exec()
1249 if (e_type == ET_EXEC) { in mmapobj_map_elf()
1815 ASSERT(e_type == ET_EXEC); in process_phdr()
1826 if (e_type == ET_EXEC) { in process_phdr()
1868 if (e_type == ET_EXEC) { in process_phdr()
1935 if (ehdrp->e_type == ET_EXEC && in doelfwork()
1962 if (ehdrp->e_type != ET_EXEC && ehdrp->e_type != ET_DYN) { in doelfwork()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Delf.h9 #define ET_EXEC 2 /* Executable file */ macro
/titanic_44/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c77 if (ehdr.e_type == ET_EXEC) in rli_func()
/titanic_44/usr/src/cmd/sgs/crle/common/
H A Dinspect.c716 (!((ehdr.e_type == ET_EXEC) || (ehdr.e_type == ET_DYN))) || in inspect_file()
745 if (ehdr.e_type == ET_EXEC) { in inspect_file()
807 if (ehdr.e_type == ET_EXEC) { in inspect_file()
H A Ddepend.c139 if (ehdr->e_type == ET_EXEC) { in depend()
/titanic_44/usr/src/tools/mbh_patch/
H A Dmbh_patch.c117 if (eh->e_type != ET_EXEC) { in patch64()
/titanic_44/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c244 ((iehdr->e_type != ET_EXEC) && (iehdr->e_type != ET_DYN))) { in rt_dldump()
541 oehdr->e_type = ET_EXEC; in rt_dldump()
/titanic_44/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c76 if (ehdr->e_type == ET_EXEC) in add_object()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dldmain.c308 etype = ET_EXEC; in ld_main()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h136 #define ET_EXEC 2 macro
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c269 if (ehdr.e_type == ET_EXEC) in load_map()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Delf.msg253 @ MSG_ET_EXEC_CF "ET_EXEC" # 3
/titanic_44/usr/src/cmd/file/
H A Dfile.c964 case ET_EXEC: in print_elf_type()
1262 if ((EInfo.type != ET_EXEC) && (EInfo.type != ET_DYN)) in elf_check()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Delf.c184 if (ehdr->e_type == ET_EXEC) in elf_cap_check()
266 if ((ehdr->e_type != ET_REL) && (ehdr->e_type != ET_EXEC) && in elf_verify()
1671 if (ehdr->e_type == ET_EXEC)
1744 if (ehdr->e_type == ET_EXEC)
/titanic_44/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c219 if (ehdr->e_type == ET_EXEC) in profile_open()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c314 kpf = kp_file_create(t, kpm, ET_EXEC); in kp_iter_mapping()
1047 (void) kp_file_create(t, kp->kp_map_exec, ET_EXEC); in mdb_kproc_tgt_create()
H A Dmdb_main.c912 (void) mdb_gelf_check(io, &ehdr, ET_EXEC); in main()
/titanic_44/usr/src/cmd/sysdef/
H A Dsysdef.c302 (ehdr->e_type != ET_EXEC)) { in main()
/titanic_44/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c489 case ET_EXEC: in obj_elf_hdr()
621 if (c->obj->ehdr->e_type != ET_EXEC && c->obj->ehdr->e_type != ET_DYN) in find_dynamic_sect()
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c234 if (ehdr->e_type == ET_EXEC && *interp == 0) in mapexec_brand()
396 if (ehdrp->e_type != ET_EXEC) { in elfexec()
1022 if ((ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) || in getelfhead()

12