OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticname
(Results
1 - 9
of
9
) sorted by null
/external/capstone/tests/
Makefile
111
$(call log,LINK,$(notdir $(call
staticname
,$@)))
139
$(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call
staticname
,$@)
143
staticname
= $(subst $(BIN_EXT),,$(1)).static$(BIN_EXT)
macro
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go
405
a :=
staticname
(r.Left.Type)
430
a :=
staticname
(ta)
533
a :=
staticname
(val.Type)
575
//
staticname
returns a name backed by a static data symbol.
578
func
staticname
(t *types.Type) *Node {
func
780
vstat :=
staticname
(t)
830
vstat =
staticname
(t)
961
vstatk :=
staticname
(tk)
963
vstatv :=
staticname
(tv)
1096
vstat :=
staticname
(t
[
all
...]
init.go
155
fnarr :=
staticname
(typ)
order.go
194
vstat :=
staticname
(n.Type)
[
all
...]
walk.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go
405
a :=
staticname
(r.Left.Type)
430
a :=
staticname
(ta)
533
a :=
staticname
(val.Type)
575
//
staticname
returns a name backed by a static data symbol.
578
func
staticname
(t *types.Type) *Node {
func
780
vstat :=
staticname
(t)
830
vstat =
staticname
(t)
961
vstatk :=
staticname
(tk)
963
vstatv :=
staticname
(tv)
1096
vstat :=
staticname
(t
[
all
...]
init.go
155
fnarr :=
staticname
(typ)
order.go
194
vstat :=
staticname
(n.Type)
[
all
...]
walk.go
[
all
...]
Completed in 1066 milliseconds