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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c4157 struct internal_syment *iisp, *iispend;
4165 iisp = finfo->internal_syms;
4166 iispend = (iisp
4170 while (iisp < iispend)
4173 && (iisp->n_sclass == C_BINCL
4174 || iisp->n_sclass == C_EINCL)
4175 && ((bfd_size_type) iisp->n_value
4177 && ((bfd_size_type) iisp->n_value
4187 (iisp->n_value
4197 iiadd = 1 + iisp
4151 struct internal_syment *iisp, *iispend; local
[all...]

Completed in 89 milliseconds