Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for relocSectFn (0.08 sec)

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

    	err := ctxt.Out.Mmap(uint64(filesz))
    	if err != nil {
    		Exitf("mapping output file failed: %v", err)
    	}
    }
    
    // relocSectFn wraps the function writing relocations of a section
    // for parallel execution. Returns the wrapped function and a wait
    // group for which the caller should wait.
    func relocSectFn(ctxt *Link, relocSect func(*Link, *OutBuf, *sym.Section, []loader.Sym)) (func(*Link, *sym.Section, []loader.Sym), *sync.WaitGroup) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 09:22:56 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top