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.
66 Comments on the same line as a version definition or a symbol name are
72 Indicates that the version or symbol is to be exposed in the APEX stubs rather
73 than the NDK. May be used in combination with `llndk` if the symbol is exposed
78 Indicates that the version or symbol is first introduced in the "future" API
87 individual symbol. If applied to a version, all symbols contained in the version
88 will have the tag applied. An `introduced` tag on a symbol overrides the value
112 symbol is defined with only architecture-specific tags, it will not be present
122 Indicates that the version or symbol is to be exposed in the LL-NDK stubs rather
123 than the NDK. May be used in combination with `apex` if the symbol is exposed to
128 Indicates that the version or symbol is public in the implementation library but
147 library should apply symbol versioning. For example:
160 `foo` will include a versioned symbol `foo@R`. The stub library for S will
163 This tag is not commonly needed and is only used to hide symbol versioning
172 Indicates that the symbol should be [weak] in the stub library.