Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for auxType (0.31 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)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion_test.go

                name:
                  description: Name of Bar.
                  type: string
                available:
                  description: Whether the Bar is installed.
                  type: boolean
                quxType:
                  description: Indicates to external qux type.
                  pattern: in-tree|out-of-tree
                  type: string`)
    
    	specV1beta1 := apiextensionsv1beta1.JSONSchemaProps{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 14:34:26 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top