Lines Matching refs:cursor
472 asection *cursor = original_sec; in split_sections() local
476 for (l = NULL, p = cursor->map_head.link_order; p != NULL; p = l->next) in split_sections()
506 && !unsplittable_name (cursor->name)) in split_sections()
513 n = clone_section (abfd, cursor, original_sec->name, &count); in split_sections()
518 n->map_tail.link_order = cursor->map_tail.link_order; in split_sections()
519 cursor->map_tail.link_order = l; in split_sections()
526 dump ("before snip", cursor, n); in split_sections()
529 n->size = cursor->size - shift_offset; in split_sections()
530 cursor->size = shift_offset; in split_sections()
549 dump ("after snip", cursor, n); in split_sections()
550 cursor = n; in split_sections()