Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			if sect.Name == pesect.name {
    				pesect.emitRelocations(ctxt.Out, func() int {
    					return relocsect(sect, si.syms, sect.Vaddr)
    				})
    				continue dwarfLoop
    			}
    		}
    		Errorf(nil, "emitRelocations: could not find %q section", sect.Name)
    	}
    
    	if f.ctorsSect == nil {
    		return
    	}
    
    	f.ctorsSect.emitRelocations(ctxt.Out, func() int {
    		dottext := ldr.Lookup(".text", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top