Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for attrNames (0.12 sec)

  1. src/cmd/cgo/gcc.go

    	// Scan DWARF info for top-level TagVariable entries with AttrName __cgo__i.
    	types := make([]dwarf.Type, len(names))
    	r := d.Reader()
    	for {
    		e, err := r.Next()
    		if err != nil {
    			fatalf("reading DWARF entry: %s", err)
    		}
    		if e == nil {
    			break
    		}
    		switch e.Tag {
    		case dwarf.TagVariable:
    			name, _ := e.Val(dwarf.AttrName).(string)
    			// As of https://reviews.llvm.org/D123534, clang
    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.txt

    pkg debug/dwarf, const AttrLocation Attr
    pkg debug/dwarf, const AttrLowerBound Attr
    pkg debug/dwarf, const AttrLowpc Attr
    pkg debug/dwarf, const AttrMacroInfo Attr
    pkg debug/dwarf, const AttrName Attr
    pkg debug/dwarf, const AttrNamelistItem Attr
    pkg debug/dwarf, const AttrOrdering Attr
    pkg debug/dwarf, const AttrPriority Attr
    pkg debug/dwarf, const AttrProducer Attr
    pkg debug/dwarf, const AttrPrototyped Attr
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg debug/dwarf, const AttrLocation = 2
    pkg debug/dwarf, const AttrLowerBound = 34
    pkg debug/dwarf, const AttrLowpc = 17
    pkg debug/dwarf, const AttrMacroInfo = 67
    pkg debug/dwarf, const AttrName = 3
    pkg debug/dwarf, const AttrNamelistItem = 68
    pkg debug/dwarf, const AttrOrdering = 9
    pkg debug/dwarf, const AttrPriority = 69
    pkg debug/dwarf, const AttrProducer = 37
    pkg debug/dwarf, const AttrPrototyped = 39
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top