Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for f_ssa (0.05 sec)

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

    )
    
    // Flags that describe the type of the object file.
    const (
    	F_RELFLG    = 0x0001
    	F_EXEC      = 0x0002
    	F_LNNO      = 0x0004
    	F_FDPR_PROF = 0x0010
    	F_FDPR_OPTI = 0x0020
    	F_DSA       = 0x0040
    	F_VARPG     = 0x0100
    	F_DYNLOAD   = 0x1000
    	F_SHROBJ    = 0x2000
    	F_LOADONLY  = 0x4000
    )
    
    // Auxiliary Header
    type XcoffAoutHdr64 struct {
    	Omagic      int16    // Flags - Ignored If Vstamp Is 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
Back to top