Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for blockedLinknames (0.13 sec)

  1. src/cmd/link/internal/loader/loader.go

    // If a name is not in this map, it is allowed iff the definition
    // has a linkname (push).
    // If a name is in this map, it is allowed only in listed packages,
    // even if it has a linknamed definition.
    var blockedLinknames = map[string][]string{
    	// coroutines
    	"runtime.coroswitch": {"iter"},
    	"runtime.newcoro":    {"iter"},
    	// weak references
    	"internal/weak.runtime_registerWeakPointer": {"internal/weak"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top