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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c113 * A "keyshndx" is the section index for the unordered section that should
115 * keyshndx is valid.
118 * Returns 0 if the keyshndx is valid. A non-zero DBG_ORDER_ code is
119 * returned if the keyshndx is not valid to describe the problem.
122 is_keyshndx_ok(Ifl_desc *ifl, Word keyshndx) argument
124 if ((keyshndx == SHN_BEFORE) || (keyshndx == SHN_AFTER))
130 if ((keyshndx == 0) || (keyshndx >= ifl->ifl_shnum))
134 * The section pointed to by keyshndx shoul
298 Word keyshndx; local
[all...]

Completed in 60 milliseconds