Searched defs:scnndx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c91 uint_t scnndx = isp->is_scnndx; local
111 if (data[ndx] == scnndx)
H A Drelocate.c1746 Word scnndx, symscnt; local
1830 scnndx = rep_isp->is_scnndx;
1836 ((rep_sym = rep_sdp->sd_sym)->st_shndx != scnndx) ||
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c39 * [dbg_fmt_isec_name2]: name, scnndx - Name and section index
53 dbg_fmt_isec_name2(const char *name, Word scnndx, dbg_isec_name_buf_t buf, argument
62 if (scnndx == 0) {
69 MSG_ORIG(MSG_FMT_ISEC_NAME), EC_WORD(scnndx), name);
79 MSG_ORIG(MSG_FMT_ISEC_NAME), EC_WORD(scnndx), name);

Completed in 50 milliseconds