Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 15 of 15) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/scripts/
Dmassif_max.pl36 my ($heap, $heap_extra, $stack) = m{
42 my $total = $heap + $heap_extra + $stack;
44 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
/openthread-2.7.6/examples/platforms/cc2538/
Dstartup-gcc.c79 static uint64_t stack[640] __attribute__((section(".stack"))); variable
82 (void (*)(void))((unsigned long)stack + sizeof(stack)), // Initial Stack Pointer
Dcc2538.ld129 .stack : ALIGN(4)
131 *(.stack)
/openthread-2.7.6/third_party/tcplp/
DREADME.md15 TCPlp is derived from the TCP stack in the FreeBSD Operating System. Files
22 TCPlp is a full-scale TCP stack for low-power wireless networks and
25 stack in the FreeBSD operating system.
/openthread-2.7.6/tools/spi-hdlc-adapter/
Dspi-hdlc-adapter.c318 void ** stack = stack_mem; in signal_critical() local
339 stack_depth = backtrace(stack, AUTO_PRINT_BACKTRACE_STACK_DEPTH); in signal_critical()
344 stack[1] = (void *)uc->uc_mcontext.gregs[REG_RIP]; in signal_critical()
346 stack[1] = (void *)uc->uc_mcontext.gregs[REG_EIP]; in signal_critical()
348 stack[1] = (void *)uc->uc_mcontext.arm_ip; in signal_critical()
354 backtrace_symbols_fd(stack, stack_depth, STDERR_FILENO); in signal_critical()
357 stack_symbols = backtrace_symbols(stack, stack_depth); in signal_critical()
/openthread-2.7.6/third_party/mbedtls/repo/.github/
Dissue_template.md20 **Peer device TLS stack and version**
/openthread-2.7.6/examples/
DREADME.md3 OpenThread allows you to [configure](https://openthread.io/guides/build#configuration) the stack fo…
38 …e sure to specify the external heap Calloc and Free functions to be used by the OpenThread stack. |
/openthread-2.7.6/
DSTYLE_GUIDE.md70 …- Read-only methods, global variables, stack variables, or data members are read-only should be qu…
151 …- All scoped (i.e. stack) variable declarations should be placed together at the top of the enclos…
172 …t technical information or theory of operation unique and relevant to the stack that is not otherw…
DCONTRIBUTING.md164 4. In gdb, run `backtrace` or `bt`. Then you should see the stack of the crashed program. Find and …
/openthread-2.7.6/src/posix/
DREADME.md163 # build daemon mode core stack for POSIX
/openthread-2.7.6/src/cli/
DREADME_DATASET.md489 …and extended PAN ID in the dataset buffer if set or values in the current stack if not, otherwise …
DREADME.md1646 It must be used before Thread stack is enabled.
/openthread-2.7.6/third_party/mbedtls/repo/
DREADME.md112 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces.
114 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
DChangeLog157 * Reduce stack usage significantly during sliding window exponentiation.
264 * Reduce the stack consumption of mbedtls_x509write_csr_der() which
265 previously could lead to stack overflow on constrained devices.
684 * Avoid use of statically sized stack buffers for certificate writing.
777 * Reduce stack usage of hkdf tests. Fixes #2195.
852 * Reduce the stack consumption of mbedtls_mpi_fill_random() which could
853 previously lead to a stack overflow on constrained targets.
862 * Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
993 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
1317 non-blocking operation of the TLS server stack.
[all …]
/openthread-2.7.6/zephyr/
DCMakeLists.txt9 set(OT_THREAD_VERSION ${CONFIG_OPENTHREAD_THREAD_VERSION} CACHE STRING "User selected Thread stack