Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	}
    
    	if ctxt.HeadType == objabi.Haix {
    		if len(state.data[sym.SINITARR]) > 0 {
    			Errorf(nil, "XCOFF format doesn't allow .init_array section")
    		}
    	}
    
    	if hasinitarr && len(state.data[sym.SINITARR]) > 0 {
    		state.allocateNamedSectionAndAssignSyms(&Segdata, ".init_array", sym.SINITARR, sym.Sxxx, 06)
    	}
    
    	/* data */
    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