Home
last modified time | relevance | path

Searched refs:stackp (Results 1 – 3 of 3) sorted by relevance

/third_party/libffi/src/m88k/
Dffi.c76 char *argp, *stackp; in ffi_prep_args() local
83 stackp = (char *)(regp + 8); in ffi_prep_args()
115 argp = stackp; in ffi_prep_args()
131 argp = stackp; in ffi_prep_args()
135 if (argp == stackp && a > sizeof (int)) in ffi_prep_args()
137 stackp = (char *) FFI_ALIGN(stackp, a); in ffi_prep_args()
138 argp = stackp; in ffi_prep_args()
192 stackp += z; in ffi_prep_args()
268 char *stackp) in ffi_prep_closure_args_OBSD() argument
301 argp = stackp; in ffi_prep_closure_args_OBSD()
[all …]
/third_party/libffi/src/vax/
Dffi.c201 ffi_prep_closure_elfbsd (ffi_cif *cif, void **avalue, char *stackp) in ffi_prep_closure_elfbsd() argument
214 *p_argv = stackp; in ffi_prep_closure_elfbsd()
221 stackp += z; in ffi_prep_closure_elfbsd()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_test.cc58 for (void* stackp : raw_stack) { in FormatStack() local
59 if (absl::Symbolize(stackp, buf.get(), buf_size)) { in FormatStack()