Home | History | Annotate | Download | only in bfd

Lines Matching refs:start0

198       bfd_vma start0 = start - 4;
200 while (start0 && IS_PPI (contents + start0))
201 start0 -= 2;
202 start0 = start - 2 - ((start - start0) & 2);
203 start = start0 - cum_diff - 2;
204 end = start0;