| /openbsd-src/sys/arch/alpha/pci/ |
| H A D | cia_dma.c | 102 bus_addr_t tbase; local 183 tbase = ccp->cc_sgmap.aps_ptpa >> CIA_PCI_TnBASE_SHIFT; 184 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) 186 REGVAL(CIA_PCI_T0BASE) = tbase; 217 tbase = cia_pyxis_bug_sgmap.aps_ptpa >> 219 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) 221 REGVAL(CIA_PCI_T2BASE) = tbase;
|
| H A D | apecs_dma.c | 97 bus_addr_t tbase; local 178 tbase = acp->ac_sgmap.aps_ptpa >> EPIC_TBASE_SHIFT; 179 if ((tbase & EPIC_TBASE_T_BASE) != tbase) 181 REGVAL(EPIC_TBASE_1) = tbase;
|
| H A D | tsp_dma.c | 107 bus_addr_t dwbase, dwlen, sgwbase, sgwlen, tbase; in tsp_dma_init() local 212 tbase = pcp->pc_sgmap.aps_ptpa; in tsp_dma_init() 213 if (tbase & ~0x7fffffc00UL) in tsp_dma_init() 216 pccsr->tsp_tba[0].tsg_r = tbase; in tsp_dma_init()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | unwind-dw2-fde-glibc.c | 68 void *tbase; member 99 return (_Unwind_Ptr) data->tbase; in base_from_cb_data() 250 ob.tbase = data->tbase; in _Unwind_IteratePhdrCallback() 278 data.tbase = NULL; in _Unwind_Find_FDE() 288 bases->tbase = data.tbase; in _Unwind_Find_FDE()
|
| H A D | crtstuff.c | 301 void *tbase, *dbase; in CRT_CALL_STATIC_FUNCTION() local 303 CRT_GET_RFIB_TEXT (tbase); in CRT_CALL_STATIC_FUNCTION() 305 tbase = 0; in CRT_CALL_STATIC_FUNCTION() 313 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase); in CRT_CALL_STATIC_FUNCTION()
|
| H A D | unwind-dw2-fde-darwin.c | 162 ob->tbase = 0; in examine_objects() 187 bases->tbase = ob->tbase; in examine_objects()
|
| H A D | unwind-dw2-fde.h | 43 void *tbase; member 87 void *tbase; member
|
| H A D | unwind-dw2-fde.c | 76 void *tbase, void *dbase) in __register_frame_info_bases() argument 83 ob->tbase = tbase; in __register_frame_info_bases() 126 void *tbase, void *dbase) in __register_frame_info_table_bases() argument 129 ob->tbase = tbase; in __register_frame_info_table_bases() 252 return (_Unwind_Ptr) ob->tbase; in base_from_object() 1020 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
|
| H A D | unwind-dw2.c | 269 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | unwind-dw2-fde-glibc.c | 72 void *tbase; member 118 return (_Unwind_Ptr) data->tbase; in base_from_cb_data() 384 ob.tbase = data->tbase; in _Unwind_IteratePhdrCallback() 414 data.tbase = NULL; in _Unwind_Find_FDE() 425 bases->tbase = data.tbase; in _Unwind_Find_FDE()
|
| H A D | unwind-dw2-fde-darwin.c | 190 ob->tbase = 0; in examine_objects() 224 bases->tbase = ob->tbase; in examine_objects()
|
| H A D | unwind-dw2-fde.c | 79 void *tbase, void *dbase) in __register_frame_info_bases() argument 86 ob->tbase = tbase; in __register_frame_info_bases() 129 void *tbase, void *dbase) in __register_frame_info_table_bases() argument 132 ob->tbase = tbase; in __register_frame_info_table_bases() 253 return (_Unwind_Ptr) ob->tbase; in base_from_object() 1018 bases->tbase = ob->tbase; in _Unwind_Find_FDE()
|
| H A D | unwind-dw2-fde.h | 49 void *tbase; member 93 void *tbase; member
|
| H A D | crtstuff.c | 326 void *tbase, *dbase; local 327 tbase = 0; 330 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
|
| H A D | unwind-dw2.c | 360 return (_Unwind_Ptr) context->bases.tbase; in _Unwind_GetTextRelBase()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 2213 tree tbase, tbase_init; in build_vec_delete_1() local 2241 tbase = create_temporary_var (ptype); in build_vec_delete_1() 2242 tbase_init = build_modify_expr (tbase, NOP_EXPR, in build_vec_delete_1() 2246 DECL_REGISTER (tbase) = 1; in build_vec_delete_1() 2247 controller = build3 (BIND_EXPR, void_type_node, tbase, in build_vec_delete_1() 2252 build2 (EQ_EXPR, boolean_type_node, tbase, in build_vec_delete_1() 2255 (body, build_modify_expr (tbase, NOP_EXPR, in build_vec_delete_1() 2256 build2 (MINUS_EXPR, ptype, tbase, size_exp))); in build_vec_delete_1() 2258 (body, build_delete (ptype, tbase, sfk_complete_destructor, in build_vec_delete_1()
|
| H A D | call.c | 700 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); in standard_conversion() local 702 if (DERIVED_FROM_P (fbase, tbase) in standard_conversion() 707 from = build_ptrmem_type (tbase, in standard_conversion() 711 else if (!same_type_p (fbase, tbase)) in standard_conversion() 787 tree tbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (tofn))); in standard_conversion() local 789 if (!DERIVED_FROM_P (fbase, tbase) in standard_conversion() 793 || cp_type_quals (fbase) != cp_type_quals (tbase)) in standard_conversion() 796 from = cp_build_qualified_type (tbase, cp_type_quals (fbase)); in standard_conversion()
|
| /openbsd-src/gnu/llvm/libunwind/include/ |
| H A D | unwind.h | 148 uintptr_t tbase; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | init.c | 2548 tree tbase, tbase_init; local 2580 tbase = create_temporary_var (ptype); 2581 tbase_init = build_modify_expr (tbase, NOP_EXPR, 2585 DECL_REGISTER (tbase) = 1; 2586 controller = build (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE); 2592 build_delete (ptype, tbase, sfk_complete_destructor, 2597 build_modify_expr (tbase, NOP_EXPR, build (MINUS_EXPR, ptype, tbase, size_exp)), 2602 build (EQ_EXPR, boolean_type_node, base, tbase)),
|
| H A D | call.c | 848 tree tbase = TYPE_OFFSET_BASETYPE (TREE_TYPE (to)); local 850 if (DERIVED_FROM_P (fbase, tbase) 855 from = build_ptrmem_type (tbase, TREE_TYPE (TREE_TYPE (from))); 903 tree tbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (tofn))); local 905 if (!DERIVED_FROM_P (fbase, tbase) 909 || cp_type_quals (fbase) != cp_type_quals (tbase)) 912 from = cp_build_qualified_type (tbase, cp_type_quals (fbase));
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | Benchmark.pm | 716 my $tbase = Benchmark->new(0)->[1]; 718 while ( ( $t0 = Benchmark->new(0) )->[1] == $tbase ) {
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dwarf2-frame.c | 932 bfd_vma tbase; member 1112 base = unit->tbase; in read_encoded_value() 1583 unit.tbase = 0; in dwarf2_build_frame_info() 1610 unit.tbase = txt->vma; in dwarf2_build_frame_info()
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | unwind.h | 297 uintptr_t tbase; member
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | UnwindLevel1-gcc-ext.c | 223 bases->tbase = (uintptr_t)info.extra; in _Unwind_Find_FDE()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/po/ |
| H A D | gas.pot | 5889 "--base-size-default-16\tbase reg without size is 16 bits\n" 5890 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
|