Searched refs:old_contents (Results 1 – 5 of 5) sorted by relevance
88 char *old_contents = file_buffer->contents; in get_manpage_node() local112 if (old_contents && oldsize && old_contents != file_buffer->contents) in get_manpage_node()116 char *old_contents_end = old_contents + oldsize; in get_manpage_node()134 && tmp_node->contents >= old_contents in get_manpage_node()
384 union { rtx r; int i; machine_mode m; struct insn_link *l; } old_contents; member722 buf->old_contents.r = oldval; in do_SUBST()750 buf->old_contents.i = oldval; in do_SUBST_INT()780 buf->old_contents.m = oldval; in subst_mode()804 buf->old_contents.l = oldval; in do_SUBST_LINK()4119 machine_mode old_mode = undo->old_contents.m; in try_combine()4784 *undo->where.r = undo->old_contents.r; in undo_to_marker()4787 *undo->where.i = undo->old_contents.i; in undo_to_marker()4791 undo->old_contents.m); in undo_to_marker()4794 *undo->where.l = undo->old_contents.l; in undo_to_marker()
398 union { rtx r; int i; machine_mode m; struct insn_link *l; } old_contents; member753 buf->old_contents.r = oldval; in do_SUBST()781 buf->old_contents.i = oldval; in do_SUBST_INT()811 buf->old_contents.m = oldval; in subst_mode()835 buf->old_contents.l = oldval; in do_SUBST_LINK()4235 machine_mode old_mode = undo->old_contents.m; in try_combine()4900 *undo->where.r = undo->old_contents.r; in undo_to_marker()4903 *undo->where.i = undo->old_contents.i; in undo_to_marker()4907 undo->old_contents.m); in undo_to_marker()4910 *undo->where.l = undo->old_contents.l; in undo_to_marker()
5614 * remote-mips.c (mips_store_word): Return old_contents as host