Home
last modified time | relevance | path

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

/titanic_52/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_52/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c36 * decode a corresponding SHT_SYMTAB_SHNDX
155 * find the associated SHT_SYMTAB_SHNDX section. in print_symtab()
173 * if it's of type SHT_SYMTAB_SHNDX in print_symtab()
179 SHT_SYMTAB_SHNDX) && in print_symtab()
/titanic_52/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c279 case SHT_SYMTAB_SHNDX: in elfedit64_init_obj_state()
/titanic_52/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.c1043 if ((shdr->sh_type != SHT_SYMTAB_SHNDX) || in symbols_getxindex()
5091 case SHT_SYMTAB_SHNDX: in regular()
/titanic_52/usr/src/uts/common/sys/
H A Delf.h577 #define SHT_SYMTAB_SHNDX 18 macro
/titanic_52/usr/src/boot/sys/sys/
H A Delf_common.h394 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/titanic_52/usr/src/cmd/dis/
H A Ddis_target.c256 if (shdr.sh_type == SHT_SYMTAB_SHNDX && in construct_symtab()
/titanic_52/usr/src/cmd/sgs/libld/common/
H A Dsections.c557 case SHT_SYMTAB_SHNDX: in new_section()
2042 * also create a SHT_SYMTAB_SHNDX section. in make_symtab()
2048 if (new_section(ofl, SHT_SYMTAB_SHNDX, in make_symtab()
2072 * If we created a SHT_SYMTAB_SHNDX - then set it's sizes too. in make_symtab()
2216 * a SHT_SYMTAB_SHNDX for .dynsym or .SUNW_ldynsym, without knowing
2231 if (new_section(ofl, SHT_SYMTAB_SHNDX, shname, in make_dyn_shndx()
2246 * Build a SHT_SYMTAB_SHNDX for the .dynsym, and .SUNW_ldynsym
3328 * Do we need to make a SHT_SYMTAB_SHNDX section in ld_make_sections()
3343 * Do we need to make a SHT_SYMTAB_SHNDX section in ld_make_sections()
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c181 case SHT_SYMTAB_SHNDX: in shtype_to_strtab()
/titanic_52/usr/src/cmd/sgs/nm/common/
H A Dnm.c836 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in readsyms()
/titanic_52/usr/src/cmd/sgs/mcs/common/
H A Dfile.c896 /* update SHT_SYMTAB_SHNDX */ in build_file()
897 if ((src_shdr.sh_type == SHT_SYMTAB_SHNDX) && in build_file()
/titanic_52/usr/src/cmd/sgs/dump/common/
H A Ddump.c549 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in print_symtab()