Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resetAddress (0.13 sec)

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

    	// Second pass: only if it is too big, insert trampolines for too-far
    	// jumps and targets with unknown addresses.
    	if big {
    		// reset addresses
    		for _, s := range ctxt.Textp {
    			if s != text {
    				resetAddress(ctxt, s)
    			}
    		}
    		va = start
    
    		ntramps := 0
    		var curPkg string
    		for i, s := range ctxt.Textp {
    			// When we find the first symbol in a package, perform a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top