Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c260 if (ehdr->e_type == ET_DYN) in fake_elf64()
356 if (ehdr->e_type == ET_DYN) in fake_elf64()
514 if (ehdr->e_type == ET_DYN) in fake_elf64()
542 if (ehdr->e_type == ET_DYN) in fake_elf64()
568 if (ehdr->e_type == ET_DYN) in fake_elf64()
592 if (ehdr->e_type == ET_DYN) in fake_elf64()
624 if (ehdr->e_type == ET_DYN) { in fake_elf64()
688 if (ehdr->e_type == ET_DYN) in fake_elf64()
H A DPsymtab.c123 if (ehdr.e_type == ET_DYN) in get_saddrs()
151 if (ehdr.e_type == ET_DYN) in get_saddrs()
1232 if (ehdr.e_type == ET_DYN) in file_differs()
1267 if (ehdr.e_type == ET_DYN) in file_differs()
1832 if (fptr->file_etype == ET_DYN) { in Pbuild_file_symtab()
1857 if (fptr->file_etype == ET_DYN && in Pbuild_file_symtab()
/titanic_51/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()
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 Dsyms.c2111 if (etype == ET_DYN) { in ld_sym_process()
2120 } else if (etype == ET_DYN) in ld_sym_process()
2411 if (name[0] && (etype == ET_DYN) && (nsym->st_size == 0) && in ld_sym_process()
2650 if ((etype == ET_DYN) && (nsym->st_shndx != SHN_UNDEF) && in ld_sym_process()
2740 if (weak && (OFL_ALLOW_LDYNSYM(ofl) || (etype == ET_DYN)) && in ld_sym_process()
2819 if (etype == ET_DYN) { in ld_sym_process()
H A Dldmain.c304 etype = ET_DYN; in ld_main()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddlink_common.c127 dh.dofhp_addr = elf->e_type == ET_DYN ? addr : 0; in dtrace_link_dof()
/titanic_51/usr/src/uts/common/os/
H A Dmmapobj.c541 * If they are not equal, then for ET_DYN we will unmap the range from the
583 ASSERT(e_type != ET_DYN); in mmapobj_unmap()
603 ASSERT(e_type == ET_DYN); in mmapobj_unmap()
1368 if (e_type == ET_DYN && in calc_loadable()
1587 if (e_type == ET_DYN) { in process_phdr()
1675 if (e_type == ET_DYN && start_addr == NULL) { in process_phdr()
1810 if (e_type == ET_DYN) { in process_phdr()
1866 * ET_DYN, we already made sure our address range was free. in process_phdr()
1879 ASSERT(e_type == ET_DYN); in process_phdr()
1962 if (ehdrp->e_type != ET_EXEC && ehdrp->e_type != ET_DYN) { in doelfwork()
[all...]
H A Dbrand.c765 if (ehdr.e_type == ET_DYN) { in brand_solaris_elfexec()
852 if (ehdr.e_type == ET_DYN) { in brand_solaris_elfexec()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h10 #define ET_DYN 3 /* Shared object file */ macro
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c530 * If this is an ET_DYN executable (shared object), in elfexec()
533 if (ehdrp->e_type == ET_DYN) in elfexec()
644 if (ehdrp->e_type == ET_DYN) { in elfexec()
896 if (ehdrp->e_type == ET_DYN) { in elfexec()
1022 if ((ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) || in getelfhead()
1227 if (ehdr->e_type == ET_DYN) { in mapelfexec()
1657 if (ehdr.e_type == ET_DYN || in process_scns()
1678 if (ehdr.e_type == ET_DYN || in process_scns()
/titanic_51/usr/src/lib/libtnfctl/
H A Dtraverse.c82 if ((ehdr->e_type != ET_EXEC) && (ehdr->e_type != ET_DYN)) { in _tnfctl_traverse_object()
/titanic_51/usr/src/lib/libc/sparc/crt/
H A D_rtld.c156 if (ehdr->e_type != ET_DYN) in __rtld()
/titanic_51/usr/src/lib/libc/i386/crt/
H A D_rtld.c157 if (ehdr->e_type != ET_DYN) in __rtld()
/titanic_51/usr/src/cmd/sgs/prof/common/
H A Drdelf.c67 if (ehdr.e_type == ET_DYN) in is_shared_obj()
/titanic_51/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c420 /* We only need to muck with dyn elements for ET_DYN objects */ in _rd_get_dyns32()
438 if (ehdr.e_type == ET_DYN) in _rd_get_dyns32()
650 if (ehdr.e_type == ET_DYN) in iter_map()
/titanic_51/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c400 if (ehdr->e_type != ET_DYN)
/titanic_51/usr/src/cmd/sgs/ldd/common/
H A Dldd.c464 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN) && in elf_check()
/titanic_51/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c98 if (ehdr.e_type == ET_DYN) in is_shared_obj()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c93 uintptr_t kpf_dyn_base; /* Load address for ET_DYN files */
316 kpf = kp_file_create(t, kpm, ET_DYN); in kp_iter_mapping()
1048 (void) kp_file_create(t, kp->kp_map_ldso, ET_DYN); in mdb_kproc_tgt_create()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h137 #define ET_DYN 3 macro
/titanic_51/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()
/titanic_51/usr/src/cmd/file/
H A Dfile.c968 case ET_DYN: in print_elf_type()
1347 if ((EInfo.type != ET_EXEC) && (EInfo.type != ET_DYN)) in elf_check()
/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf.c180 * Kernels can be ET_DYN, so just assume the first loaded object is the in __elfN()
212 } else if (ehdr->e_type == ET_DYN) { in __elfN()
801 } else if (ef.ehdr->e_type != ET_DYN) { in __elfN()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h191 #define ET_DYN 3 /* Shared object. */ macro
/titanic_51/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c244 ((iehdr->e_type != ET_EXEC) && (iehdr->e_type != ET_DYN))) { in rt_dldump()

12