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

/freebsd-11-stable/contrib/binutils/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:__anon325::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;
7041 ptr = md.slot[curr].unwind_record;
7052 md.slot[curr].unwind_record = NULL;
10982 CURR_SLOT.unwind_record = unwind.current_entry;

Completed in 168 milliseconds