HomeSort by: relevance | last modified time | path
    Searched refs:orig_context (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 39 void *orig_context; member in struct:__tsan::__anon4158
91 void *orig_context,
97 new_context->orig_context = orig_context;
150 context->orig_work(context->orig_context);
401 new_context.orig_context = handler; // To explicitly capture "handler".
430 new_context.orig_context = handler; // To explicitly capture "handler".
461 new_context.orig_context = handler; // To explicitly capture "handler".
552 new_context.orig_context = ^(void) {
569 new_context.orig_context = ^(void)
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 31 void *orig_context; member in struct:__tsan::__anon14626
82 dispatch_queue_t queue, void *orig_context,
87 new_context->orig_context = orig_context;
140 context->orig_work(context->orig_context);
424 new_context.orig_context = handler; // To explicitly capture "handler".
453 new_context.orig_context = handler; // To explicitly capture "handler".
484 new_context.orig_context = handler; // To explicitly capture "handler".
595 new_context.orig_context = ^(void) {
612 new_context.orig_context = ^(void)
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 31 void *orig_context; member in struct:__tsan::__anon17026
82 dispatch_queue_t queue, void *orig_context,
87 new_context->orig_context = orig_context;
140 context->orig_work(context->orig_context);
424 new_context.orig_context = handler; // To explicitly capture "handler".
453 new_context.orig_context = handler; // To explicitly capture "handler".
484 new_context.orig_context = handler; // To explicitly capture "handler".
595 new_context.orig_context = ^(void) {
612 new_context.orig_context = ^(void)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 390 struct _Unwind_Context orig_context = *context;
406 sp = (_Unwind_Word *) orig_context.sp;
407 cfa = (_Unwind_Word *) orig_context.cfa;
419 context->reg[i] = orig_context.reg[i - window_size];
384 struct _Unwind_Context orig_context = *context; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 390 struct _Unwind_Context orig_context = *context;
406 sp = (_Unwind_Word *) orig_context.sp;
407 cfa = (_Unwind_Word *) orig_context.cfa;
419 context->reg[i] = orig_context.reg[i - window_size];
384 struct _Unwind_Context orig_context = *context; local
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2.c 1150 struct _Unwind_Context orig_context = *context;
1172 if (!_Unwind_GetGRPtr (&orig_context, __builtin_dwarf_sp_column ()))
1173 _Unwind_SetSpColumn (&orig_context, context->cfa, &tmp_sp);
1181 cfa = _Unwind_GetPtr (&orig_context, fs->regs.cfa_reg);
1192 execute_stack_op (exp, exp + len, &orig_context, 0);
1216 if (_Unwind_GRByValue (&orig_context, fs->regs.reg[i].loc.reg))
1218 _Unwind_GetGR (&orig_context,
1222 _Unwind_GetGRPtr (&orig_context,
1233 val = execute_stack_op (exp, exp + len, &orig_context,
1252 val = execute_stack_op (exp, exp + len, &orig_context,
1143 struct _Unwind_Context orig_context = *context; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 1333 struct _Unwind_Context orig_context = *context;
1355 if (!_Unwind_GetGRPtr (&orig_context, __builtin_dwarf_sp_column ()))
1356 _Unwind_SetSpColumn (&orig_context, context->cfa, &tmp_sp);
1364 cfa = _Unwind_GetPtr (&orig_context, fs->regs.cfa_reg);
1375 execute_stack_op (exp, exp + len, &orig_context, 0);
1398 if (_Unwind_GRByValue (&orig_context, fs->regs.reg[i].loc.reg))
1400 _Unwind_GetGR (&orig_context,
1404 _Unwind_GetGRPtr (&orig_context,
1415 val = execute_stack_op (exp, exp + len, &orig_context,
1434 val = execute_stack_op (exp, exp + len, &orig_context,
1326 struct _Unwind_Context orig_context = *context; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2.c 1408 struct _Unwind_Context orig_context = *context;
1430 if (!_Unwind_GetGRPtr (&orig_context, __builtin_dwarf_sp_column ()))
1431 _Unwind_SetSpColumn (&orig_context, context->cfa, &tmp_sp);
1439 cfa = _Unwind_GetPtr (&orig_context, fs->regs.cfa_reg);
1450 execute_stack_op (exp, exp + len, &orig_context, 0);
1473 if (_Unwind_GRByValue (&orig_context, fs->regs.reg[i].loc.reg))
1475 _Unwind_GetGR (&orig_context,
1479 _Unwind_GetGRPtr (&orig_context,
1490 val = execute_stack_op (exp, exp + len, &orig_context,
1509 val = execute_stack_op (exp, exp + len, &orig_context,
1401 struct _Unwind_Context orig_context = *context; local
    [all...]

Completed in 38 milliseconds