Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dwarfEnabled (0.14 sec)

  1. src/cmd/link/internal/ld/main.go

    	if ctxt.Debugvlog != 0 {
    		onOff := func(b bool) string {
    			if b {
    				return "on"
    			}
    			return "off"
    		}
    		ctxt.Logf("build mode: %s, symbol table: %s, DWARF: %s\n", ctxt.BuildMode, onOff(!*FlagS), onOff(dwarfEnabled(ctxt)))
    		ctxt.Logf("HEADER = -H%d -T0x%x -R0x%x\n", ctxt.HeadType, uint64(*FlagTextAddr), uint32(*FlagRound))
    	}
    
    	zerofp := goobj.FingerprintType{}
    	switch ctxt.BuildMode {
    	case BuildModeShared:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top