HomeSort by relevance Sort by last modified time
    Searched full:stataddr (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 391 if stataddr(&nam, r.Left) {
1200 // stataddr sets nam to the static address of n and reports whether it succeeded.
1201 func stataddr(nam *Node, n *Node) bool { func
1212 if !stataddr(nam, n.Left) {
1223 if !stataddr(nam, n.Left) {
1372 return stataddr(&nam, nl) && nam.Class == PEXTERN
1380 if !stataddr(&nam, nl) || nam.Class != PEXTERN {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 391 if stataddr(&nam, r.Left) {
1200 // stataddr sets nam to the static address of n and reports whether it succeeded.
1201 func stataddr(nam *Node, n *Node) bool { func
1212 if !stataddr(nam, n.Left) {
1223 if !stataddr(nam, n.Left) {
1372 return stataddr(&nam, nl) && nam.Class == PEXTERN
1380 if !stataddr(&nam, nl) || nam.Class != PEXTERN {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 238 milliseconds