Home
last modified time | relevance | path

Searched defs:gobuf (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime2.go324 type gobuf struct { struct
337 sp uintptr
338 pc uintptr
339 g guintptr
340 ctxt unsafe.Pointer
341 ret uintptr
342 lr uintptr
343 bp uintptr // for framepointer-enabled architectures
Dsys_riscv64.go11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_x86.go16 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_loong64.go13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_arm64.go11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_mips64x.go13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_mipsx.go13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_s390x.go11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_arm.go11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_ppc64x.go13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dsys_wasm.go29 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
Dstack.go1141 func gostartcallfn(gobuf *gobuf, fv *funcval) { argument
Dstubs.go216 func gogo(buf *gobuf)