Searched refs:tbase (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde-glibc.c68 void *tbase; member in struct:unw_eh_callback_data
99 return (_Unwind_Ptr) data->tbase;
250 ob.tbase = data->tbase;
278 data.tbase = NULL;
288 bases->tbase = data.tbase;
H A Dunwind-dw2-fde.h43 void *tbase; member in struct:object
87 void *tbase; member in struct:dwarf_eh_bases
H A Dunwind-dw2-fde-darwin.c163 ob->tbase = 0;
188 bases->tbase = ob->tbase;
H A Dcrtstuff.c301 void *tbase, *dbase; local
303 CRT_GET_RFIB_TEXT (tbase);
305 tbase = 0;
313 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2-fde.c76 void *tbase, void *dbase)
83 ob->tbase = tbase;
126 void *tbase, void *dbase)
129 ob->tbase = tbase;
253 return (_Unwind_Ptr) ob->tbase;
1023 bases->tbase = ob->tbase;
75 __register_frame_info_bases(void *begin, struct object *ob, void *tbase, void *dbase) argument
125 __register_frame_info_table_bases(void *begin, struct object *ob, void *tbase, void *dbase) argument
H A Dunwind-dw2.c273 return (_Unwind_Ptr) context->bases.tbase;
/openbsd-current/sys/arch/alpha/pci/
H A Dcia_dma.c102 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 Dapecs_dma.c97 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 Dtsp_dma.c107 bus_addr_t dwbase, dwlen, sgwbase, sgwlen, tbase; local
212 tbase = pcp->pc_sgmap.aps_ptpa;
213 if (tbase & ~0x7fffffc00UL)
216 pccsr->tsp_tba[0].tsg_r = tbase;
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-dw2-fde.h49 void *tbase; member in struct:object
93 void *tbase; member in struct:dwarf_eh_bases
H A Dunwind-dw2-fde-glibc.c72 void *tbase; member in struct:unw_eh_callback_data
118 return (_Unwind_Ptr) data->tbase;
384 ob.tbase = data->tbase;
414 data.tbase = NULL;
425 bases->tbase = data.tbase;
H A Dunwind-dw2-fde-darwin.c191 ob->tbase = 0;
225 bases->tbase = ob->tbase;
H A Dcrtstuff.c326 void *tbase, *dbase; local
327 tbase = 0;
330 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2-fde.c79 void *tbase, void *dbase)
86 ob->tbase = tbase;
129 void *tbase, void *dbase)
132 ob->tbase = tbase;
254 return (_Unwind_Ptr) ob->tbase;
1021 bases->tbase = ob->tbase;
78 __register_frame_info_bases(const void *begin, struct object *ob, void *tbase, void *dbase) argument
128 __register_frame_info_table_bases(void *begin, struct object *ob, void *tbase, void *dbase) argument
H A Dunwind-dw2.c363 return (_Unwind_Ptr) context->bases.tbase;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h148 uintptr_t tbase; member in struct:dwarf_eh_bases
/openbsd-current/gnu/gcc/gcc/cp/
H A Dinit.c2216 tree tbase, tbase_init;
2244 tbase = create_temporary_var (ptype);
2245 tbase_init = build_modify_expr (tbase, NOP_EXPR,
2249 DECL_REGISTER (tbase) = 1;
2250 controller = build3 (BIND_EXPR, void_type_node, tbase,
2255 build2 (EQ_EXPR, boolean_type_node, tbase,
2258 (body, build_modify_expr (tbase, NOP_EXPR,
2259 build2 (MINUS_EXPR, ptype, tbase, size_exp)));
2261 (body, build_delete (ptype, tbase, sfk_complete_destructor,
2213 tree tbase, tbase_init; local
H A Dcall.c700 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); local
702 if (DERIVED_FROM_P (fbase, tbase)
707 from = build_ptrmem_type (tbase,
711 else if (!same_type_p (fbase, tbase))
787 tree tbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (tofn))); local
789 if (!DERIVED_FROM_P (fbase, tbase)
793 || cp_type_quals (fbase) != cp_type_quals (tbase))
796 from = cp_build_qualified_type (tbase, cp_type_quals (fbase));
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h297 uintptr_t tbase; member in struct:dwarf_eh_bases
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindLevel1-gcc-ext.c223 bases->tbase = (uintptr_t)info.extra;
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c2552 tree tbase, tbase_init;
2584 tbase = create_temporary_var (ptype);
2585 tbase_init = build_modify_expr (tbase, NOP_EXPR,
2589 DECL_REGISTER (tbase) = 1;
2590 controller = build (BIND_EXPR, void_type_node, tbase, NULL_TREE, NULL_TREE);
2596 build_delete (ptype, tbase, sfk_complete_destructor,
2601 build_modify_expr (tbase, NOP_EXPR, build (MINUS_EXPR, ptype, tbase, size_exp)),
2606 build (EQ_EXPR, boolean_type_node, base, tbase)),
2548 tree tbase, tbase_init; local
H A Dcall.c848 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-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c939 bfd_vma tbase;
1120 base = unit->tbase;
1593 unit.tbase = 0;
1620 unit.tbase = txt->vma;
932 bfd_vma tbase; member in struct:comp_unit
/openbsd-current/gnu/usr.bin/perl/lib/
H A DBenchmark.pm716 my $tbase = Benchmark->new(0)->[1];
718 while ( ( $t0 = Benchmark->new(0) )->[1] == $tbase ) {

Completed in 497 milliseconds