...

Source file src/runtime/stubs_arm.go

     1	// Copyright 2018 The Go Authors. All rights reserved.
     2	// Use of this source code is governed by a BSD-style
     3	// license that can be found in the LICENSE file.
     4	
     5	package runtime
     6	
     7	// Called from compiler-generated code; declared for go vet.
     8	func udiv()
     9	func _div()
    10	func _divu()
    11	func _mod()
    12	func _modu()
    13	
    14	// Called from assembly only; declared for go vet.
    15	func usplitR0()
    16	func load_g()
    17	func save_g()
    18	func emptyfunc()
    19	func _initcgo()
    20	func read_tls_fallback()
    21	

View as plain text