Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DummyDwarfFunctionCountForAssembler (0.12 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/cmd/asm/main.go

    	ctxt.Flag_maymorestack = flags.DebugFlags.MayMoreStack
    	ctxt.Debugpcln = flags.DebugFlags.PCTab
    	ctxt.IsAsm = true
    	ctxt.Pkgpath = *flags.Importpath
    	ctxt.Std = *flags.Std
    	ctxt.DwTextCount = objabi.DummyDwarfFunctionCountForAssembler()
    	switch *flags.Spectre {
    	default:
    		log.Printf("unknown setting -spectre=%s", *flags.Spectre)
    		os.Exit(2)
    	case "":
    		// nothing
    	case "index":
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Apr 02 17:07:18 GMT 2026
    - 3K bytes
    - Click Count (0)
Back to Top