Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for markReachable (0.27 sec)

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

    		locSec.syms = append(locSec.syms, markReachable(r.locsyms)...)
    		rangesSec.syms = append(rangesSec.syms, markReachable(r.rangessyms)...)
    	}
    	dwarfp = append(dwarfp, lineSec)
    	dwarfp = append(dwarfp, frameSec)
    	gdbScriptSec := d.writegdbscript()
    	if gdbScriptSec.secSym() != 0 {
    		dwarfp = append(dwarfp, gdbScriptSec)
    	}
    	dwarfp = append(dwarfp, infoSec)
    	if len(locSec.syms) > 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top