Searched defs:unwind_table_entry (Results 1 – 1 of 1) sorted by relevance
11 struct unwind_table_entry { struct12 unsigned int region_start;13 unsigned int region_end;14 unsigned int Cannot_unwind:1; /* 0 */15 unsigned int Millicode:1; /* 1 */16 unsigned int Millicode_save_sr0:1; /* 2 */17 unsigned int Region_description:2; /* 3..4 */18 unsigned int reserved1:1; /* 5 */19 unsigned int Entry_SR:1; /* 6 */20 unsigned int Entry_FR:4; /* number saved *//* 7..10 */[all …]