Home
last modified time | relevance | path

Searched refs:f_lsda (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDexcept.c358 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local
380 f_lsda = build_decl (FIELD_DECL, get_identifier ("__lsda"), in init_eh()
382 DECL_FIELD_CONTEXT (f_lsda) = sjlj_fc_type_node; in init_eh()
413 TREE_CHAIN (f_per) = f_lsda; in init_eh()
414 TREE_CHAIN (f_lsda) = f_jbuf; in init_eh()
430 = (tree_low_cst (DECL_FIELD_OFFSET (f_lsda), 1) in init_eh()
431 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_lsda), 1) / BITS_PER_UNIT); in init_eh()