Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ClassUnknown (0.1 sec)

  1. src/debug/dwarf/entry.go

    // offsets to one of the Class*Ptr classes, even though these classes
    // were only defined in DWARF 3.
    type Class int
    
    const (
    	// ClassUnknown represents values of unknown DWARF class.
    	ClassUnknown Class = iota
    
    	// ClassAddress represents values of type uint64 that are
    	// addresses on the target machine.
    	ClassAddress
    
    	// ClassBlock represents values of type []byte whose
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ClassReferenceSig", Const, 5},
    		{"ClassRngList", Const, 14},
    		{"ClassRngListsPtr", Const, 14},
    		{"ClassStrOffsetsPtr", Const, 14},
    		{"ClassString", Const, 5},
    		{"ClassStringAlt", Const, 5},
    		{"ClassUnknown", Const, 6},
    		{"CommonType", Type, 0},
    		{"CommonType.ByteSize", Field, 0},
    		{"CommonType.Name", Field, 0},
    		{"ComplexType", Type, 0},
    		{"ComplexType.BasicType", Field, 0},
    		{"Data", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top