Searched refs:old_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dpartition.c81 struct partition_elem *old_next; local
113 old_next = e1->next;
115 e2->next = old_next;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dsymtab.c2693 struct symbol_search **symbols, *symp, *old_next;
2705 old_next = symp;
2716 symp->next = old_next;
2685 struct symbol_search **symbols, *symp, *old_next; local
/freebsd-10-stable/contrib/gcc/
H A Dreload1.c3937 rtx old_next = NEXT_INSN (insn);
4061 for (x = NEXT_INSN (insn); x != old_next; x = NEXT_INSN (x))
4095 for (p = PREV_INSN (old_next); p != prev; p = PREV_INSN (p))
3919 rtx old_next = NEXT_INSN (insn); local

Completed in 183 milliseconds