| /freebsd-9-stable/lib/libproc/ |
| D | proc_sym.c | 273 if (ehdr.e_type != ET_EXEC) in proc_addr2sym() 308 if (ehdr.e_type != ET_EXEC) in proc_addr2sym() 450 if (ehdr.e_type != ET_EXEC) in proc_name2sym() 467 if (ehdr.e_type != ET_EXEC) in proc_name2sym() 567 if (ehdr.e_type != ET_EXEC) in proc_iter_symbyaddr()
|
| /freebsd-9-stable/usr.sbin/btxld/ |
| D | elfh.c | 47 htole16(ET_EXEC), /* e_type */
|
| /freebsd-9-stable/usr.sbin/kgzip/ |
| D | elfhdr.c | 46 htole16(ET_EXEC), /* e_type */
|
| /freebsd-9-stable/contrib/file/src/ |
| D | elfclass.h | 50 case ET_EXEC:
|
| D | readelf.h | 128 #define ET_EXEC 2 macro
|
| /freebsd-9-stable/sys/boot/ia64/common/ |
| D | exec.c | 255 if (eh->e_type != ET_EXEC) in ia64_loadseg()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | common.h | 89 #define ET_EXEC 2 /* Executable file */ macro
|
| /freebsd-9-stable/sys/xen/interface/ |
| D | elfstructs.h | 148 #define ET_EXEC 2 /* executable file */ macro
|
| /freebsd-9-stable/libexec/rtld-elf/ |
| D | map_object.c | 332 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in get_elf_header()
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 25 ECase(ET_EXEC) in enumeration()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 132 #define ET_EXEC 2 /* Executable. */ macro
|
| /freebsd-9-stable/sys/dev/ksyms/ |
| D | ksyms.c | 263 hdr->kh_ehdr.e_type = ET_EXEC; in ksyms_snapshot()
|
| /freebsd-9-stable/usr.sbin/kldxref/ |
| D | ef.c | 619 } else if (hdr->e_type == ET_EXEC) { in ef_open()
|
| /freebsd-9-stable/usr.sbin/pmcstat/ |
| D | pmcstat_log.c | 665 if (eh.e_type != ET_EXEC && eh.e_type != ET_DYN && in pmcstat_image_get_elf_params() 680 if (eh.e_type == ET_EXEC) { in pmcstat_image_get_elf_params()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_pid.c | 604 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr; in dt_pid_usdt_mapping()
|
| /freebsd-9-stable/contrib/binutils/ld/emultempl/ |
| D | spuelf.em | 312 || (entry->the_bfd->tdata.elf_obj_data->elf_header->e_type != ET_EXEC
|
| /freebsd-9-stable/sys/boot/common/ |
| D | load_elf.c | 159 } else if (ehdr->e_type == ET_EXEC) { in __elfN()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 113 ET_EXEC = 2, // Executable file enumerator
|
| /freebsd-9-stable/sys/kern/ |
| D | imgact_elf.c | 662 else if (hdr->e_type == ET_EXEC) in __elfN() 744 (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN)) in __CONCAT()
|
| D | link_elf.c | 807 if (hdr->e_type != ET_EXEC && hdr->e_type != ET_DYN) { in link_elf_load_file()
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 125 { "Executable", ELF::ET_EXEC },
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Object/ |
| D | ELFObjectFile.h | 300 case ELF::ET_EXEC: in getSymbolAddress()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elfcode.h | 619 if (i_ehdrp->e_type == ET_EXEC) in elf_object_p()
|
| D | elf.c | 4998 i_ehdrp->e_type = ET_EXEC; in prep_headers()
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1665 case ET_EXEC: return _("EXEC (Executable file)"); in get_file_type()
|