Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dchecksum.c153 (shdr->sh_type == SHT_DYNAMIC) || in elf_checksum()
H A Dgelf.c1105 if (shdr.sh_type != SHT_DYNAMIC) in _gelf_getdynval()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h91 #ifndef SHT_DYNAMIC
92 #define SHT_DYNAMIC 6 macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg50 @ MSG_SHT_DYNAMIC "[ SHT_DYNAMIC ]" # 6
52 @ MSG_SHT_DYNAMIC_CF "SHT_DYNAMIC"
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil_machelf.c1010 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 Delfedit_machelf.c186 case SHT_DYNAMIC: in elfedit64_init_obj_state()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c178 { "SHT_DYNAMIC", 0xffffffff, SHT_DYNAMIC }, in dump_shdr()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c164 case SHT_DYNAMIC: in shtype_to_strtab()
361 if ((dynsec->sec_shdr->sh_type == SHT_DYNAMIC) && in process_args()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c509 } else if (shdr->sh_type == SHT_DYNAMIC) { in process_shdr()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c179 { MSG_ORIG(MSG_PHDRNAM_DYN), SHT_DYNAMIC, SHF_ALLOC,
956 case SHT_DYNAMIC: in get_data()
H A Delfdump.c1965 (cache[infoshdr->sh_info].c_shdr->sh_type != SHT_DYNAMIC)) { in syminfo()
2370 case SHT_DYNAMIC: in versions()
3023 case SHT_DYNAMIC: in dynamic()
3134 if (shdr->sh_type != SHT_DYNAMIC) in dynamic()
5269 case SHT_DYNAMIC: in regular()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h566 #define SHT_DYNAMIC 6 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c591 sp->sh_type = SHT_DYNAMIC; in fake_elf64()
H A DPsymtab.c1217 shdr.sh_type == SHT_DYNAMIC) in file_differs()
2052 } else if (shp->sh_type == SHT_DYNAMIC) { in Pbuild_file_symtab()
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c486 if (shdr.sh_type != SHT_DYNAMIC) in get_elfinfo()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h384 #define SHT_DYNAMIC 6 /* dynamic section */ macro
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1094 if (p_scns->p_shdr.sh_type != SHT_DYNAMIC) in dump_dynamic()
1512 if (shdr.sh_type == SHT_DYNAMIC) { in print_section()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c850 if (shdr->sh_type == SHT_DYNAMIC) in rt_dldump()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c658 enp->ec_type = SHT_DYNAMIC; in map_colon()
H A Dsections.c534 case SHT_DYNAMIC: in new_section()
968 if (new_section(ofl, SHT_DYNAMIC, MSG_ORIG(MSG_SCN_DYNAMIC), 0, in make_dynamic()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c642 if (scurrent->sh_type == SHT_DYNAMIC) { in find_dynamic_sect()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c542 if (gsp->gs_shdr.sh_type == SHT_DYNAMIC) { in gelf_dyns_init()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1746 case SHT_DYNAMIC: in do_dynamic()