Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Asmbelfsetup (0.6 sec)

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

    }
    
    func phsh(ph *ElfPhdr, sh *ElfShdr) {
    	ph.Vaddr = sh.Addr
    	ph.Paddr = ph.Vaddr
    	ph.Off = sh.Off
    	ph.Filesz = sh.Size
    	ph.Memsz = sh.Size
    	ph.Align = sh.Addralign
    }
    
    func Asmbelfsetup() {
    	/* This null SHdr must appear before all others */
    	elfshname("")
    
    	for _, sect := range Segtext.Sections {
    		// There could be multiple .text sections. Instead check the Elfsect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top