Searched refs:stack (Results 226 - 250 of 762) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/amd64/string/
H A Dbzero.S46 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/i386/gen/
H A Drfork_thread.S41 * stack_addr: Top of stack for thread.
52 * Push thread info onto the new thread's stack
54 movl 12(%ebp), %esi # get stack addr
119 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/i386/string/
H A Dbcmp.S66 .section .note.GNU-stack,"",%progbits
H A Dmemchr.S61 .section .note.GNU-stack,"",%progbits
H A Dstrchr.S68 .section .note.GNU-stack,"",%progbits
H A Dstrrchr.S69 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libclang_rt/
H A DMakefile.inc29 CFLAGS+= -fno-sanitize=safe-stack
31 CFLAGS+= -fno-stack-protector
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl23 if ($opcode =~ /^push/) { $stack+=4; }
24 elsif ($opcode =~ /^pop/) { $stack-=4; }
44 sub ::stack_push{ my $num=$_[0]*4; $stack+=$num; &sub("esp",$num); }
45 sub ::stack_pop { my $num=$_[0]*4; $stack-=$num; &add("esp",$num); }
46 sub ::blindpop { &pop($_[0]); $stack+=4; }
47 sub ::wparam { &DWP($stack+4*$_[0],"esp"); }
207 $stack=4;
221 $stack=0;
231 $stack+=16; # readjust esp as if we didn't pop anything
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp9 // This file implements the runtime support for the safe stack protection
10 // mechanism. The runtime manages allocation/deallocation of the unsafe stack
26 // TODO: To make accessing the unsafe stack pointer faster, we plan to
29 // the same mechanism as currently being used by the traditional stack
30 // protector pass to store the stack guard (see getStackCookieLocation()
42 // TODO: The runtime library does not currently protect the safe stack beyond
43 // relying on the system-enforced ASLR. The protection of the (safe) stack can
47 // architectures: the (safe) stack segment (implicitly accessed via the %ss
53 // to access the safe stack can be prevented from doing so through runtime
54 // instrumentation. One way to do it is to allocate the safe stack(
177 thread_stack_ll *stack = *stackp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp94 // Ensure that we recovered stack completely. Trimmed stack
98 DPrintf("Bottom stack frame is missed\n");
110 StackTrace stack = StackDepotGet(stack_id);
111 if (stack.trace == nullptr)
113 return SymbolizeStack(stack);
140 ReportStack *stack = ReportStack::New(); local
141 stack->frames = top;
142 return stack;
160 void ScopedReportBase::AddStack(StackTrace stack, boo argument
166 AddMemoryAccess(uptr addr, uptr external_tag, Shadow s, StackTrace stack, const MutexSet *mset) argument
396 Vector<uptr> stack; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_ctx.c84 /* The stack frame info is resizing, set a first-time expansion size; */
117 /* A wrapper to manage the "stack frames" */
119 /* Array of indexes into the bignum stack */
121 /* Number of stack frames, and the size of the allocated array */
140 /* The "stack frames", if you will */
141 BN_STACK stack; member in struct:bignum_ctx
144 /* Depth of stack overflow */
157 BN_STACK *stack = &ctx->stack; local
167 while (fpidx < stack
[all...]
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dstdc++.h79 #include <stack>
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/printa/
H A DMakefile15 err.D_PRINTF_ARG_TYPE.stack.d \
29 tst.stack.d \
/freebsd-11-stable/lib/libc/powerpc/sys/
H A Dcerror.S43 stwu %r1,-16(%r1) /* allocate new stack frame */
57 .section .note.GNU-stack,"",%progbits
H A Dsetlogin.S51 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/powerpc64/sys/
H A Dcerror.S44 stdu %r1,-64(%r1) /* allocate new stack frame */
60 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/msun/i387/
H A Ds_ceil.S60 .section .note.GNU-stack,"",%progbits
H A Ds_ceilf.S32 .section .note.GNU-stack,"",%progbits
H A Ds_ceill.S30 .section .note.GNU-stack,"",%progbits
H A Ds_floor.S60 .section .note.GNU-stack,"",%progbits
H A Ds_floorf.S32 .section .note.GNU-stack,"",%progbits
H A Ds_floorl.S30 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/amd64/sys/
H A Dcerror.S60 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/arm/gen/
H A Dsigsetjmp.S46 * by restoring registers from the stack.
70 .section .note.GNU-stack,"",%progbits
/freebsd-11-stable/lib/libc/arm/string/
H A Dstrncmp.S60 .section .note.GNU-stack,"",%progbits

Completed in 188 milliseconds

1234567891011>>