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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 23 SymbolizedStack *Stack;
26 if (Stack)
27 Stack->ClearAll();
31 explicit SymbolizedStackHolder(SymbolizedStack *Stack = nullptr)
32 : Stack(Stack) {}
35 if (Stack != S)
37 Stack = S;
39 const SymbolizedStack *get() const { return Stack; }
73 Location(const SymbolizedStackHolder &Stack)
    [all...]
ubsan_diag.cc 30 void __ubsan::GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc,
36 stack->Unwind(max_depth, pc, bp, context, top, bottom, fast);
45 BufferedStackTrace stack; local in function:MaybePrintStackTrace
46 GetStackTrace(&stack, kStackTraceMax, pc, bp, nullptr,
48 stack.Print();
329 // global, stack variable, or dynamic allocation, then do so.
430 SymbolizedStackHolder Stack(Symbolizer::GetOrInit()->SymbolizePC(PC));
431 const AddressInfo &AI = Stack.get()->info;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 28 /// A FunctionCallTrie represents the stack traces of XRay instrumented
30 /// the path from the root to the node its stack trace. Each node in the trie
33 /// * The cumulative amount of time spent in this particular node/stack.
34 /// * The number of times this stack has appeared.
77 /// isolated data. This isolation gives us a means of representing the stack
85 /// This approach allows us to maintain a shadow stack, which represents the
363 // If we're already overflowed the function call stack, do not bother
390 // From this point on, we require that the stack is not empty.
396 // on the top of the stack.
406 // This means we've never seen this stack before, create a new node here
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 444 /* The OS might guarantee only one guard page at the bottom of the stack,
447 to allow for a few compiler-allocated temporary stack slots. */
486 /* A type that is properly aligned for any stack member. */
493 /* The size of the maximum gap between one aligned stack and the next. */
520 /* Relocate STACK from its old location to the new one. The
522 elements in the stack, and YYPTR gives the new location of the
523 stack. Advance YYPTR to a properly aligned location for the next
524 stack. */
525 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
529 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
dtparser.tab.c 461 /* The OS might guarantee only one guard page at the bottom of the stack,
464 to allow for a few compiler-allocated temporary stack slots. */
503 /* A type that is properly aligned for any stack member. */
510 /* The size of the maximum gap between one aligned stack and the next. */
537 /* Relocate STACK from its old location to the new one. The
539 elements in the stack, and YYPTR gives the new location of the
540 stack. Advance YYPTR to a properly aligned location for the next
541 stack. */
542 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
546 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
prparser.tab.c 463 /* The OS might guarantee only one guard page at the bottom of the stack,
466 to allow for a few compiler-allocated temporary stack slots. */
505 /* A type that is properly aligned for any stack member. */
512 /* The size of the maximum gap between one aligned stack and the next. */
539 /* Relocate STACK from its old location to the new one. The
541 elements in the stack, and YYPTR gives the new location of the
542 stack. Advance YYPTR to a properly aligned location for the next
543 stack. */
544 # define YYSTACK_RELOCATE(Stack_alloc, Stack) \
548 YYCOPY (&yyptr->Stack_alloc, Stack, yysize);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc 39 Stack,
44 return oob_kind == OOBKind::Stack ? kStackReadUnderflow
49 return oob_kind == OOBKind::Stack ? kStackReadOverflow
93 StrLenOOBTestTemplate(stack_string, length, OOBKind::Stack);
  /src/sys/arch/i386/stand/pxeboot/
pxe.h 79 SEGSEL_t StackSeg; /* Stack segment address */
80 uint16_t StackSize; /* Stack segment size (bytes) */
108 SEGDESC_t Stack;
  /src/sys/arch/vax/vax/
intvec.S 69 #define INTVEC(label,stack) \
70 .long __CONCAT(X,label)+stack;
87 INTVEC(invkstk, ISTACK) # Kernel Stack Invalid., 8
179 L4: addl2 (%sp)+,%sp # remove info pushed on stack
224 clrl (%sp) # CHM code already on stack
417 * The following is called with the stack set up as follows:
433 * Each individual routine is called with the stack set up as follows:
467 addl2 $40,%sp # adjust stack for return
470 addl2 $48,%sp # adjust stack for

Completed in 17 milliseconds