Lines Matching refs:symbol
32 Comments on the same line as either a version definition or a symbol name have
52 symbol visibility of the library to expose only the interface named by the map
55 symbol named in any `global:` group will be visible in the implementation
67 Comments on the same line as a version definition or a symbol name are
73 Indicates that the version or symbol is to be exposed in the APEX stubs rather
74 than the NDK. May be used in combination with `llndk` if the symbol is exposed
79 Indicates that the version or symbol is first introduced in the "future" API
92 individual symbol. If applied to a version, all symbols contained in the version
93 will have the tag applied. An `introduced` tag on a symbol overrides the value
119 symbol is defined with only architecture-specific tags, it will not be present
129 Indicates that the version or symbol is to be exposed in the LL-NDK stubs rather
130 than the NDK. May be used in combination with `apex` if the symbol is exposed to
137 Indicates that the version or symbol is public in the implementation library but
156 library should apply symbol versioning. For example:
169 `foo` will include a versioned symbol `foo@R`. The stub library for S will
172 This tag is not commonly needed and is only used to hide symbol versioning
181 Indicates that the symbol should be [weak] in the stub library.