Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	Xftype   uint8 // Source file string type
    	X_pad2   [2]byte
    	Xauxtype uint8 // Type of auxiliary entry
    }
    
    // Function Auxiliary Entry
    type XcoffAuxFcn64 struct {
    	Xlnnoptr uint64 // File pointer to line number
    	Xfsize   uint32 // Size of function in bytes
    	Xendndx  uint32 // Symbol table index of next entry
    	Xpad     uint8  // Unused
    	Xauxtype uint8  // Type of auxiliary entry
    }
    
    // csect Auxiliary Entry.
    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