Searched refs:stack (Results 126 - 150 of 724) sorted by relevance

1234567891011>>

/freebsd-current/lib/msun/i387/
H A Ds_scalbnl.S20 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libc/arm/gen/
H A D_ctx_start.S11 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libsys/powerpc/
H A D_umtx_op_err.S39 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libsys/i386/
H A Dsyscall.S41 push %ecx /* need to push a word to keep stack frame intact
49 .section .note.GNU-stack,"",%progbits
H A D_umtx_op_err.S39 .section .note.GNU-stack,"",%progbits
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h24 __sanitizer::BufferedStackTrace stack; \
25 stack.Unwind(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME(), nullptr, fast, \
H A Dlsan_allocator.h24 void *Allocate(const StackTrace &stack, uptr size, uptr alignment,
27 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
125 const StackTrace &stack);
126 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack);
127 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack);
128 void *lsan_malloc(uptr size, const StackTrace &stack);
130 void *lsan_realloc(void *p, uptr size, const StackTrace &stack);
132 const StackTrace &stack);
133 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack);
134 void *lsan_valloc(uptr size, const StackTrace &stack);
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h22 // StackDepot efficiently stores huge amounts of stack traces.
37 u32 StackDepotPut(StackTrace stack);
38 StackDepotHandle StackDepotPut_WithHandle(StackTrace stack);
39 // Retrieves a stored stack trace by the id.
H A Dsanitizer_symbolizer_report.cpp96 void ReportErrorSummary(const char *error_type, const StackTrace *stack, argument
102 // Find first non-internal stack frame.
103 for (uptr i = 0; i < stack->size; ++i) {
104 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[i]);
116 if (stack->size) {
117 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
146 BufferedStackTrace *stack = stack_buffer.data(); local
147 stack->Reset();
154 stack->Unwind(kStackTraceMax, pc, bp, nullptr, top, bottom, true);
156 stack
227 BufferedStackTrace *stack = stack_buffer.data(); local
266 BufferedStackTrace *stack = stack_buffer.data(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp63 TimerStack &stack = GetTimerStackForCurrentThread(); local
65 stack.push_back(this);
66 if (!g_quiet && stack.size() <= g_display_depth) {
70 ::fprintf(stdout, "%*s", int(stack.size() - 1) * TIMER_INDENT_AMOUNT, "");
91 TimerStack &stack = GetTimerStackForCurrentThread(); local
92 if (!g_quiet && stack.size() <= g_display_depth) {
95 int(stack.size() - 1) * TIMER_INDENT_AMOUNT, "",
100 assert(stack.back() == this);
101 stack.pop_back();
102 if (!stack
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp25 BufferedStackTrace *stack) {
29 // yields the call stack of the signal's handler and not of the code
34 // just before the stack. As only asan has scariness score we have no
38 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
56 stack.Print();
58 ReportErrorSummary(scariness.GetDescription(), &stack);
93 stack.Print();
95 ReportErrorSummary(scariness.GetDescription(), &stack);
112 stack.Print();
114 ReportErrorSummary(scariness.GetDescription(), &stack);
23 OnStackUnwind(const SignalContext &sig, const void *callback_context, BufferedStackTrace *stack) argument
[all...]
/freebsd-current/sys/kern/
H A Dsubr_stack.c39 #include <sys/stack.h>
43 FEATURE(stack, "Support for capturing kernel stack");
45 MALLOC_DEFINE(M_STACK, "stack", "Stack Traces");
51 struct stack *
54 struct stack *st;
61 stack_destroy(struct stack *st)
68 stack_put(struct stack *st, vm_offset_t pc)
79 stack_copy(const struct stack *src, struct stack *ds
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.h32 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
H A Dtsan_report.h59 ReportStack *stack; member in struct:__tsan::ReportMop
82 ReportStack *stack = nullptr; member in struct:__tsan::ReportLocation
92 ReportStack *stack; member in struct:__tsan::ReportThread
98 ReportStack *stack; member in struct:__tsan::ReportMutex
125 void PrintStack(const ReportStack *stack);
/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c15 struct stack_st_OPENSSL_BLOCK { _STACK stack; }; member in struct:stack_st_OPENSSL_BLOCK
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_retstack.h35 /* The size of the call/return stack in number of entries. */
40 /* A stack of return addresses used for return compression. */
42 /* The stack of return addresses.
45 * an empty stack.
47 uint64_t stack[pt_retstack_size + 1]; member in struct:pt_retstack
49 /* The top of the stack. */
52 /* The bottom of the stack. */
56 /* Initialize (or reset) a call/return stack. */
59 /* Test a call/return stack for emptiness.
78 /* Push a return address onto the stack
[all...]
/freebsd-current/lib/libc/amd64/gen/
H A Dfabs.S45 .section .note.GNU-stack,"",%progbits
/freebsd-current/usr.bin/dc/
H A DMakefile6 SRCS= dc.c bcode.c inout.c mem.c stack.c
/freebsd-current/tests/sys/vm/soxstack/
H A DMakefile14 LIBDIR= ${TESTSBASE}/sys/vm/stack
/freebsd-current/tests/sys/vm/
H A DMakefile16 TESTS_SUBDIRS+= stack
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h27 // 0000 xxxx xxxx xxxx stack origin id
33 // Stack origin id describes a stack memory allocation and contains (in the xxx
35 // stack trace for such origins for performance reasons.
41 // StackDepot keeps a mapping between those and corresponding stack traces.
84 // Returns the next origin in the chain and the current stack trace.
85 Origin getNextChainedOrigin(StackTrace *stack) const {
89 if (stack) *stack = StackDepotGet(stack_id);
102 static Origin CreateHeapOrigin(StackTrace *stack) { argument
103 u32 stack_id = StackDepotPut(*stack);
109 CreateChainedOrigin(Origin prev, StackTrace *stack) argument
[all...]
H A Dmsan_new_delete.cpp35 void *res = msan_malloc(size, &stack); \
37 GET_FATAL_STACK_TRACE_IF_EMPTY(&stack); \
38 ReportOutOfMemory(size, &stack); \
43 void *res = msan_memalign((uptr)align, size, &stack); \
45 GET_FATAL_STACK_TRACE_IF_EMPTY(&stack); \
46 ReportOutOfMemory(size, &stack); \
77 if (ptr) MsanDeallocate(&stack, ptr)
H A Dmsan_poisoning.cpp44 StackTrace *stack) {
53 if (__msan_get_track_origins() > 1) o = ChainOrigin(o, stack);
67 if (__msan_get_track_origins() > 1) o = ChainOrigin(o, stack);
87 dst_o = ChainOrigin(src_o, stack);
99 StackTrace *stack) {
111 o = ChainOrigin(o, stack);
133 dst_o = ChainOrigin(src_o, stack);
148 o = ChainOrigin(o, stack);
155 StackTrace *stack) {
163 return ReverseCopyOrigin(dst, src, size, stack);
43 CopyOrigin(const void *dst, const void *src, uptr size, StackTrace *stack) argument
98 ReverseCopyOrigin(const void *dst, const void *src, uptr size, StackTrace *stack) argument
154 MoveOrigin(const void *dst, const void *src, uptr size, StackTrace *stack) argument
167 MoveShadowAndOrigin(const void *dst, const void *src, uptr size, StackTrace *stack) argument
180 CopyShadowAndOrigin(const void *dst, const void *src, uptr size, StackTrace *stack) argument
192 CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) argument
248 PoisonMemory(const void *dst, uptr size, StackTrace *stack) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h35 // StackDepot keeps a mapping between those and corresponding stack traces.
60 // Returns the next origin in the chain and the current stack trace.
64 Origin getNextChainedOrigin(StackTrace *stack) const {
68 if (stack)
69 *stack = StackDepotGet(stack_id);
73 static Origin CreateChainedOrigin(Origin prev, StackTrace *stack) { argument
83 StackDepotHandle h = StackDepotPut_WithHandle(*stack);
/freebsd-current/lib/csu/i386/
H A Dcrt1_s.S33 movl %esp,%edi # argv starts at stack top
40 andl $0xfffffff0,%esp # align stack
43 subl $4,%esp # Align stack for 7 arguments
48 subl $12,%esp # Align stack for 5 arguments
91 .section .note.GNU-stack,"",%progbits

Completed in 164 milliseconds

1234567891011>>