Searched refs:end_ptr (Results 1 – 7 of 7) sorted by relevance
220 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable304 end_ptr = &state[rand_deg]; in initstate()360 end_ptr = &state[rand_deg]; in setstate()391 if (fptr >= end_ptr) in random()399 if (rptr >= end_ptr) in random()
5130 * libiberty/random.c (end_ptr): Revert previous change.5136 * libiberty/random.c (end_ptr): Likewise.
248 bfd_byte *end_ptr; member2150 if (info_ptr >= unit->info_ptr_unit && info_ptr < unit->end_ptr) in find_abstract_instance_name()2158 if (info_ptr >= u->info_ptr_unit && info_ptr < u->end_ptr) in find_abstract_instance_name()2163 if (info_ptr >= u->info_ptr_unit && info_ptr < u->end_ptr) in find_abstract_instance_name()2553 bfd_byte *end_ptr = info_ptr + unit_length; in parse_comp_unit() local2633 unit->end_ptr = end_ptr; in parse_comp_unit()2773 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_find_nearest_line()2820 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_maybe_decode_line_info()
6622 unw_rec_list *end_ptr = NULL; in emit_one_bundle() local6635 for (j = 1; end_ptr == NULL && j < md.num_slots_in_use; ++j) in emit_one_bundle()6636 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()6637 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()6929 for (; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
909 localsym_t *end_ptr; /* symbol pointer to end block */ member
2042 * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,2044 unwind_record. Don't reload end_ptr before second update round.
2428 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that