Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newDwarfp (0.07 sec)

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

    		r := <-resChannel
    		res[r.index] = r
    	}
    
    	ldr := ctxt.loader
    	var newDwarfp []dwarfSecInfo
    	Segdwarf.Sections = Segdwarf.Sections[:0]
    	for _, z := range res {
    		s := z.syms[0]
    		if z.compressed == nil {
    			// Compression didn't help.
    			ds := dwarfSecInfo{syms: z.syms}
    			newDwarfp = append(newDwarfp, ds)
    			Segdwarf.Sections = append(Segdwarf.Sections, ldr.SymSect(s))
    		} else {
    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