/titanic_52/usr/src/cmd/sgs/libelf/common/ |
H A D | checksum.c | 153 (shdr->sh_type == SHT_DYNAMIC) || in elf_checksum()
|
H A D | gelf.c | 1105 if (shdr.sh_type != SHT_DYNAMIC) in _gelf_getdyndtflags_1()
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 50 @ MSG_SHT_DYNAMIC "[ SHT_DYNAMIC ]" # 6 52 @ MSG_SHT_DYNAMIC_CF "SHT_DYNAMIC"
|
/titanic_52/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 180 { "SHT_DYNAMIC", 0xffffffff, SHT_DYNAMIC }, in dump_shdr()
|
/titanic_52/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 1010 if ((dynsec->sec_shdr->sh_type == SHT_DYNAMIC) && in elfedit_strtab_insert_test() 1096 if ((dynsec->sec_shdr->sh_type == SHT_DYNAMIC) && in elfedit_strtab_insert()
|
H A D | elfedit_machelf.c | 186 case SHT_DYNAMIC: in elfedit64_init_obj_state()
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 164 case SHT_DYNAMIC: in shtype_to_strtab() 361 if ((dynsec->sec_shdr->sh_type == SHT_DYNAMIC) && in process_args()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 565 #define SHT_DYNAMIC 6 macro
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 179 { MSG_ORIG(MSG_PHDRNAM_DYN), SHT_DYNAMIC, SHF_ALLOC, 956 case SHT_DYNAMIC: in get_data()
|
H A D | elfdump.c | 1901 (cache[infoshdr->sh_info].c_shdr->sh_type != SHT_DYNAMIC)) { in syminfo() 2299 case SHT_DYNAMIC: in versions() 2946 case SHT_DYNAMIC: in dynamic() 3052 if (shdr->sh_type != SHT_DYNAMIC) in dynamic() 5104 case SHT_DYNAMIC: in regular()
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 589 sp->sh_type = SHT_DYNAMIC; in fake_elf64()
|
H A D | Psymtab.c | 1183 shdr.sh_type == SHT_DYNAMIC) in file_differs() 1798 } else if (shp->sh_type == SHT_DYNAMIC) { in Pbuild_file_symtab()
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 384 #define SHT_DYNAMIC 6 /* dynamic section */ macro
|
/titanic_52/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 850 if (shdr->sh_type == SHT_DYNAMIC) in rt_dldump()
|
/titanic_52/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 1095 if (p_scns->p_shdr.sh_type != SHT_DYNAMIC) in dump_dynamic() 1511 if (shdr.sh_type == SHT_DYNAMIC) { in print_section()
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | map.c | 658 enp->ec_type = SHT_DYNAMIC; in map_colon()
|
H A D | sections.c | 531 case SHT_DYNAMIC: in new_section() 965 if (new_section(ofl, SHT_DYNAMIC, MSG_ORIG(MSG_SCN_DYNAMIC), 0, in make_dynamic()
|
/titanic_52/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 642 if (scurrent->sh_type == SHT_DYNAMIC) { in find_dynamic_sect()
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 542 if (gsp->gs_shdr.sh_type == SHT_DYNAMIC) { in gelf_dyns_init() 549 return (NULL); /* No SHT_DYNAMIC entry was found */ in gelf_dyns_init()
|
/titanic_52/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1762 case SHT_DYNAMIC: in do_dynamic()
|