Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 25 of 30) sorted by relevance

12

/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c298 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP }, in conv_sym_shndx_strings()
309 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CF }, in conv_sym_shndx_strings()
320 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP }, in conv_sym_shndx_strings()
331 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_NF }, in conv_sym_shndx_strings()
335 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_def }; in conv_sym_shndx_strings()
337 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cf }; in conv_sym_shndx_strings()
339 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cfnp }; in conv_sym_shndx_strings()
341 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_nf }; in conv_sym_shndx_strings()
H A Dsymbols.msg112 @ MSG_SHN_XINDEX_CF "SHN_XINDEX" # 0xffff
/titanic_51/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c157 if ((sym.st_shndx == SHN_XINDEX) && in print_symtab()
235 else if ((sym.st_shndx != SHN_XINDEX) || in print_symtab()
249 else if (shndx == SHN_XINDEX) in print_symtab()
H A Ddcom.c289 tehdr.e_shstrndx = SHN_XINDEX; in delete_comment()
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dgetshstrndx.c53 if (ehdr.e_shstrndx != SHN_XINDEX) { in elf_getshdrstrndx()
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c281 if ((shndx == SHN_XINDEX) && (symstate->xshndx.sec != NULL)) in dump_symtab()
362 if ((ndx1 == SHN_XINDEX) && in all_same()
370 if ((ndx2 == SHN_XINDEX) && in all_same()
500 if ((value == SHN_XINDEX) && in print_symstate()
843 /* Set symbol to SHN_XINDEX, put index in the extended sec. */ in cmd_body_set_st_shndx()
844 st_shndx = SHN_XINDEX; in cmd_body_set_st_shndx()
870 * Setting SHN_XINDEX directly, instead of providing in cmd_body_set_st_shndx()
872 * SHN_XINDEX to implement it, is probably a mistake. in cmd_body_set_st_shndx()
876 if (shndx == SHN_XINDEX) in cmd_body_set_st_shndx()
886 (st_shndx == SHN_XINDEX)) in cmd_body_set_st_shndx()
[all...]
H A Dehdr.c551 if (num == SHN_XINDEX) in print_ehdr()
1145 e_shstrndx = SHN_XINDEX; in cmd_body()
/titanic_51/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c350 if (sehdr.e_shstrndx == SHN_XINDEX) in ctf_write_elf()
351 dehdr.e_shstrndx = SHN_XINDEX; in ctf_write_elf()
H A Dctf_lib.c510 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) { in ctf_fdcreate_int()
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c79 if (ehdr->e_shstrndx == SHN_XINDEX) { in Elf_ehdr()
/titanic_51/usr/src/cmd/file/
H A Delf_read.c220 if (EI_Ehdr_shstrndx == SHN_XINDEX) in elf_read()
/titanic_51/usr/src/cmd/sgs/nm/common/
H A Dnm.c828 if ((sym.st_shndx == SHN_XINDEX) && in readsyms()
849 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) { in readsyms()
/titanic_51/usr/src/cmd/sgs/dump/common/
H A Ddump.c538 if ((sym.st_shndx == SHN_XINDEX) && in print_symtab()
565 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) { in print_symtab()
1386 if (!v_flag || (elf_head_p->e_shstrndx != SHN_XINDEX)) { in dump_elf_header()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg114 @ MSG_ERR_BADSYMXINDEX1 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
117 @ MSG_ERR_BADSYMXINDEX2 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
119 @ MSG_ERR_BADSYMXINDEX3 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
H A Delfdump.c1123 if ((sym->st_shndx == SHN_XINDEX) && (state->shxndx.checked == 0)) in output_symbol()
1151 } else if (sym->st_shndx == SHN_XINDEX) { in output_symbol()
1260 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) { in output_symbol()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c608 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) { in gelf32_init()
628 if (gf->gf_shstrndx == SHN_XINDEX) in gelf32_init()
667 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) { in gelf64_init()
687 if (gf->gf_shstrndx == SHN_XINDEX) in gelf64_init()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h650 #define SHN_XINDEX 0xffff /* extended sect index */ macro
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1042 *shstrndx == SHN_XINDEX || *nphdrs == PN_XNUM) { in getelfhead()
1055 if (*shstrndx == SHN_XINDEX) in getelfhead()
1877 ehdr->e_shstrndx = SHN_XINDEX; in elfcore()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h374 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
394 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dupdate.c412 sym->st_shndx = SHN_XINDEX; in update_osym()
822 sym->st_shndx = SHN_XINDEX; in update_osym()
1829 symtab[_symndx].st_shndx = SHN_XINDEX; in update_osym()
1859 _dynsym[_symndx].st_shndx = SHN_XINDEX; in update_osym()
4304 ofl->ofl_nehdr->e_shstrndx = SHN_XINDEX; in ld_update_outfile()
H A Dsyms.c1929 (_sym->st_shndx == SHN_XINDEX)) && \ in ld_sym_process()
2052 if (symshndx && (sym->st_shndx == SHN_XINDEX)) { in ld_sym_process()
2367 if (symshndx && (nsym->st_shndx == SHN_XINDEX)) { in ld_sym_process()
/titanic_51/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c648 oehdr->e_shstrndx = SHN_XINDEX; in rt_dldump()
/titanic_51/usr/src/cmd/dis/
H A Ddis_target.c300 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) { in construct_symtab()
/titanic_51/usr/src/lib/libproc/common/
H A DPgcore.c1140 ehdr.e_shstrndx = SHN_XINDEX; in Pfgcore()
1198 ehdr.e_shstrndx = SHN_XINDEX; in Pfgcore()
H A DPcore.c1641 efp->e_hdr.e_shstrndx == SHN_XINDEX || in core_elf_fdopen()
1679 if (efp->e_hdr.e_shstrndx == SHN_XINDEX) { in core_elf_fdopen()

12