Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 23 of 23) sorted by relevance

/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dphdr.msg35 @ MSG_PT_DYNAMIC "[ PT_DYNAMIC ]" # 2
37 @ MSG_PT_DYNAMIC_CF "PT_DYNAMIC"
/titanic_51/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.intel.msg33 @ MSG_DB_NODYN_X86 "rtld_db: rlif: no PT_DYNAMIC found"
H A Drd_elf.c430 if (phdr.p_type == PT_DYNAMIC) in _rd_get_dyns32()
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h181 #define PT_DYNAMIC 2 macro
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h97 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/titanic_51/usr/src/cmd/sgs/librtld_db/i386/
H A Dplt32_resolution.c97 } else if (phdr.p_type == PT_DYNAMIC) { in rli_func()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dentry.c149 SG_DESC_INIT(SGID_DYN, PT_DYNAMIC, 0, NULL,
H A Doutfile.c466 } else if (ptype == PT_DYNAMIC) { in ld_create_outfile()
H A Dupdate.c3721 if (phdr->p_type == PT_DYNAMIC) { in ld_update_outfile()
/titanic_51/usr/src/uts/sun4/os/
H A Dmlsetup.c418 if (phdr->p_type == PT_DYNAMIC) {
/titanic_51/usr/src/cmd/file/
H A Delf_read.c400 if (phdr->p_type == PT_DYNAMIC) { in process_phdr()
/titanic_51/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c226 if (phdr->p_type == PT_DYNAMIC) { in profile_open()
/titanic_51/usr/src/cmd/sgs/ldd/common/
H A Dldd.c500 if (phdr.p_type == PT_DYNAMIC) { in elf_check()
542 * of program headers but no PT_DYNAMIC). in elf_check()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h475 #define PT_DYNAMIC 2 macro
/titanic_51/usr/src/psm/stand/boot/common/
H A Dreadfile.c599 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf32()
989 } else if (phdr->p_type == PT_DYNAMIC) { in read_elf64()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h490 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Delf.c192 if (phdr->p_type == PT_DYNAMIC) { in elf_cap_check()
1678 * traversal also provides for the sizing of the PT_DYNAMIC section.
1684 case PT_DYNAMIC:
1704 * Determine the number of PT_DYNAMIC entries for the DYNINFO()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1169 case PT_DYNAMIC: in fake_shdr_cache()
/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf.c649 if (phdr[i].p_type == PT_DYNAMIC) { in __elfN()
/titanic_51/usr/src/lib/libproc/common/
H A DPsymtab.c1062 if (phdr->p_type == PT_DYNAMIC) in read_dynamic_phdr32()
1116 if (phdr->p_type == PT_DYNAMIC) in read_dynamic_phdr64()
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1360 case PT_DYNAMIC: in mapelfexec()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c415 * Locate the PT_DYNAMIC Phdr if one is present; we save this in gelf_phdrs_init()
419 if (gpp->p_type == PT_DYNAMIC) { in gelf_phdrs_init()
420 mdb_dprintf(MDB_DBG_ELF, "PT_DYNAMIC " in gelf_phdrs_init()
523 return (NULL); /* No PT_DYNAMIC entry was found */ in gelf_dyns_init()
1243 * PT_DYNAMIC phdr. Abort if this is not possible. in mdb_gelf_symtab_create_dynamic()
/titanic_51/usr/src/uts/common/krtld/
H A Dkobj.c628 if (phdr->p_type == PT_DYNAMIC) { in synthetic_bootaux()