Searched refs:SHN_XINDEX (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetshstrndx.c53 if (ehdr.e_shstrndx != SHN_XINDEX) {
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c298 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP },
309 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CF },
320 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_CFNP },
331 { SHN_XINDEX, ALL, MSG_SHN_XINDEX_NF },
335 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_def };
337 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cf };
339 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_cfnp };
341 CONV_DS_VD2, SHN_UNDEF, SHN_XINDEX, shn_nf };
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c157 if ((sym.st_shndx == SHN_XINDEX) &&
235 else if ((sym.st_shndx != SHN_XINDEX) ||
249 else if (shndx == SHN_XINDEX)
H A Ddcom.c289 tehdr.e_shstrndx = SHN_XINDEX;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c79 if (ehdr->e_shstrndx == SHN_XINDEX) {
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c281 if ((shndx == SHN_XINDEX) && (symstate->xshndx.sec != NULL))
362 if ((ndx1 == SHN_XINDEX) &&
370 if ((ndx2 == SHN_XINDEX) &&
500 if ((value == SHN_XINDEX) &&
843 /* Set symbol to SHN_XINDEX, put index in the extended sec. */
844 st_shndx = SHN_XINDEX;
870 * Setting SHN_XINDEX directly, instead of providing
872 * SHN_XINDEX to implement it, is probably a mistake.
876 if (shndx == SHN_XINDEX)
886 (st_shndx == SHN_XINDEX))
[all...]
H A Dehdr.c551 if (num == SHN_XINDEX)
1145 e_shstrndx = SHN_XINDEX;
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c220 if (EI_Ehdr_shstrndx == SHN_XINDEX)
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c282 if ((shstrndx == SHN_XINDEX) || (shnum == 0)) {
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h498 #define SHN_XINDEX 0xffff /* extended sect index */ macro
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c828 if ((sym.st_shndx == SHN_XINDEX) &&
849 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c538 if ((sym.st_shndx == SHN_XINDEX) &&
565 if ((symshndx) && (sym.st_shndx == SHN_XINDEX)) {
1387 if (!v_flag || (elf_head_p->e_shstrndx != SHN_XINDEX)) {
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c300 if (sym->se_sym.st_shndx == SHN_XINDEX && symshndx != NULL) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c608 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) {
628 if (gf->gf_shstrndx == SHN_XINDEX)
667 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) {
687 if (gf->gf_shstrndx == SHN_XINDEX)
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c648 oehdr->e_shstrndx = SHN_XINDEX;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c412 sym->st_shndx = SHN_XINDEX;
822 sym->st_shndx = SHN_XINDEX;
1829 symtab[_symndx].st_shndx = SHN_XINDEX;
1859 _dynsym[_symndx].st_shndx = SHN_XINDEX;
4311 ofl->ofl_nehdr->e_shstrndx = SHN_XINDEX;
H A Dsyms.c1918 * (excluding SHN_XINDEX, which is OK).
1929 (_sym->st_shndx == SHN_XINDEX)) && \
2052 if (symshndx && (sym->st_shndx == SHN_XINDEX)) {
2367 if (symshndx && (nsym->st_shndx == SHN_XINDEX)) {
H A Dfiles.c130 if (ehdr->e_shstrndx == SHN_XINDEX)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1113 *shstrndx == SHN_XINDEX || *nphdrs == PN_XNUM) {
1126 if (*shstrndx == SHN_XINDEX)
1984 ehdr->e_shstrndx = SHN_XINDEX;
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1140 ehdr.e_shstrndx = SHN_XINDEX;
1198 ehdr.e_shstrndx = SHN_XINDEX;
H A DPcore.c1692 efp->e_hdr.e_shstrndx == SHN_XINDEX ||
1730 if (efp->e_hdr.e_shstrndx == SHN_XINDEX) {
/illumos-gate/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). */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1130 if ((sym->st_shndx == SHN_XINDEX) && (state->shxndx.checked == 0))
1158 } else if (sym->st_shndx == SHN_XINDEX) {
1267 (sym->st_shndx == SHN_XINDEX)) && (tshdr != NULL)) {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1155 dst_ehdr.e_shstrndx = SHN_XINDEX;

Completed in 139 milliseconds