Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dwarfVisitFunction (0.17 sec)

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

    	// Map from type to def sym
    	d.tdmap[gotype] = ds
    
    	return die
    }
    
    // dwarfVisitFunction takes a function (text) symbol and processes the
    // subprogram DIE for the function and picks up any other DIEs
    // (absfns, types) that it references.
    func (d *dwctxt) dwarfVisitFunction(fnSym loader.Sym, unit *sym.CompilationUnit) {
    	// The DWARF subprogram DIE symbol is listed as an aux sym
    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