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