Searched refs:variable (Results 1 – 12 of 12) sorted by relevance
/bionic/tools/versioner/src/ |
D | SymbolDatabase.h | 32 variable, enumerator
|
D | DeclarationDatabase.h | 40 variable, enumerator
|
D | SymbolFileParser.cpp | 206 return NdkSymbolType::variable; in getSymbolType()
|
D | DeclarationDatabase.cpp | 368 case DeclarationType::variable: in to_string()
|
/bionic/docs/ |
D | elf-tls.md | 57 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/ |
D | pylintrc | 104 # 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/ |
D | README.md | 9 property, or set a special environment variable and run your app/program. 95 Enable malloc hooks using an environment variable:
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 39 *get\_malloc\_leak\_info*. This value is not variable, it is the same
|
D | README.md | 614 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/ |
D | README.TXT | 70 done a lunch TARGET. The script uses a variable set by the lunch command
|
/bionic/libm/ |
D | Android.bp | 489 "-Wno-unused-const-variable", 490 "-Wno-unused-variable",
|
/bionic/tests/libs/ |
D | Android.bp | 753 // Libraries with non-trivial thread_local variable to test dlclose()
|