Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeAuxSymDebug (0.11 sec)

  1. src/cmd/internal/obj/objfile.go

    			s.SymIdx = symidx
    			s.Set(AttrIndexed, true)
    			s.Set(AttrOnList, true)
    			symidx++
    			infosyms = append(infosyms, s)
    		}
    	}
    	ctxt.defs = append(ctxt.defs, infosyms...)
    }
    
    func writeAuxSymDebug(ctxt *Link, par *LSym, aux *LSym) {
    	// Most aux symbols (ex: funcdata) are not interesting--
    	// pick out just the DWARF ones for now.
    	switch aux.Type {
    	case objabi.SDWARFLOC,
    		objabi.SDWARFFCN,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top