Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c324 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP }, in conv_sym_shndx_strings()
335 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CF }, in conv_sym_shndx_strings()
346 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP }, in conv_sym_shndx_strings()
357 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_NF }, in conv_sym_shndx_strings()
361 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_def }; in conv_sym_shndx_strings()
363 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cf }; in conv_sym_shndx_strings()
365 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cfnp }; in conv_sym_shndx_strings()
367 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_nf }; in conv_sym_shndx_strings()
H A Dsymbols.msg124 @ MSG_SHN_XINDEX_CF "SHN_XINDEX" # 0xffff
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshstrndx.c53 if (ehdr.e_shstrndx != SHN_XINDEX) { in elf_getshdrstrndx()
/illumos-gate/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()
844 st_shndx = SHN_XINDEX; 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()
H A Dehdr.c551 if (num == SHN_XINDEX) in print_ehdr()
1145 e_shstrndx = SHN_XINDEX; in cmd_body()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c79 if (ehdr->e_shstrndx == SHN_XINDEX) { in Elf_ehdr()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-static.c198 if (symhdr.sh_link == SHN_XINDEX) { in check_merge_static()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c221 if (EI_Ehdr_shstrndx == SHN_XINDEX) in elf_read()
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c543 if ((sym.st_shndx == SHN_XINDEX) && in print_symtab()
570 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) { in print_symtab()
1387 if (!v_flag || (elf_head_p->e_shstrndx != SHN_XINDEX)) { in dump_elf_header()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg116 @ MSG_ERR_BADSYMXINDEX1 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
119 @ MSG_ERR_BADSYMXINDEX2 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
121 @ MSG_ERR_BADSYMXINDEX3 "%s: %s: index[%d]: invalid SHN_XINDEX reference: \
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c878 if ((sym.st_shndx == SHN_XINDEX) &&
899 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) {
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h666 #define SHN_XINDEX 0xffff /* extended sect index */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h374 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c418 sym->st_shndx = SHN_XINDEX; in update_osym()
830 sym->st_shndx = SHN_XINDEX; in update_osym()
1895 symtab[_symndx].st_shndx = SHN_XINDEX; in update_osym()
1925 _dynsym[_symndx].st_shndx = SHN_XINDEX; in update_osym()
4604 ofl->ofl_nehdr->e_shstrndx = SHN_XINDEX; in ld_update_outfile()
H A Dsyms.c2066 (_sym->st_shndx == SHN_XINDEX)) && \ in ld_sym_process()
2187 if (symshndx && (sym->st_shndx == SHN_XINDEX)) { in ld_sym_process()
2517 if (symshndx && (nsym->st_shndx == SHN_XINDEX)) { in ld_sym_process()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c648 oehdr->e_shstrndx = SHN_XINDEX; in rt_dldump()
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c315 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) { in construct_symtab()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1157 *shstrndx == SHN_XINDEX || *nphdrs == PN_XNUM) { in getelfhead()
1171 if (*shstrndx == SHN_XINDEX) in getelfhead()
2209 ehdr->e_shstrndx = SHN_XINDEX; in elfcore()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1196 ehdr.e_shstrndx = SHN_XINDEX; in Pfgcore()
1254 ehdr.e_shstrndx = SHN_XINDEX; in Pfgcore()
H A DPcore.c1760 efp->e_hdr.e_shstrndx == SHN_XINDEX || in core_elf_fdopen()
1798 if (efp->e_hdr.e_shstrndx == SHN_XINDEX) { in core_elf_fdopen()

12