Home
last modified time | relevance | path

Searched refs:last_ptr (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1861 if (ptr != last_ptr) in WRAPPER2()
1864 last_ptr = ptr; in WRAPPER2()
1865 __mf_register (last_ptr, sizeof(last_ptr), __MF_TYPE_STATIC, "ctype_b_loc **"); in WRAPPER2()
1881 static int ** last_ptr = (void *) 0; in WRAPPER2() local
1884 if (ptr != last_ptr) in WRAPPER2()
1887 last_ptr = ptr; in WRAPPER2()
1888 __mf_register (last_ptr, sizeof(last_ptr), __MF_TYPE_STATIC, "ctype_toupper_loc **"); in WRAPPER2()
1904 static int ** last_ptr = (void *) 0; in WRAPPER2() local
1907 if (ptr != last_ptr) in WRAPPER2()
1910 last_ptr = ptr; in WRAPPER2()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c2588 rtx *last_ptr; local
2677 last_ptr = NULL;
2684 if (last_ptr)
2685 copy_rtx_if_shared_1 (last_ptr);
2686 last_ptr = &XEXP (x, i);
2702 if (last_ptr)
2703 copy_rtx_if_shared_1 (last_ptr);
2704 last_ptr = &XVECEXP (x, i, j);
2711 if (last_ptr)
2713 orig1 = last_ptr;
H A Dfunction.c6574 rtx last_ptr = NULL_RTX; local
6601 emit_move_insn (last_ptr, static_chain_incoming_rtx);
6691 emit_move_insn (last_ptr, static_chain_incoming_rtx);
6718 emit_move_insn (static_chain_incoming_rtx, last_ptr);
6719 last_ptr = copy_to_reg (static_chain_incoming_rtx);
6726 RTL_EXPR_RTL (rtlexp) = last_ptr;
6734 last_ptr = plus_constant (last_ptr,
6737 last_ptr = gen_rtx_MEM (Pmode, memory_address (Pmode, last_ptr));
6738 set_mem_alias_set (last_ptr, get_frame_alias_set ());
6739 last_ptr = copy_to_reg (last_ptr);
[all …]
H A DChangeLog.05689 (expand_function_start): Initialize last_ptr.
/openbsd/gnu/gcc/gcc/
H A Demit-rtl.c2376 rtx *last_ptr; in copy_rtx_if_shared_1() local
2449 last_ptr = NULL; in copy_rtx_if_shared_1()
2456 if (last_ptr) in copy_rtx_if_shared_1()
2457 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
2458 last_ptr = &XEXP (x, i); in copy_rtx_if_shared_1()
2475 if (last_ptr) in copy_rtx_if_shared_1()
2476 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1()
2477 last_ptr = &XVECEXP (x, i, j); in copy_rtx_if_shared_1()
2484 if (last_ptr) in copy_rtx_if_shared_1()
2486 orig1 = last_ptr; in copy_rtx_if_shared_1()
H A Dtree-outof-ssa.c1437 find_value_in_list (value_expr_p list, int value, value_expr_p *last_ptr) in find_value_in_list() argument
1447 if (last_ptr) in find_value_in_list()
1448 *last_ptr = last; in find_value_in_list()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c6078 unw_rec_list *ptr, *last_ptr, *end_ptr; in emit_one_bundle() local
6133 last_ptr = NULL; in emit_one_bundle()
6138 last_ptr = ptr; in emit_one_bundle()
6139 if (last_ptr) in emit_one_bundle()
6143 last_ptr = last_ptr->next; in emit_one_bundle()
6144 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr; in emit_one_bundle()
6152 md.slot[curr].unwind_record = last_ptr; in emit_one_bundle()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c6751 unw_rec_list *last_ptr; in emit_one_bundle() local
6755 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
6758 last_ptr = ptr; in emit_one_bundle()
6759 if (last_ptr) in emit_one_bundle()
6763 last_ptr = last_ptr->next; in emit_one_bundle()
6764 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr; in emit_one_bundle()
6772 md.slot[curr].unwind_record = last_ptr; in emit_one_bundle()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-sh.c1842 bfd_byte *start_ptr, *ptr, *last_ptr; in sh_elf_reloc_loop() local
1889 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);) in sh_elf_reloc_loop()
1892 diff = (last_ptr - ptr) >> 1; in sh_elf_reloc_loop()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-sh.c1779 bfd_byte *start_ptr, *ptr, *last_ptr; in sh_elf_reloc_loop() local
1823 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);) in sh_elf_reloc_loop()
1826 diff = (last_ptr - ptr) >> 1; in sh_elf_reloc_loop()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog349 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20042428 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
H A DChangeLog-20052072 and last_ptr. Check all in-use slots for first one with non-NULL