Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c6633 unw_rec_list *last_ptr; in emit_one_bundle() local
6637 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
6640 last_ptr = ptr; in emit_one_bundle()
6641 if (last_ptr) in emit_one_bundle()
6645 last_ptr = last_ptr->next; in emit_one_bundle()
6646 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr; in emit_one_bundle()
6654 md.slot[curr].unwind_record = last_ptr; in emit_one_bundle()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c135 bfd_byte *start_ptr, *ptr, *last_ptr; in sh_elf_reloc_loop() local
179 for (last_ptr = ptr, ptr -= 4; ptr >= start_ptr && IS_PPI (ptr);) in sh_elf_reloc_loop()
182 diff = (last_ptr - ptr) >> 1; in sh_elf_reloc_loop()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20042428 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
DChangeLog-20052043 and last_ptr. Check all in-use slots for first one with non-NULL