Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for splitTextSections (0.21 sec)

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

    	}
    
    	// If we need to split text sections, and this function doesn't fit in the current
    	// section, then create a new one.
    	//
    	// Only break at outermost syms.
    	if big && splitTextSections(ctxt) && ldr.OuterSym(s) == 0 {
    		// For debugging purposes, allow text size limit to be cranked down,
    		// so as to stress test the code that handles multiple text sections.
    		var textSizelimit uint64 = thearch.TrampLimit
    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