Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for addType (0.1 sec)

  1. src/cmd/cgo/gcc.go

    	t.Align = -1
    	t.C = &TypeRepr{Repr: dtype.Common().Name}
    	c.m[key] = t
    
    	switch dt := dtype.(type) {
    	default:
    		fatalf("%s: unexpected type: %s", lineno(pos), dtype)
    
    	case *dwarf.AddrType:
    		if t.Size != c.ptrSize {
    			fatalf("%s: unexpected: %d-byte address type - %s", lineno(pos), t.Size, dtype)
    		}
    		t.Go = c.uintptr
    		t.Align = t.Size
    
    	case *dwarf.ArrayType:
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg debug/dwarf, const TagTemplateAlias = 67
    pkg debug/dwarf, const TagTemplateAlias Tag
    pkg debug/dwarf, const TagTypeUnit = 65
    pkg debug/dwarf, const TagTypeUnit Tag
    pkg debug/dwarf, method (*Data) AddTypes(string, []uint8) error
    pkg debug/macho, const CpuArm = 12
    pkg debug/macho, const CpuArm Cpu
    pkg debug/macho, const CpuPpc = 18
    pkg debug/macho, const CpuPpc Cpu
    pkg debug/macho, const CpuPpc64 = 16777234
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg debug/dwarf, func New([]uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8, []uint8) (*Data, error)
    pkg debug/dwarf, method (*AddrType) Basic() *BasicType
    pkg debug/dwarf, method (*AddrType) Common() *CommonType
    pkg debug/dwarf, method (*AddrType) Size() int64
    pkg debug/dwarf, method (*AddrType) String() string
    pkg debug/dwarf, method (*ArrayType) Common() *CommonType
    pkg debug/dwarf, method (*ArrayType) Size() int64
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top