Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for putAbstractScope (0.11 sec)

  1. src/cmd/internal/dwarf/dwarf.go

    					continue
    				}
    				flattened = append(flattened, scope.Vars[i])
    			}
    		}
    		if len(flattened) > 0 {
    			sort.Sort(byChildIndex(flattened))
    
    			if logDwarf {
    				ctxt.Logf("putAbstractScope(%v): vars:", s.Info)
    				for i, v := range flattened {
    					ctxt.Logf(" %d:%s", i, v.Name)
    				}
    				ctxt.Logf("\n")
    			}
    
    			// This slice will hold the offset in bytes for each child
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top