Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexcept.c390 tree f_jbuf, f_per, f_lsda, f_prev, f_cs, f_data, tmp; in init_eh() local
412 f_lsda = build_decl (FIELD_DECL, get_identifier ("__lsda"), in init_eh()
414 DECL_FIELD_CONTEXT (f_lsda) = sjlj_fc_type_node; in init_eh()
447 TREE_CHAIN (f_per) = f_lsda; in init_eh()
448 TREE_CHAIN (f_lsda) = f_jbuf; in init_eh()
464 = (tree_low_cst (DECL_FIELD_OFFSET (f_lsda), 1) in init_eh()
465 + tree_low_cst (DECL_FIELD_BIT_OFFSET (f_lsda), 1) / BITS_PER_UNIT); in init_eh()
/openbsd-src/gnu/gcc/gcc/
H A Dexcept.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()