Lines Matching defs:hppa_unw_table_entry
9042 struct hppa_unw_table_entry struct
9044 struct absaddr start;
9045 struct absaddr end;
9046 unsigned int Cannot_unwind:1; /* 0 */
9047 unsigned int Millicode:1; /* 1 */
9048 unsigned int Millicode_save_sr0:1; /* 2 */
9049 unsigned int Region_description:2; /* 3..4 */
9050 unsigned int reserved1:1; /* 5 */
9051 unsigned int Entry_SR:1; /* 6 */
9052 unsigned int Entry_FR:4; /* Number saved 7..10 */
9053 unsigned int Entry_GR:5; /* Number saved 11..15 */
9054 unsigned int Args_stored:1; /* 16 */
9055 unsigned int Variable_Frame:1; /* 17 */
9056 unsigned int Separate_Package_Body:1; /* 18 */
9057 unsigned int Frame_Extension_Millicode:1; /* 19 */
9081 struct hppa_unw_table_entry * table; /* Unwind table. */ argument