/optee_os-3.20.0/lib/libunw/include/unw/ |
A D | unwind.h | 57 vaddr_t stack, size_t stack_size); 60 vaddr_t stack, size_t stack_size); 63 vaddr_t stack __unused, in unwind_stack_arm32() 70 vaddr_t stack __unused, in print_stack_arm32() 96 vaddr_t stack, size_t stack_size); 99 vaddr_t stack, size_t stack_size); 102 vaddr_t stack __unused, in unwind_stack_arm64() 109 vaddr_t stack __unused, in print_stack_arm64()
|
/optee_os-3.20.0/lib/libunw/ |
A D | unwind_arm64.c | 52 vaddr_t stack, size_t stack_size) in unwind_stack_arm64() argument 56 if (fp < stack) in unwind_stack_arm64() 58 if (fp + sizeof(uint64_t) * 3 > stack + stack_size) in unwind_stack_arm64() 81 vaddr_t stack, size_t stack_size) in print_stack_arm64() argument 91 } while (unwind_stack_arm64(state, stack, stack_size)); in print_stack_arm64()
|
A D | unwind_arm32.c | 179 if (*vsp < stack) in pop_vsp() 181 if (*vsp + sizeof(*reg) > stack + stack_size) in pop_vsp() 228 stack, stack_size)) in unwind_exec_insn() 257 stack, stack_size)) in unwind_exec_insn() 265 stack, stack_size)) in unwind_exec_insn() 289 stack, stack_size)) in unwind_exec_insn() 346 if (!unwind_exec_insn(state, stack, stack_size)) in unwind_tab() 367 vaddr_t stack, size_t stack_size) in unwind_stack_arm32() argument 400 finished = unwind_tab(state, stack, stack_size); in unwind_stack_arm32() 411 vaddr_t stack, size_t stack_size) in print_stack_arm32() argument [all …]
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | utee_syscalls_a32.S | 10 .section .note.GNU-stack,"",%progbits 36 @ No arguments passed on stack 39 @ Tell number of arguments passed on the stack
|
/optee_os-3.20.0/core/kernel/ |
A D | thread.c | 48 #define GET_STACK(stack) ((vaddr_t)(stack) + STACK_SIZE(stack)) argument 57 #define GET_STACK_TOP_HARD(stack, n) \ argument 58 ((vaddr_t)&(stack)[n] + STACK_CANARY_SIZE / 2) 59 #define GET_STACK_TOP_SOFT(stack, n) \ argument 60 (GET_STACK_TOP_HARD(stack, n) + STACK_CHECK_EXTRA) 61 #define GET_STACK_BOTTOM(stack, n) ((vaddr_t)&(stack)[n] + sizeof(stack[n]) - \ argument 96 #define CANARY_DIED(stack, loc, n, addr) \ argument 98 EMSG_RAW("Dead canary at %s of '%s[%zu]' (%p)", #loc, #stack, \
|
A D | lockdep.c | 45 static vaddr_t *dup_call_stack(vaddr_t *stack) in dup_call_stack() argument 50 if (!stack) in dup_call_stack() 53 while (stack[n]) in dup_call_stack() 60 memcpy(nstack, stack, (n + 1) * sizeof(vaddr_t)); in dup_call_stack() 65 static void lockdep_print_call_stack(vaddr_t *stack) in lockdep_print_call_stack() argument 73 for (p = stack; p && *p; p++) in lockdep_print_call_stack()
|
/optee_os-3.20.0/ldelf/ |
A D | syscalls_a32.S | 26 @ No arguments passed on stack 29 @ Tell number of arguments passed on the stack
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | unwind_arm64.c | 55 uaddr_t stack = thread_stack_start(); in unw_get_kernel_stack() local 62 while (unwind_stack_arm64(&state, stack, stack_size)) { in unw_get_kernel_stack()
|
A D | unwind_arm32.c | 63 vaddr_t stack = thread_stack_start(); in unw_get_kernel_stack() local 84 while (unwind_stack_arm32(&state, stack, stack_size)) { in unw_get_kernel_stack()
|
/optee_os-3.20.0/ta/arch/arm/ |
A D | ta_entry_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/ |
A D | arm32_aeabi_divmod_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
A D | arm32_aeabi_ldivmod_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
A D | setjmp_a32.S | 54 .section .note.GNU-stack,"",%progbits
|
/optee_os-3.20.0/lib/libutils/ext/arch/arm/ |
A D | atomic_a32.S | 8 .section .note.GNU-stack,"",%progbits
|
A D | mcount_a32.S | 10 .section .note.GNU-stack,"",%progbits
|
/optee_os-3.20.0/core/ |
A D | core.mk | 49 --param asan-stack=1 --param asan-globals=1 \
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 496 to commit [0e1c6e8e][commit_0e1c6e8e] ("Dump call stack on TA panic"). 618 * Dump TA call stack on panic ([#1858]) 739 * Dump call stack of user TAs on abort ([#1552]) 995 * Print call stack in panic() 1032 * arm32: fix call stack unwinding (`print_stack()`) 1135 * Add macros to unwind and print the call stack of TEE core 1166 * [#1069][issue1069] armv7/Aarch32: crash in stack unwind (DPRINT_STACK())
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 114 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces. 116 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
|
A D | ChangeLog | 488 * Fix a stack buffer overflow with mbedtls_net_poll() and 790 * Reduce the stack consumption of mbedtls_x509write_csr_der() which 791 previously could lead to stack overflow on constrained devices. 1303 * Reduce stack usage of hkdf tests. Fixes #2195. 1379 previously lead to a stack overflow on constrained targets. 1388 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion. 1519 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG 1843 non-blocking operation of the TLS server stack. 2130 * Wipe stack buffer temporarily holding EC private exponent 2423 * Wipe stack buffers in RSA private key operations [all …]
|