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

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c4156 struct internal_syment *iisp, *iispend;
4164 iisp = finfo->internal_syms;
4165 iispend = (iisp
4169 while (iisp < iispend)
4172 && (iisp->n_sclass == C_BINCL
4173 || iisp->n_sclass == C_EINCL)
4174 && ((bfd_size_type) iisp->n_value
4176 && ((bfd_size_type) iisp->n_value
4186 (iisp->n_value
4196 iiadd = 1 + iisp
4150 struct internal_syment *iisp, *iispend; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c4681 struct internal_syment *iisp, *iispend;
4690 iisp = flinfo->internal_syms;
4691 iispend = iisp + obj_raw_syment_count (input_bfd);
4696 while (iisp < iispend)
4699 && (iisp->n_sclass == C_BINCL
4700 || iisp->n_sclass == C_EINCL)
4701 && iisp->n_value >= range_start
4702 && iisp->n_value < range_end)
4707 iis.n_value = (iisp->n_value
4715 iiadd = 1 + iisp
4669 struct internal_syment *iisp, *iispend; local
[all...]

Completed in 121 milliseconds