Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB_SHNDX (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg98 @ MSG_SHT_SYMTAB_SHNDX "[ SHT_SYMTAB_SHNDX ]" # 18
100 @ MSG_SHT_SYMTAB_SHNDX_CF "SHT_SYMTAB_SHNDX"
H A Dsections.c95 #if (SHT_NUM != (SHT_SYMTAB_SHNDX + 1)) in sec_type_strings()
/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c179 SHT_SYMTAB_SHNDX) && in print_symtab()
/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c277 case SHT_SYMTAB_SHNDX: in elfedit64_init_obj_state()
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg115 SHT_SYMTAB_SHNDX section truncated: no entry for this \
118 bad SHT_SYMTAB_SHNDX entry: invalid shndx: 0x%x\n"
120 SHT_SYMTAB_SHNDX section not found\n"
H A Delfdump.c1039 if ((shdr->sh_type != SHT_SYMTAB_SHNDX) || in symbols_getxindex()
5086 case SHT_SYMTAB_SHNDX: in regular()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h425 #define SHT_SYMTAB_SHNDX 18 macro
/titanic_44/usr/src/cmd/dis/
H A Ddis_target.c256 if (shdr.sh_type == SHT_SYMTAB_SHNDX && in construct_symtab()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c557 case SHT_SYMTAB_SHNDX: in new_section()
2048 if (new_section(ofl, SHT_SYMTAB_SHNDX, in make_symtab()
2231 if (new_section(ofl, SHT_SYMTAB_SHNDX, shname, in make_dyn_shndx()
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c181 case SHT_SYMTAB_SHNDX: in shtype_to_strtab()
/titanic_44/usr/src/cmd/sgs/nm/common/
H A Dnm.c836 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in readsyms()
/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dfile.c897 if ((src_shdr.sh_type == SHT_SYMTAB_SHNDX) && in build_file()
/titanic_44/usr/src/cmd/sgs/dump/common/
H A Ddump.c549 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in print_symtab()