Home
last modified time | relevance | path

Searched refs:ET_DYN (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c264 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 DPsymtab.c142 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 Dresolve.c150 (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()
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)) {
1027 if ((sdp->sd_flags & FLG_SY_SOFOUND) && (nfile == ET_DYN))
1110 if ((nfile == ET_DYN) && !(ifl->ifl_flags & FLG_IF_NEEDED) &&
[all …]
H A Dsyms.c2246 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 Dldmain.c305 etype = ET_DYN; in ld_main()
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c570 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 Dbrand.c766 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 Ddlink_common.c127 dh.dofhp_addr = elf->e_type == ET_DYN ? addr : 0; in dtrace_link_dof()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h174 #ifndef ET_DYN
175 #define ET_DYN 3 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h10 #define ET_DYN 3 /* Shared object file */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c613 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.c157 if (ehdr->e_type != ET_DYN) in __rtld()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c156 if (ehdr->e_type != ET_DYN) in __rtld()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c438 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 Dldd.c442 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) && in elf_check()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c96 if (ehdr.e_type == ET_DYN) in is_shared_obj()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c490 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/file/
H A Dfile.c971 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/mdb/common/mdb/
H A Dmdb_kproc.c317 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 Delf.h138 #define ET_DYN 3 macro
/illumos-gate/usr/src/boot/common/
H A Dload_elf.c215 } else if (ehdr->e_type == ET_DYN) { in __elfN()
848 } else if (ef.ehdr->e_type != ET_DYN) { in __elfN()
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c423 case ET_DYN: in print_entry()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h191 #define ET_DYN 3 /* Shared object. */ macro
/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()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg467 @ MSG_ET_DYN_CF "ET_DYN" # 4

12