Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bazinga (0.16 sec)

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

    			syms[first+0] = rel
    			syms[first+1] = plt
    
    			// Make sure alignment doesn't introduce a gap.
    			// Setting the alignment explicitly prevents
    			// symalign from basing it on the size and
    			// getting it wrong.
    			ldr.SetSymAlign(rel, int32(ctxt.Arch.RegSize))
    			ldr.SetSymAlign(plt, int32(ctxt.Arch.RegSize))
    		}
    		state.data[sym.SELFROSECT] = syms
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top