Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CodeblkPad (0.07 sec)

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

    	}
    
    	if ctxt.IsELF {
    		Asmbelfsetup()
    	}
    
    	var wg sync.WaitGroup
    	f := func(ctxt *Link, out *OutBuf, start, length int64) {
    		pad := thearch.CodePad
    		if pad == nil {
    			pad = zeros[:]
    		}
    		CodeblkPad(ctxt, out, start, length, pad)
    	}
    
    	for _, sect := range Segtext.Sections {
    		offset := sect.Vaddr - Segtext.Vaddr + Segtext.Fileoff
    		// Handle text sections with Codeblk
    		if sect.Name == ".text" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 02 09:22:56 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top