Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde-dip.c108 void *tbase; member
158 return (_Unwind_Ptr) data->tbase; in base_from_cb_data()
435 ob.tbase = data->tbase; in _Unwind_IteratePhdrCallback()
465 data.tbase = NULL; in _Unwind_Find_FDE()
476 bases->tbase = data.tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.c86 void *tbase, void *dbase) in __register_frame_info_bases() argument
93 ob->tbase = tbase; in __register_frame_info_bases()
146 void *tbase, void *dbase) in __register_frame_info_table_bases() argument
149 ob->tbase = tbase; in __register_frame_info_table_bases()
280 return (_Unwind_Ptr) ob->tbase; in base_from_object()
1087 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.h43 void *tbase; member
87 void *tbase; member
H A Dcrtstuff.c460 void *tbase, *dbase; local
461 tbase = 0;
464 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2.c407 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde-dip.c105 void *tbase; member
151 return (_Unwind_Ptr) data->tbase; in base_from_cb_data()
431 ob.tbase = data->tbase; in _Unwind_IteratePhdrCallback()
461 data.tbase = NULL; in _Unwind_Find_FDE()
472 bases->tbase = data.tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.c75 void *tbase, void *dbase) in __register_frame_info_bases() argument
82 ob->tbase = tbase; in __register_frame_info_bases()
125 void *tbase, void *dbase) in __register_frame_info_table_bases() argument
128 ob->tbase = tbase; in __register_frame_info_table_bases()
249 return (_Unwind_Ptr) ob->tbase; in base_from_object()
1043 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.h44 void *tbase; member
88 void *tbase; member
H A Dcrtstuff.c447 void *tbase, *dbase; local
448 tbase = 0;
451 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2.c372 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dunwind-dw2-fde-darwin.c188 ob->tbase = 0; in examine_objects()
222 bases->tbase = ob->tbase; in examine_objects()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dinit.c2932 tree tbase, tbase_init; in build_vec_delete_1() local
2964 tbase = create_temporary_var (ptype); in build_vec_delete_1()
2966 = cp_build_modify_expr (tbase, NOP_EXPR, in build_vec_delete_1()
2974 controller = build3 (BIND_EXPR, void_type_node, tbase, in build_vec_delete_1()
2979 build2 (EQ_EXPR, boolean_type_node, tbase, in build_vec_delete_1()
2982 tmp = fold_build_pointer_plus (tbase, tmp); in build_vec_delete_1()
2983 tmp = cp_build_modify_expr (tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
2987 tmp = build_delete (ptype, tbase, sfk_complete_destructor, in build_vec_delete_1()
H A Dcall.c1197 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); in standard_conversion() local
1199 if (DERIVED_FROM_P (fbase, tbase) in standard_conversion()
1204 from = build_ptrmem_type (tbase, in standard_conversion()
1208 else if (!same_type_p (fbase, tbase)) in standard_conversion()
1277 tree tbase = class_of_this_parm (tofn); in standard_conversion() local
1279 if (!DERIVED_FROM_P (fbase, tbase) in standard_conversion()
1284 from = build_memfn_type (fromfn, tbase, cp_type_quals (tbase)); in standard_conversion()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3730 tree tbase, tbase_init; in build_vec_delete_1() local
3794 tbase = create_temporary_var (ptype); in build_vec_delete_1()
3796 = cp_build_modify_expr (input_location, tbase, NOP_EXPR, in build_vec_delete_1()
3804 controller = build3 (BIND_EXPR, void_type_node, tbase, in build_vec_delete_1()
3809 build2 (EQ_EXPR, boolean_type_node, tbase, in build_vec_delete_1()
3812 tmp = fold_build_pointer_plus (tbase, tmp); in build_vec_delete_1()
3813 tmp = cp_build_modify_expr (input_location, tbase, NOP_EXPR, tmp, complain); in build_vec_delete_1()
3817 tmp = build_delete (ptype, tbase, sfk_complete_destructor, in build_vec_delete_1()
H A Dcall.c1265 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); in standard_conversion() local
1267 if (same_type_p (fbase, tbase)) in standard_conversion()
1269 else if (DERIVED_FROM_P (fbase, tbase) in standard_conversion()
1273 from = build_ptrmem_type (tbase, from_pointee); in standard_conversion()
1336 tree tbase = class_of_this_parm (tofn); in standard_conversion() local
1338 if (!DERIVED_FROM_P (fbase, tbase)) in standard_conversion()
1349 if (!same_type_p (fbase, tbase)) in standard_conversion()
1352 tbase, in standard_conversion()
1353 cp_type_quals (tbase), in standard_conversion()
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2-frame.c156 bfd_vma tbase; member
1614 base = unit->tbase; in read_encoded_value()
2269 unit->tbase = 0; in dwarf2_build_frame_info()
2295 unit->tbase = txt->vma; in dwarf2_build_frame_info()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_chain.c3495 hammer2_blockref_t *tbase; in hammer2_chain_rename_obref() local
3500 tbase = hammer2_chain_base_and_count(*parentp, &tcount); in hammer2_chain_rename_obref()
3501 hammer2_base_insert(*parentp, tbase, tcount, chain, obref); in hammer2_chain_rename_obref()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_chain.c3512 hammer2_blockref_t *tbase; in hammer2_chain_rename_obref() local
3517 tbase = hammer2_chain_base_and_count(*parentp, &tcount); in hammer2_chain_rename_obref()
3518 hammer2_base_insert(*parentp, tbase, tcount, chain, obref); in hammer2_chain_rename_obref()