Home | History | Annotate | Download | only in bfd

Lines Matching full:start_ptr

137   bfd_byte *start_ptr, *ptr, *last_ptr;
178 start_ptr = contents + start;
179 for (cum_diff = -6, ptr = contents + end; cum_diff < 0 && ptr > start_ptr;)
181 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);)