Home
last modified time | relevance | path

Searched defs:stacktop (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c111 unsigned long *const stacktop = in ffi_prep_args() local
114 unsigned long *const stacktop = longStack + (bytes / sizeof(long)); in ffi_prep_args() local
/third_party/toybox/porting/liteos_a/
Dtoys.h121 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
/third_party/toybox/
Dtoys.h115 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
/third_party/python/Include/internal/
Dpycore_frame.h62 int stacktop; /* Offset of TOS from localsplus */ member
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c2224 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame()
2706 int type, int stackptr, int stacktop, uint32_t recurse_flags) in copy_recurse_data()