Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			continue
    		}
    		d.copychildren(ctxt, die, prototype)
    	}
    }
    
    func (d *dwctxt) synthesizeslicetypes(ctxt *Link, die *dwarf.DWDie) {
    	prototype := walktypedef(d.findprotodie(ctxt, "type:runtime.slice"))
    	if prototype == nil {
    		return
    	}
    
    	for ; die != nil; die = die.Link {
    		if die.Abbrev != dwarf.DW_ABRV_SLICETYPE {
    			continue
    		}
    		d.copychildren(ctxt, die, prototype)
    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