Searched refs:stack (Results 101 - 125 of 724) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp35 void *res = memprof_memalign(0, size, &stack, type); \
37 ReportOutOfMemory(size, &stack); \
41 void *res = memprof_memalign((uptr)align, size, &stack, type); \
43 ReportOutOfMemory(size, &stack); \
83 memprof_delete(ptr, 0, 0, &stack, type);
87 memprof_delete(ptr, size, 0, &stack, type);
91 memprof_delete(ptr, 0, static_cast<uptr>(align), &stack, type);
95 memprof_delete(ptr, size, static_cast<uptr>(align), &stack, type);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.h26 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override;
36 bool SymbolizePC(uptr addr, SymbolizedStack *stack) override;
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_int_div.S49 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libc/amd64/stdlib/
H A Ddiv.S18 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/msun/i387/
H A Ds_finite.S46 .section .note.GNU-stack,"",%progbits
H A Ds_llrint.S37 .section .note.GNU-stack,"",%progbits
H A Ds_llrintf.S37 .section .note.GNU-stack,"",%progbits
H A De_fmod.S48 .section .note.GNU-stack,"",%progbits
H A De_remainder.S48 .section .note.GNU-stack,"",%progbits
H A De_remainderl.S48 .section .note.GNU-stack,"",%progbits
H A De_remainderf.S20 .section .note.GNU-stack,"",%progbits
H A De_fmodl.S48 .section .note.GNU-stack,"",%progbits
H A De_fmodf.S18 .section .note.GNU-stack,"",%progbits
H A Ds_llrintl.S37 .section .note.GNU-stack,"",%progbits
H A Ds_scalbnf.S13 fstp %st(1) /* bug fix for fp stack overflow */
20 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/csu/i386/
H A Dcrtn.S37 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/csu/riscv/
H A Dcrtn.S46 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/csu/powerpc64/
H A Dcrtn.S40 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libc/i386/gen/
H A D_ctx_start.S37 * (4*(n + 1))(%esp) - ucp, %ebp setup to point here (base of stack)
44 * setup stack for completion routine;
45 * ucp is now at top of stack
52 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libc/i386/stdlib/
H A Ddiv.S37 .section .note.GNU-stack,"",%progbits
H A Dldiv.S40 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/msun/amd64/
H A De_remainderl.S48 .section .note.GNU-stack,"",%progbits
H A De_fmodl.S48 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/libc/arm/gen/
H A Dalloca.S41 sub sp, sp, r0 /* Adjust the stack pointer */
46 .section .note.GNU-stack,"",%progbits
/freebsd-current/lib/csu/powerpc/
H A Dcrtn.S44 .section .note.GNU-stack,"",%progbits

Completed in 103 milliseconds

1234567891011>>