Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PT_SUNWSTACK (0.1 sec)

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

    	} else if ctxt.HeadType == objabi.Hopenbsd {
    		ph := newElfPhdr()
    		ph.Type = elf.PT_OPENBSD_NOBTCFI
    		ph.Flags = elf.PF_X
    	} else if ctxt.HeadType == objabi.Hsolaris {
    		ph := newElfPhdr()
    		ph.Type = elf.PT_SUNWSTACK
    		ph.Flags = elf.PF_W + elf.PF_R
    	}
    
    elfobj:
    	sh := elfshname(".shstrtab")
    	eh.Shstrndx = uint16(sh.shnum)
    
    	if ctxt.IsMIPS() {
    		sh = elfshname(".MIPS.abiflags")
    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