Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		// These symbols must have the same alignment as their section.
    		// Otherwise, ld might change the layout of Go sections.
    		ldr.SetSymAlign(ldr.Lookup("runtime.data", 0), state.dataMaxAlign[sym.SDATA])
    		ldr.SetSymAlign(ldr.Lookup("runtime.bss", 0), state.dataMaxAlign[sym.SBSS])
    	}
    
    	// Create *sym.Section objects and assign symbols to sections for
    	// data/rodata (and related) symbols.
    	state.allocateDataSections(ctxt)
    
    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