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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c797 int use_xshndx; local
823 use_xshndx = (shndx > SHN_HIRESERVE) ||
839 if (use_xshndx) {
850 use_xshndx = 1;
852 if (use_xshndx)
855 xshndx_chg = use_xshndx &&
885 if (use_xshndx && (shndx < SHN_LORESERVE) &&
910 if (use_xshndx) {

Completed in 61 milliseconds