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

/freebsd-11-stable/sys/powerpc/booke/
H A Dplatform_bare.c117 uint32_t tbase; local
118 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase));
119 ticks = tbase;
124 uint64_t tbase; local
125 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase));
126 ticks = tbase;
/freebsd-11-stable/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-11-stable/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-11-stable/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c252 uint32_t tbase; local
253 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase));
254 ticks = tbase;
259 uint64_t tbase; local
260 OF_getprop(child, "timebase-frequency", &tbase, sizeof(tbase));
261 ticks = tbase;
/freebsd-11-stable/sys/powerpc/include/
H A Dopenpicvar.h38 uint32_t tbase; member in struct:openpic_timer
/freebsd-11-stable/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.c702 tree tbase = TYPE_PTRMEM_CLASS_TYPE (to); local
704 if (DERIVED_FROM_P (fbase, tbase)
709 from = build_ptrmem_type (tbase,
713 else if (!same_type_p (fbase, tbase))
789 tree tbase = TREE_TYPE (TREE_VALUE (TYPE_ARG_TYPES (tofn))); local
791 if (!DERIVED_FROM_P (fbase, tbase)
795 || cp_type_quals (fbase) != cp_type_quals (tbase))
798 from = cp_build_qualified_type (tbase, cp_type_quals (fbase));
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dopenpic.c403 sc->sc_saved_timers[i].tbase = bus_read_4(sc->sc_memr, OPENPIC_TBASE(i));
434 bus_write_4(sc->sc_memr, OPENPIC_TBASE(i), sc->sc_saved_timers[i].tbase);
/freebsd-11-stable/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
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h344 uintptr_t tbase; member in struct:dwarf_eh_bases
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h292 uintptr_t tbase; member in struct:dwarf_eh_bases
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c202 bases->tbase = (uintptr_t)info.extra;

Completed in 171 milliseconds