Home
last modified time | relevance | path

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

12

/illumos-gate/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) \
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c66 if (eh->e_type != ET_EXEC) { in extract32()
136 if (eh->e_type != ET_EXEC) { in extract64()
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c442 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) && in elf_check()
453 if ((access(fname, X_OK) != 0) && (ehdr.e_type == ET_EXEC)) { in elf_check()
545 if ((ehdr.e_type == ET_EXEC) && interp) in elf_check()
/illumos-gate/usr/src/tools/btxld/
H A Delfh.c57 htole16(ET_EXEC), /* e_type */
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c542 if (e_type == ET_EXEC) { in mmapobj_unmap()
630 mmapobj_unmap(mrp, num_mapped, num_mapped, ET_EXEC); in mmapobj_unmap_exec()
1256 if (e_type == ET_EXEC) { in mmapobj_map_elf()
1825 ASSERT(e_type == ET_EXEC); in process_phdrs()
1836 if (e_type == ET_EXEC) { in process_phdrs()
1878 if (e_type == ET_EXEC) { in process_phdrs()
1945 if (ehdrp->e_type == ET_EXEC && in doelfwork()
1972 if (ehdrp->e_type != ET_EXEC && ehdrp->e_type != ET_DYN) { in doelfwork()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c96 if (eh->e_type != ET_EXEC) in dboot_elfload64()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h171 #ifndef ET_EXEC
172 #define ET_EXEC 2 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h9 #define ET_EXEC 2 /* Executable file */ macro
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c720 (!((ehdr.e_type == ET_EXEC) || (ehdr.e_type == ET_DYN))) || in inspect_file()
749 if (ehdr.e_type == ET_EXEC) { in inspect_file()
811 if (ehdr.e_type == ET_EXEC) { in inspect_file()
H A Ddepend.c140 if (ehdr->e_type == ET_EXEC) { in depend()
/illumos-gate/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c74 if (ehdr.e_type == ET_EXEC) in rli_func()
/illumos-gate/usr/src/boot/common/
H A Dload_elf.c186 if (ef.kernel || ehdr->e_type == ET_EXEC) { in __elfN()
204 if (ehdr->e_type == ET_EXEC) in __elfN()
338 if (ehdr->e_type == ET_EXEC) { in __elfN()
846 if (ef.kernel == 1 || ef.ehdr->e_type == ET_EXEC) { in __elfN()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c117 if (eh->e_type != ET_EXEC) { in patch64()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c76 if (ehdr->e_type == ET_EXEC) in add_object()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c309 etype = ET_EXEC; in ld_main()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c158 if (ehdr->e_type == ET_EXEC) in elf_cap_check()
240 if ((ehdr->e_type != ET_REL) && (ehdr->e_type != ET_EXEC) && in elf_verify()
1645 if (ehdr->e_type == ET_EXEC)
1718 if (ehdr->e_type == ET_EXEC)
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmaps.c269 if (ehdr.e_type == ET_EXEC) in load_map()
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c219 if (ehdr->e_type == ET_EXEC) in profile_open()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c968 case ET_EXEC: in print_elf_type()
1354 if ((EInfo.type != ET_EXEC) && (EInfo.type != ET_DYN)) in elf_check()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c315 kpf = kp_file_create(t, kpm, ET_EXEC); in kp_iter_mapping()
1049 (void) kp_file_create(t, kp->kp_map_exec, ET_EXEC); in mdb_kproc_tgt_create()
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c300 (ehdr->e_type != ET_EXEC)) { in main()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h137 #define ET_EXEC 2 macro
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c426 case ET_EXEC: in print_entry()

12