Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c179 SHT_SYMTAB_SHNDX) && in print_symtab()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c279 case SHT_SYMTAB_SHNDX: in elfedit64_init_obj_state()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg117 SHT_SYMTAB_SHNDX section truncated: no entry for this \
120 bad SHT_SYMTAB_SHNDX entry: invalid shndx: 0x%x\n"
122 SHT_SYMTAB_SHNDX section not found\n"
H A Delfdump.c1105 if ((shdr->sh_type != SHT_SYMTAB_SHNDX) || in symbols_getxindex()
5256 case SHT_SYMTAB_SHNDX: in regular()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h578 #define SHT_SYMTAB_SHNDX 18 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h394 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c271 if (shdr.sh_type == SHT_SYMTAB_SHNDX && in construct_symtab()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c560 case SHT_SYMTAB_SHNDX: in new_section()
2077 if (new_section(ofl, SHT_SYMTAB_SHNDX, in make_symtab()
2260 if (new_section(ofl, SHT_SYMTAB_SHNDX, shname, in make_dyn_shndx()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c181 case SHT_SYMTAB_SHNDX: in shtype_to_strtab()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c886 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) &&
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c905 if ((src_shdr.sh_type == SHT_SYMTAB_SHNDX) && in build_file()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c554 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in print_symtab()