Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 12 of 12) sorted by relevance

/bionic/tools/versioner/src/
DSymbolDatabase.h32 variable, enumerator
DDeclarationDatabase.h40 variable, enumerator
DSymbolFileParser.cpp206 return NdkSymbolType::variable; in getSymbolType()
DDeclarationDatabase.cpp368 case DeclarationType::variable: in to_string()
/bionic/docs/
Delf-tls.md57 When a C/C++ file references a TLS variable, the toolchain generates instructions to find its
66 A TLS variable may be in a different module than the reference.
70 A GD access can refer to a TLS variable anywhere. To access a variable `tls_var` using the
123 `__tls_get_addr` for each variable, the compiler calls `__tls_get_addr` once to get the current
124 module's TLS block, then adds each variable's DTPOFF to the result.
154 variable with a dynamic initializer has an associated TLS guard variable.)
158 If the variable is part of the Static TLS Block (i.e. the executable or an initially-loaded shared
159 object), then its offset from the TP is known at load-time. The variable can be accessed with a few
186 LE is a specialization of IE. If the variable is not just part of the Static TLS Block, but is also
199 The compiler selects an access model for each variable reference using these factors:
[all …]
/bionic/libc/tools/
Dpylintrc104 # Regular expression which should only match correct variable names
105 variable-rgx=[a-z_][a-z0-9_]{2,30}$
112 # generator expression variable names
115 # Good variable names which should always be accepted, separated by a comma
118 # Bad variable names which should always be refused, separated by a comma
/bionic/libc/malloc_hooks/
DREADME.md9 property, or set a special environment variable and run your app/program.
95 Enable malloc hooks using an environment variable:
/bionic/libc/malloc_debug/
DREADME_api.md39 *get\_malloc\_leak\_info*. This value is not variable, it is the same
DREADME.md614 Enable malloc debug using an environment variable (pre-O Android release):
622 Enable malloc debug using an environment variable (Android O or later):
/bionic/libc/kernel/
DREADME.TXT70 done a lunch TARGET. The script uses a variable set by the lunch command
/bionic/libm/
DAndroid.bp489 "-Wno-unused-const-variable",
490 "-Wno-unused-variable",
/bionic/tests/libs/
DAndroid.bp753 // Libraries with non-trivial thread_local variable to test dlclose()