Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subprogram (0.13 sec)

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

    	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
    	// of the text (fcn) symbol, so ask the loader to retrieve it,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loader/loader.go

    	}
    	fmt.Fprintf(os.Stderr, "cmd/link: while reading object for '%v': duplicate symbol '%s', previous def at '%v', with mismatched payload: %s\n", r.unit.Lib, name, rdup.unit.Lib, reason)
    
    	// For the moment, allow DWARF subprogram DIEs for
    	// auto-generated wrapper functions. What seems to happen
    	// here is that we get different line numbers on formal
    	// params; I am guessing that the pos is being inherited
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top