/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | phdr.msg | 35 @ MSG_PT_DYNAMIC "[ PT_DYNAMIC ]" # 2 37 @ MSG_PT_DYNAMIC_CF "PT_DYNAMIC"
|
/titanic_51/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.intel.msg | 33 @ MSG_DB_NODYN_X86 "rtld_db: rlif: no PT_DYNAMIC found"
|
H A D | rd_elf.c | 430 if (phdr.p_type == PT_DYNAMIC) in _rd_get_dyns32()
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 181 #define PT_DYNAMIC 2 macro
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 97 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
|
/titanic_51/usr/src/cmd/sgs/librtld_db/i386/ |
H A D | plt32_resolution.c | 97 } else if (phdr.p_type == PT_DYNAMIC) { in rli_func()
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | entry.c | 149 SG_DESC_INIT(SGID_DYN, PT_DYNAMIC, 0, NULL,
|
H A D | outfile.c | 466 } else if (ptype == PT_DYNAMIC) { in ld_create_outfile()
|
H A D | update.c | 3721 if (phdr->p_type == PT_DYNAMIC) { in ld_update_outfile()
|
/titanic_51/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 418 if (phdr->p_type == PT_DYNAMIC) {
|
/titanic_51/usr/src/cmd/file/ |
H A D | elf_read.c | 400 if (phdr->p_type == PT_DYNAMIC) { in process_phdr()
|
/titanic_51/usr/src/cmd/sgs/ldprof/common/ |
H A D | profile.c | 226 if (phdr->p_type == PT_DYNAMIC) { in profile_open()
|
/titanic_51/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 500 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 D | elf.h | 475 #define PT_DYNAMIC 2 macro
|
/titanic_51/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 599 } 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 D | elf_common.h | 490 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 192 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 D | fake_shdr.c | 1169 case PT_DYNAMIC: in fake_shdr_cache()
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | load_elf.c | 649 if (phdr[i].p_type == PT_DYNAMIC) { in __elfN()
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 1062 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 D | elf.c | 1360 case PT_DYNAMIC: in mapelfexec()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 415 * 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 D | kobj.c | 628 if (phdr->p_type == PT_DYNAMIC) { in synthetic_bootaux()
|