Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for machosymorder (0.14 sec)

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

    	// dynamic relocations. These will grow the relocation
    	// symbol, which is itself data.
    	//
    	// On darwin, we need the symbol table numbers for dynreloc.
    	if ctxt.HeadType == objabi.Hdarwin {
    		machosymorder(ctxt)
    	}
    	state.dynreloc(ctxt)
    
    	// Move any RO data with relocations to a separate section.
    	state.makeRelroForSharedLib(ctxt)
    
    	// Set alignment for the symbol with the largest known index,
    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