/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 264 if (ehdr->e_type == ET_DYN) in fake_elf64() 361 if (ehdr->e_type == ET_DYN) in fake_elf64() 516 if (ehdr->e_type == ET_DYN) in fake_elf64() 544 if (ehdr->e_type == ET_DYN) in fake_elf64() 570 if (ehdr->e_type == ET_DYN) in fake_elf64() 594 if (ehdr->e_type == ET_DYN) in fake_elf64() 626 if (ehdr->e_type == ET_DYN) { in fake_elf64() 696 if (ehdr->e_type == ET_DYN) in fake_elf64()
|
H A D | Psymtab.c | 142 if (ehdr.e_type == ET_DYN) in get_saddrs() 170 if (ehdr.e_type == ET_DYN) in get_saddrs() 1266 if (ehdr.e_type == ET_DYN) in file_differs() 1301 if (ehdr.e_type == ET_DYN) in file_differs() 2229 if (fptr->file_etype == ET_DYN) { in Pbuild_file_symtab() 2254 if (fptr->file_etype == ET_DYN && in Pbuild_file_symtab()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 150 (ifl->ifl_ehdr->e_type == ET_DYN)) { in sym_visibility() 383 (ifl->ifl_ehdr->e_type == ET_DYN)) in sym_override() 627 if ((sdp->sd_flags & FLG_SY_SOFOUND) && (nfile == ET_DYN)) { in sym_tworeals() 632 } else if ((nfile == ET_REL) && ((ofile == ET_DYN) || in sym_tworeals() 702 if ((ofile == ET_DYN) && (otype == STT_FUNC)) { in sym_realtent() 711 if ((nfile == ET_DYN) && (ntype == STT_FUNC)) { in sym_realtent() 792 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) && in sym_realtent() 797 if ((ofile == ET_DYN) && (nfile == ET_REL) && (ntent == TRUE) && in sym_realtent() 803 if ((sdp->sd_flags & FLG_SY_SOFOUND) && (nfile == ET_DYN)) { in sym_realtent() 961 if ((sdp->sd_flags & FLG_SY_SOFOUND) && (nfile == ET_DYN)) { [all …]
|
H A D | syms.c | 2246 if (etype == ET_DYN) { in ld_sym_process() 2255 } else if (etype == ET_DYN) { in ld_sym_process() 2561 if (name[0] && (etype == ET_DYN) && (nsym->st_size == 0) && in ld_sym_process() 2832 if ((etype == ET_DYN) && (nsym->st_shndx != SHN_UNDEF) && in ld_sym_process() 2922 if (weak && (OFL_ALLOW_LDYNSYM(ofl) || (etype == ET_DYN)) && in ld_sym_process() 3001 if (etype == ET_DYN) { in ld_sym_process()
|
H A D | ldmain.c | 305 etype = ET_DYN; in ld_main()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 570 ASSERT(e_type != ET_DYN); in mmapobj_unmap() 590 ASSERT(e_type == ET_DYN); in mmapobj_unmap() 1375 if (e_type == ET_DYN && in calc_loadable() 1594 if (e_type == ET_DYN) { in process_phdrs() 1683 if (e_type == ET_DYN && start_addr == NULL) { in process_phdrs() 1820 if (e_type == ET_DYN) { in process_phdrs() 1889 ASSERT(e_type == ET_DYN); in process_phdrs() 1972 if (ehdrp->e_type != ET_EXEC && ehdrp->e_type != ET_DYN) { in doelfwork() 2128 num_segs, fcred, ET_DYN); in mmapobj_map_interpret()
|
H A D | brand.c | 766 if (ehdr.e_type == ET_DYN) { in brand_solaris_elfexec() 853 if (ehdr.e_type == ET_DYN) { in brand_solaris_elfexec()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dlink_common.c | 127 dh.dofhp_addr = elf->e_type == ET_DYN ? addr : 0; in dtrace_link_dof()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 174 #ifndef ET_DYN 175 #define ET_DYN 3 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 10 #define ET_DYN 3 /* Shared object file */ macro
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 613 if (ehdrp->e_type == ET_DYN) in elfexec() 748 if (ehdrp->e_type == ET_DYN) { in elfexec() 1016 if (ehdrp->e_type == ET_DYN) { in elfexec() 1137 if ((ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) || in getelfhead() 1348 if (ehdr->e_type == ET_DYN) { in mapelfexec() 1897 if (ehdr.e_type == ET_DYN || v[idx].sh_addr == 0) in elf_process_obj_scns() 1914 if (ehdr.e_type == ET_DYN || v[idx].sh_addr == 0) in elf_process_obj_scns()
|
/illumos-gate/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 157 if (ehdr->e_type != ET_DYN) in __rtld()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 156 if (ehdr->e_type != ET_DYN) in __rtld()
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 438 if (ehdr.e_type == ET_DYN) in _rd_get_dyns32() 650 if (ehdr.e_type == ET_DYN) in iter_map()
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 442 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) && in elf_check()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 96 if (ehdr.e_type == ET_DYN) in is_shared_obj()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | file.c | 971 case ET_DYN: 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 D | static_prof.c | 490 case ET_DYN: 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 D | mdb_kproc.c | 317 kpf = kp_file_create(t, kpm, ET_DYN); in kp_iter_mapping() 1050 (void) kp_file_create(t, kp->kp_map_ldso, ET_DYN); in mdb_kproc_tgt_create()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 138 #define ET_DYN 3 macro
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf.c | 215 } else if (ehdr->e_type == ET_DYN) { in __elfN() 848 } else if (ef.ehdr->e_type != ET_DYN) { in __elfN()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 191 #define ET_DYN 3 /* Shared object. */ macro
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 423 case ET_DYN: in print_entry()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 467 @ MSG_ET_DYN_CF "ET_DYN" # 4
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 244 ((iehdr->e_type != ET_EXEC) && (iehdr->e_type != ET_DYN))) { in rt_dldump()
|