Lines Matching refs:cursor
468 asection *cursor = original_sec; in split_sections() local
472 for (l = NULL, p = cursor->map_head.link_order; p != NULL; p = l->next) in split_sections()
502 && !unsplittable_name (cursor->name)) in split_sections()
509 n = clone_section (abfd, cursor, original_sec->name, &count); in split_sections()
514 n->map_tail.link_order = cursor->map_tail.link_order; in split_sections()
515 cursor->map_tail.link_order = l; in split_sections()
522 dump ("before snip", cursor, n); in split_sections()
525 n->size = cursor->size - shift_offset; in split_sections()
526 cursor->size = shift_offset; in split_sections()
545 dump ("after snip", cursor, n); in split_sections()
546 cursor = n; in split_sections()