Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsAIX (0.03 sec)

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

    	ldr.SetSymSect(text, sect)
    	if ctxt.IsAIX() && ctxt.IsExternal() {
    		// Setting runtime.text has a real symbol prevents ld to
    		// change its base address resulting in wrong offsets for
    		// reflect methods.
    		u := ldr.MakeSymbolUpdater(text)
    		u.SetAlign(sect.Align)
    		u.SetSize(8)
    	}
    
    	if (ctxt.DynlinkingGo() && ctxt.IsDarwin()) || (ctxt.IsAIX() && ctxt.IsExternal()) {
    		ldr.SetSymSect(etext, sect)
    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