Lines Matching defs:hppa_unw_table_entry
7251 struct hppa_unw_table_entry struct
7253 struct absaddr start;
7254 struct absaddr end;
7255 unsigned int Cannot_unwind:1; /* 0 */
7256 unsigned int Millicode:1; /* 1 */
7257 unsigned int Millicode_save_sr0:1; /* 2 */
7258 unsigned int Region_description:2; /* 3..4 */
7259 unsigned int reserved1:1; /* 5 */
7260 unsigned int Entry_SR:1; /* 6 */
7261 unsigned int Entry_FR:4; /* number saved */ /* 7..10 */
7262 unsigned int Entry_GR:5; /* number saved */ /* 11..15 */
7263 unsigned int Args_stored:1; /* 16 */
7264 unsigned int Variable_Frame:1; /* 17 */
7265 unsigned int Separate_Package_Body:1; /* 18 */
7266 unsigned int Frame_Extension_Millicode:1; /* 19 */
7290 struct hppa_unw_table_entry * table; /* Unwind table. */ argument