| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| virtbase2.cc | 34 typedef base tbase; typedef 35 struct derived: virtual super, virtual tbase
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| virtbase2.cc | 34 typedef base tbase; typedef 35 struct derived: virtual super, virtual tbase
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin10-unwind-find-enc-func.c | 12 void *tbase; member in struct:dwarf_eh_bases
|
| unwind-dw2-fde-darwin.c | 188 ob->tbase = 0; 222 bases->tbase = ob->tbase;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin10-unwind-find-enc-func.c | 12 void *tbase; member in struct:dwarf_eh_bases
|
| unwind-dw2-fde-darwin.c | 188 ob->tbase = 0; 222 bases->tbase = ob->tbase;
|
| /src/sys/arch/alpha/pci/ |
| cia_dma.c | 120 ccp->cc_saved_windows.tbase[i]; 128 bus_addr_t tbase; local 142 ccp->cc_saved_windows.tbase[i] = 271 tbase = ccp->cc_sgmap_lo.aps_ptpa >> CIA_PCI_TnBASE_SHIFT; 272 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) 274 REGVAL(CIA_PCI_T0BASE) = tbase; 289 tbase = ccp->cc_sgmap_hi.aps_ptpa >> CIA_PCI_TnBASE_SHIFT; 290 if ((tbase & CIA_PCI_TnBASE_MASK) != tbase) [all...] |
| apecs_dma.c | 94 bus_addr_t tbase; local 176 tbase = acp->ac_sgmap.aps_ptpa >> EPIC_TBASE_SHIFT; 177 if ((tbase & EPIC_TBASE_T_BASE) != tbase) 179 REGVAL(EPIC_TBASE_1) = tbase;
|
| ciavar.h | 75 uint32_t tbase[4]; member in struct:cia_config::__anon919
|
| tsp_dma.c | 187 bus_addr_t tbase; local 361 tbase = pcp->pc_sgmap_lo.aps_ptpa; 362 if (tbase & ~0x7fffffc00UL) 364 pccsr->tsp_tba[0].tsg_r = tbase; 388 tbase = pcp->pc_sgmap_hi.aps_ptpa; 389 if (tbase & ~0x7fffffc00UL) 391 pccsr->tsp_tba[2].tsg_r = tbase;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2-fde.h | 43 void *tbase; member in struct:object 87 void *tbase; member in struct:dwarf_eh_bases
|
| crtstuff.c | 479 void *tbase, *dbase; local 480 tbase = 0; 483 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
|
| unwind-dw2-fde.c | 127 void *tbase, void *dbase) 134 ob->tbase = tbase; 181 void *tbase, void *dbase) 184 ob->tbase = tbase; 336 return (_Unwind_Ptr) ob->tbase; 1272 bases->tbase = ob->tbase;
|
| unwind-dw2-fde-dip.c | 500 bases->tbase = NULL; 514 ob.tbase = NULL; 528 bases->tbase = NULL;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2-fde.h | 43 void *tbase; member in struct:object 87 void *tbase; member in struct:dwarf_eh_bases
|
| crtstuff.c | 478 void *tbase, *dbase; local 479 tbase = 0; 482 __register_frame_info_bases (__EH_FRAME_BEGIN__, &object, tbase, dbase);
|
| unwind-dw2-fde.c | 86 void *tbase, void *dbase) 93 ob->tbase = tbase; 146 void *tbase, void *dbase) 149 ob->tbase = tbase; 283 return (_Unwind_Ptr) ob->tbase; 1095 bases->tbase = ob->tbase;
|
| unwind-dw2-fde-dip.c | 462 bases->tbase = NULL; 476 ob.tbase = NULL; 490 bases->tbase = NULL;
|
| /src/sys/lib/libunwind/ |
| unwind.h | 61 void *tbase; member in struct:dwarf_eh_bases
|
| libunwind.cxx | 349 bases->tbase = 0; /* Not supported */
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| unwind.h | 292 uintptr_t tbase; member in struct:dwarf_eh_bases
|
| /src/external/public-domain/xz/dist/tests/ |
| test_index.c | 1118 lzma_vli tbase = 0; local 1122 tbase += n * 4 + 8; 1129 tbase + n * 4 + 8 1134 tbase += n * 4 + 8; 1151 tbase -= n * 4 + 8; 1155 tbase + n * 4 + 8
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| f95-lang.cc | 592 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ 593 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \ 596 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \ 599 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| unwind-dw2-xtensa.c | 210 return (_Unwind_Ptr) context->bases.tbase;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| f95-lang.cc | 567 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ 568 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \ 571 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \ 574 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \
|