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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c772 int minus_add, minus_s, minus_dynndx; local
779 minus_dynndx = ((argstate->optmask & DYN_OPT_F_DYNNDX_ELT) != 0);
787 arg1 = minus_dynndx ?
799 if ((!minus_dynndx && (arg1 == DT_SUNW_STRPAD)) ||
800 (minus_dynndx && (dyn[arg1].d_tag == DT_SUNW_STRPAD)))
825 if (minus_dynndx == 0) {
842 if (!minus_dynndx && !(minus_add && !arg2_known)) {
850 * index, and set minus_dynndx, causing the simple update to
857 minus_dynndx = 1;
867 if (minus_dynndx) {
[all...]

Completed in 59 milliseconds