Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for relationship (0.34 sec)

  1. src/cmd/link/internal/loader/loader.go

    		return false
    	}
    	return l.SubSym(o) != 0
    }
    
    // Note that we don't have a 'SetAttrSubSymbol' method in the loader;
    // clients should instead use the AddInteriorSym method to establish
    // containment relationships for host object symbols.
    
    // Returns whether the i-th symbol has ReflectMethod attribute set.
    func (l *Loader) IsReflectMethod(i Sym) bool {
    	return l.SymAttr(i)&goobj.SymFlagReflectMethod != 0
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top