Searched defs:gobuf (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | runtime2.go | 324 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
|
D | sys_riscv64.go | 11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_x86.go | 16 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_loong64.go | 13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_arm64.go | 11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_mips64x.go | 13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_mipsx.go | 13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_s390x.go | 11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_arm.go | 11 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_ppc64x.go | 13 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | sys_wasm.go | 29 func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
|
D | stack.go | 1141 func gostartcallfn(gobuf *gobuf, fv *funcval) { argument
|
D | stubs.go | 216 func gogo(buf *gobuf)
|