Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for racefuncenterfp (0.21 sec)

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

    // relocation against a runtime builtin whose definition is not found
    // when the runtime package is built. The canonical example is
    // "runtime.racefuncenter" -- currently if you do something like
    //
    //	go build -gcflags=-race myprogram.go
    //
    // the compiler will insert calls to the builtin runtime.racefuncenter,
    // but the version of the runtime used for linkage won't actually contain
    // definitions of that symbol. See issue #42396 for details.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	ir.Syms.Panicoverflow = typecheck.LookupRuntimeFunc("panicoverflow")
    	ir.Syms.Panicshift = typecheck.LookupRuntimeFunc("panicshift")
    	ir.Syms.Racefuncenter = typecheck.LookupRuntimeFunc("racefuncenter")
    	ir.Syms.Racefuncexit = typecheck.LookupRuntimeFunc("racefuncexit")
    	ir.Syms.Raceread = typecheck.LookupRuntimeFunc("raceread")
    	ir.Syms.Racereadrange = typecheck.LookupRuntimeFunc("racereadrange")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top