Home
last modified time | relevance | path

Searched defs:IsDict (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go338 func (s *Sym) IsDict() bool { return s.Flag2()&SymFlagDict != 0 } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go1176 func (l *Loader) IsDict(i Sym) bool { func