Home
last modified time | relevance | path

Searched defs:stacktop (Results 1 – 7 of 7) 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/libffi/src/powerpc/
Dffi_sysv.c388 valp stacktop; in ffi_prep_args_SYSV() local
Dffi_linux64.c455 valp stacktop; in ffi_prep_args64() local
Dffi_darwin.c117 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c2123 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame()
2605 int type, int stackptr, int stacktop, uint32_t recurse_flags) in copy_recurse_data()