Home
last modified time | relevance | path

Searched refs:unwind_record (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.h276 typedef struct unwind_record struct
285 } unwind_record; argument
H A Dtc-ia64.c257 struct unw_rec_list *unwind_record; /* Unwind directive. */ member
655 unwind_record r;
6123 ptr = md.slot[curr].unwind_record; in emit_one_bundle()
6134 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record; 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()
6359 ptr = md.slot[curr].unwind_record; in emit_one_bundle()
6365 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record; in emit_one_bundle()
6371 md.slot[curr].unwind_record = NULL; in emit_one_bundle()
10041 CURR_SLOT.unwind_record = unwind.current_entry;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.h296 typedef struct unwind_record struct
305 } unwind_record; argument
H A Dtc-ia64.c294 struct unw_rec_list *unwind_record; /* Unwind directive. */ member
717 unwind_record r;
6739 unw_rec_list *ptr = md.slot[curr].unwind_record; in emit_one_bundle()
6754 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; 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()
7040 ptr = md.slot[curr].unwind_record; in emit_one_bundle()
7051 md.slot[curr].unwind_record = NULL; in emit_one_bundle()
10977 CURR_SLOT.unwind_record = unwind.current_entry;
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog350 sets unwind_record slot_number and slot_frag fields.
H A DChangeLog-00016113 unwind_record list in first loop. Rewrite second loop to account for
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20042429 sets unwind_record slot_number and slot_frag fields.
H A DChangeLog-20052073 unwind_record. Don't reload end_ptr before second update round.
H A DChangeLog-00016113 unwind_record list in first loop. Rewrite second loop to account for
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.32573 (struct unw_r_record, unwind_record): New unwind record structs.