Lines Matching refs:current
472 /* Unpack the .xtensa.info section and check it against the current
748 ld_xtensa_move_section_after (xtensa_ld_iter *to, xtensa_ld_iter *current)
759 if (to == current)
764 old_current_count = ld_count_children (current->parent);
768 current_next = (*current->loc)->header.next;
770 *(to->loc) = *(current->loc);
772 *(current->loc) = current_next;
780 /* reset "current" list tail */
781 for (e = ¤t->l->head; *e != NULL; e = &(*e)->header.next)
783 current->l->tail = e;
787 new_current_count = ld_count_children (current->parent);
869 underlying structure. It will check for a NULL current and advance
895 lang_statement_union_type *current;
898 current = *stack->iterloc.loc;
900 if (current != NULL)
902 switch (current->header.type)
962 xtensa_ld_iter current; /* Location we are checking. */
998 current_p = ¤t;
1033 /* Do not increment the current pointer. */
1059 /* Keep a front pointer and a current pointer. */
1061 lang_statement_union_type **current;
1072 current = &(*front)->header.next;
1073 while (*current != NULL)
1075 if (section_is_source_or_target (deps, *current))
1087 current_iter.loc = current;
1094 current = &(*current)->header.next;
1628 a labeling of the current location, start over. Finally, at
1884 /* Create an expression that increments the current address,