Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addInitArray (0.19 sec)

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

    			d.characteristics |= IMAGE_SCN_ALIGN_4BYTES
    		}
    		pefile.xdataSect = d
    		d.checkSegment(&Segxdata)
    	}
    }
    
    // addInitArray adds .ctors COFF section to the file f.
    func (f *peFile) addInitArray(ctxt *Link) *peSection {
    	// The size below was determined by the specification for array relocations,
    	// and by observing what GCC writes here. If the initarray section grows to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top