Searched refs:dbase (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde-dip.c101 void *dbase; member in struct:unw_eh_callback_data
148 return (_Unwind_Ptr) data->dbase;
323 data->dbase = NULL;
333 data->dbase = (void *) dyn->d_un.d_ptr;
339 data->dbase += load_base;
345 data->dbase = load_base.got_value;
424 ob.dbase = data->dbase;
454 data.dbase = NULL;
465 bases->dbase
[all...]
H A Dunwind-dw2-fde.h44 void *dbase; member in struct:object
88 void *dbase; member in struct:dwarf_eh_bases
H A Dcrtstuff.c466 void *tbase, *dbase; local
468 CRT_GET_RFIB_DATA (dbase);
470 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
H A Dunwind-dw2-fde.c78 void *tbase, void *dbase)
86 ob->dbase = dbase;
128 void *tbase, void *dbase)
132 ob->dbase = dbase;
255 return (_Unwind_Ptr) ob->dbase;
1050 bases->dbase = ob->dbase;
77 __register_frame_info_bases(const void *begin, struct object *ob, void *tbase, void *dbase) argument
127 __register_frame_info_table_bases(void *begin, struct object *ob, void *tbase, void *dbase) argument
H A Dunwind-dw2.c394 return (_Unwind_Ptr) context->bases.dbase;
/haiku-buildtools/gcc/zlib/
H A Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;
/haiku-buildtools/binutils/zlib/
H A Dinftrees.c66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ local
194 base = dbase;
/haiku-buildtools/gcc/libgcc/config/
H A Dunwind-dw2-fde-darwin.c189 ob->dbase = 0;
223 bases->dbase = ob->dbase;
/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinftree9.c68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ local
188 base = dbase;
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinftree9.c68 static const unsigned short dbase[32] = { /* Distance codes 0..31 base */ local
188 base = dbase;
/haiku-buildtools/gcc/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.c204 return (_Unwind_Ptr) context->bases.dbase;
/haiku-buildtools/gcc/gcc/config/frv/
H A Dfrv.h2163 #define CRT_GET_RFIB_DATA(dbase) \
2164 ({ extern void *_GLOBAL_OFFSET_TABLE_; (dbase) = &_GLOBAL_OFFSET_TABLE_; })
/haiku-buildtools/legacy/gcc/gcc/
H A Denquire.c2792 Volatile Number d, oldd, dbase, one, zero; local
2816 eprec=0; d=1.0; dbase=base; one=1.0; zero=0.0;
2818 do { eprec++; oldd=d; d=d*dbase; }
/haiku-buildtools/gcc/libgcc/config/cr16/
H A Dunwind-cr16.c379 return (_Unwind_Ptr) context->bases.dbase;

Completed in 324 milliseconds