Searched refs:unwind_record (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.h276 typedef struct unwind_record struct
285 } unwind_record; typedef in typeref:struct:unwind_record
H A Dtc-ia64.c257 struct unw_rec_list *unwind_record; /* Unwind directive. */ member in struct:__anon4375::slot
655 unwind_record r;
6123 ptr = md.slot[curr].unwind_record;
6134 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record;
6144 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6152 md.slot[curr].unwind_record = last_ptr;
6359 ptr = md.slot[curr].unwind_record;
6365 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record;
6371 md.slot[curr].unwind_record = NULL;
10041 CURR_SLOT.unwind_record
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.h296 typedef struct unwind_record struct
305 } unwind_record; typedef in typeref:struct:unwind_record
H A Dtc-ia64.c294 struct unw_rec_list *unwind_record; /* Unwind directive. */ member in struct:__anon5320::slot
717 unwind_record r;
6739 unw_rec_list *ptr = md.slot[curr].unwind_record;
6754 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record;
6764 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6772 md.slot[curr].unwind_record = last_ptr;
7040 ptr = md.slot[curr].unwind_record;
7051 md.slot[curr].unwind_record = NULL;
10977 CURR_SLOT.unwind_record = unwind.current_entry;

Completed in 101 milliseconds