/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | checksum.c | 152 if ((shdr->sh_type == SHT_DYNSYM) || in elf_checksum()
|
/illumos-gate/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 94 (shdr.sh_type != SHT_DYNSYM)) || in main()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 108 { MSG_ORIG(MSG_SHT_DYNSYM), SHT_DYNSYM }, 109 { MSG_ORIG(MSG_SHT_DYNSYM_ALT1), SHT_DYNSYM },
|
H A D | elfedit_machelf.c | 192 case SHT_DYNSYM: in elfedit64_init_obj_state()
|
H A D | util_machelf.c | 513 case SHT_DYNSYM: in elfedit_sec_issymtab()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 70 @ MSG_SHT_DYNSYM "[ SHT_DYNSYM ]" # 11 72 @ MSG_SHT_DYNSYM_CF "SHT_DYNSYM"
|
H A D | sections.c | 434 { SHT_DYNSYM, 0, 0, MSG_SHT_DYNSYM_CF }, in conv_iter_sec_symtab() 442 { SHT_DYNSYM, 0, 0, MSG_SHT_DYNSYM_NF }, in conv_iter_sec_symtab()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 106 #ifndef SHT_DYNSYM 107 #define SHT_DYNSYM 11 macro
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 53 (SHT_SYMTAB, SHT_DYNSYM, or SHT_SUNW_LDYNSYM) and
|
H A D | dispsyms.c | 101 (shdr.sh_type != SHT_DYNSYM) && in print_symtab()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 183 { "SHT_DYNSYM", 0xffffffff, SHT_DYNSYM }, in dump_shdr()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1443 (sshdr->sh_type != SHT_DYNSYM)) { in cap_section() 2509 (shdr->sh_type != SHT_DYNSYM) && in symbols() 2595 if (symshdr->sh_type == SHT_DYNSYM) in sunw_sort() 2606 case SHT_DYNSYM: in sunw_sort() 3087 GRAB(SHT_DYNSYM, dynsym); in dynamic() 3426 TEST_ENTSIZE(SHT_DYNSYM, dynsym); in dynamic() 3442 TEST_ADDR(SHT_DYNSYM, dynsym); in dynamic() 4433 if ((symtab == 0) && (type == SHT_DYNSYM)) { in got() 5253 case SHT_DYNSYM: in regular()
|
H A D | fake_shdr.c | 187 { MSG_ORIG(MSG_PHDRNAM_DYNSYM), SHT_DYNSYM, SHF_ALLOC, 960 case SHT_DYNSYM: in get_data()
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 817 } else if (head_scns->p_shdr.sh_type == SHT_DYNSYM) { in dump_reloc_table() 1496 if (shdr.sh_type == SHT_DYNSYM) { in print_section() 1707 if (buffer->p_shdr.sh_type == SHT_DYNSYM) in dump_section_table()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | maps.c | 311 case SHT_DYNSYM: in load_map()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 495 case SHT_DYNSYM: in get_symtab()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 90 (shdr->sh_type == SHT_DYNSYM)) in process_member()
|
H A D | files.c | 1736 (isp->is_shdr->sh_type != SHT_DYNSYM))) { in process_sym_shndx() 1758 (isp->is_shdr->sh_type != SHT_DYNSYM))) { in sym_shndx_process() 2485 if (shdr->sh_type == SHT_SYMTAB || shdr->sh_type == SHT_DYNSYM) in process_exclude()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 571 #define SHT_DYNSYM 11 macro
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab_machelf32.c | 541 sp->sh_type = SHT_DYNSYM; in fake_elf64()
|
H A D | Psymtab.c | 2008 if (shp->sh_type == SHT_SYMTAB || shp->sh_type == SHT_DYNSYM) { in Pbuild_file_symtab() 2063 (cache[shp->sh_link].c_shdr.sh_type != SHT_DYNSYM && in Pbuild_file_symtab() 2243 cache[ctf->c_shdr.sh_link].c_shdr.sh_type == SHT_DYNSYM) in Pbuild_file_symtab()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 389 #define SHT_DYNSYM 11 /* dynamic symbol table section */ macro
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 819 (shdr->sh_type == SHT_DYNSYM) || in rt_dldump()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_target.c | 147 if (scn->ds_shdr.sh_type == SHT_DYNSYM && tgt->dt_symidx == 0) in tgt_scn_init()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 166 case SHT_DYNSYM: in shtype_to_strtab()
|