Home
last modified time | relevance | path

Searched defs:cgoCallers (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtraceback.go593 func (u *unwinder) cgoCallers(pcBuf []uintptr) int { func
1571 func printCgoTraceback(callers *cgoCallers) {
Dcgocall.go97 type cgoCallers [32]uintptr type
Druntime2.go591 cgoCallers *cgoCallers // cgo traceback if crashing in cgo call member
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/cgo/
Dgcc_traceback.c23 …fo, void *context, void (*cgoTraceback)(struct cgoTracebackArg*), uintptr_t* cgoCallers, void (*si… in x_cgo_callers() argument