Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PF_W (0.02 sec)

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

    		ph.Type = elf.PT_GNU_STACK
    		ph.Flags = elf.PF_W + elf.PF_R
    		ph.Align = uint64(ctxt.Arch.RegSize)
    	} 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:
    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