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

/freebsd-9.3-release/contrib/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.c336 return (_Unwind_Ptr) context->bases.tbase;
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dfvwrite.c135 unsigned char *tbase; local
144 tbase = (unsigned char *) sm_realloc(fp->f_bf.smb_base,
146 if (tbase == NULL)
152 fp->f_bf.smb_base = tbase;
154 fp->f_p = tbase + blen;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h245 uintptr_t tbase; member in struct:dwarf_eh_bases
/freebsd-9.3-release/contrib/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));
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2-frame.c926 bfd_vma tbase;
1107 base = unit->tbase;
1573 unit.tbase = 0;
1601 unit.tbase = txt->vma;
919 bfd_vma tbase; member in struct:comp_unit

Completed in 217 milliseconds