/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
objfile.go | 58 // - nosplit [int] 268 s.Nosplit = rduint8(f) 340 if s.Nosplit != 0 { 341 fmt.Fprintf(ctxt.Bso, "nosplit ")
|
lib.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
objfile.go | 53 // - nosplit [int] 233 if flag&NOSPLIT != 0 { 234 s.Nosplit = 1 344 if s.Nosplit != 0 { 345 fmt.Fprintf(ctxt.Bso, "nosplit ") 428 wrint(b, int64(s.Nosplit))
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
objfile.go | 56 // - nosplit [int] 236 if flag&NOSPLIT != 0 { 237 s.Nosplit = 1 347 if s.Nosplit != 0 { 348 fmt.Fprintf(ctxt.Bso, "nosplit ") 431 wrint(b, int64(s.Nosplit))
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
objfile.go | 58 // - nosplit [int] 268 s.Nosplit = rduint8(f) 340 if s.Nosplit != 0 { 341 fmt.Fprintf(ctxt.Bso, "nosplit ")
|
lib.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
objfile.go | 53 // - nosplit [int] 233 if flag&NOSPLIT != 0 { 234 s.Nosplit = 1 344 if s.Nosplit != 0 { 345 fmt.Fprintf(ctxt.Bso, "nosplit ") 428 wrint(b, int64(s.Nosplit))
|
/prebuilts/go/darwin-x86/src/runtime/ |
mbitmap.go | 113 // nosplit because it is used during write barriers and must not be preempted. 114 //go:nosplit 160 // nosplit because it is used during write barriers and must not be preempted. 161 //go:nosplit 252 // nosplit because it is used during write barriers and must not be preempted. 253 //go:nosplit 303 // nosplit because it is used during write barriers and must not be preempted. 304 //go:nosplit 370 // calling memmove(p, src, size). This function is marked nosplit 379 //go:nosplit [all...] |
stack1.go | 809 //go:nosplit 860 // there's room for nosplit functions. 912 //go:nosplit
|
softfloat_arm.go | 570 //go:nosplit
|
/prebuilts/go/linux-x86/src/runtime/ |
mbitmap.go | 113 // nosplit because it is used during write barriers and must not be preempted. 114 //go:nosplit 160 // nosplit because it is used during write barriers and must not be preempted. 161 //go:nosplit 252 // nosplit because it is used during write barriers and must not be preempted. 253 //go:nosplit 303 // nosplit because it is used during write barriers and must not be preempted. 304 //go:nosplit 370 // calling memmove(p, src, size). This function is marked nosplit 379 //go:nosplit [all...] |
stack1.go | 809 //go:nosplit 860 // there's room for nosplit functions. 912 //go:nosplit
|
softfloat_arm.go | 570 //go:nosplit
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.y | 1397 $$.Func.Nosplit = nosplit; 1587 nosplit = false [all...] |
go.go | 663 nosplit bool 662 nosplit bool var
|
lex.go | 1623 if verb == "go:nosplit" { 1624 nosplit = true [all...] |
y.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.y | 1394 $$.Func.Nosplit = nosplit; 1584 nosplit = false [all...] |
go.go | 660 nosplit bool 659 nosplit bool var
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.y | 1397 $$.Func.Nosplit = nosplit; 1587 nosplit = false [all...] |
go.go | 663 nosplit bool 662 nosplit bool var
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.y | 1394 $$.Func.Nosplit = nosplit; 1584 nosplit = false [all...] |
go.go | 660 nosplit bool 659 nosplit bool var
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | [all...] |