Home
last modified time | relevance | path

Searched refs:more (Results 1 – 14 of 14) sorted by relevance

/bionic/docs/
Ddefines.md19 more appropriate. This is typically a good choice if you have code that's part
21 Genuine cases are quite rare, and `__BIONIC__` is often more specific (but
Delf-tls.md42 thread-specific data layout, but variant 1 is more problematic than variant 2.
121 LD is a specialization of GD that's useful when a function has references to two or more TLS
204 * A variable can be annotated with `__attribute__((tls_model(...)))`. Clang may still use a more
216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error]
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
233 LD models, there is a newer, more efficient design that uses "TLS descriptors". Each TLS variable
333 The (static) linker frequently has more information about the location of a referenced TLS variable
334 than the compiler, so it can "relax" TLS accesses to more efficient models. For example, if an
388 LLDB more-or-less implemented Linux TLS debugging in [r192922][rL192922] ([D1944]) for x86 and
461 Aside: Because a `__thread` variable cannot have dynamic initialization, `__thread` is more
[all …]
D32-bit-abi.md32 increase your target API level, you'll have more and more of the functions
Dfdsan.md8 …y allocation *use-after-free* and *double-free* bugs, but tend to be much more difficult to diagno…
61 In Android Q, fdsan has a global default of warn-once. fdsan can be made more or less strict at run…
186 …`'s fd. If we store `bystander`'s fd in a `unique_fd` as well, we should get something more useful:
Dstatus.md42 for more about thread cancellation.
140 * more FORTIFY support functions (`fread`/`fwrite`/`getcwd`/`pwrite`/`write`)
272 but there are likely to be more in future because of Project Treble.
Dnative_allocator.md245 a switch. The trace benchmarks are more important than these benchmarks
/bionic/libc/bionic/
Dfts.c943 fts_palloc(FTS *sp, size_t more) in fts_palloc() argument
950 more += 256; in fts_palloc()
951 if (sp->fts_pathlen + more < sp->fts_pathlen) { in fts_palloc()
957 sp->fts_pathlen += more; in fts_palloc()
/bionic/
Dandroid-changes-for-ndk-developers.md166 them more likely to fail on specific devices, or on future releases ---
174 and libssl.so). In order to give you more time to transition, we will
281 has instructions for fixing text relocations, and more detailed
389 In API level 26 and above the dynamic linker checks more values in
458 may expand to include more functions (and more libraries) in future.
DREADME.md153 users in different projects, and there isn't a more specific library
154 that would make more sense as the place to add the wrapper.
/bionic/benchmarks/
DREADME.md96 spent in the spawned process. The real-time is probably more useful, and it is the figure used to
185 benchmarks appear to be using the script. For more information:
/bionic/libc/dns/net/
Dgethnamaddr.c1319 int more; in _yp_hostent() local
1346 more = 0; in _yp_hostent()
1373 more = 1; in _yp_hostent()
1383 if (more) in _yp_hostent()
/bionic/libc/kernel/
DREADME.md42 content has changed. You can also process more than one file with -u.
/bionic/libdl/
DNOTICE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bionic/libc/
DNOTICE5650 such a mathematical system to generate more random (yet non-repeating)
5657 trick, but makes it more resistant to LCG prediction.