Home
last modified time | relevance | path

Searched refs:stack_base (Results 1 – 9 of 9) sorted by relevance

/third_party/libffi/src/avr32/
Dffi.c73 char *stack_base = stack + 20; in ffi_prep_args() local
101 addr = stack_base + stack_offset; in ffi_prep_args()
131 addr = stack_base + stack_offset; in ffi_prep_args()
171 printf("sp+%d: 0x%08x\n", i*4, ((unsigned int*)stack_base)[i]); in ffi_prep_args()
276 register char *stack_base = stack + 20; in ffi_prep_incoming_args_SYSV() local
310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-init-finalize.c56 JERRY_CONTEXT (stack_base) = (uintptr_t) &sp; in ecma_init()
Decma-helpers.c1525 return (uintptr_t) (JERRY_CONTEXT (stack_base) - (uintptr_t) &__sp); in ecma_get_current_stack_usage()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h196 uintptr_t stack_base; /**< stack base marker */ member
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs101 pub stack_base: *mut ::c_void,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs29 pub stack_base: *mut ::c_void,
/third_party/mindspore/patches/
D0017-support-build-training-lib.patch401 - "base/stack_base.cc",
D0015-train-0003.patch3582 + "nnacl/base/stack_base.h",
3585 + "stack_base.c",
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs269 pub stack_base: *mut ::c_void,