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

/freebsd-11-stable/contrib/binutils/gas/
H A Dehopt.c242 check_eh_frame (expressionS *exp, unsigned int *pnbytes) argument
297 if (*pnbytes == 4)
340 if ((int)*pnbytes == -1 && exp->X_op == O_constant)
345 else if (*pnbytes == 1 && exp->X_op == O_constant)
360 if ((int)*pnbytes < 0)
364 int left = (d->aug_size -= *pnbytes);
373 if (*pnbytes == 1
388 if (*pnbytes != 4)
409 *pnbytes = 1;
414 *pnbytes
[all...]

Completed in 175 milliseconds