Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/libs/
Ddlopen_testlib_ifunc.cpp63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc() local
64 return choice == nullptr ? f1 : f2; in foo_ifunc()
Ddlopen_testlib_ifunc_variable_impl.cpp53 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc() local
54 return (fn_ptr)(choice == nullptr ? &v1 : &v2); in foo_ifunc()
/bionic/docs/
Ddefines.md10 is typically a good choice when you use libc API that's only in bionic, such as
19 more appropriate. This is typically a good choice if you have code that's part
39 choice when you use Linux-specific API, such as a Linux-specific system call or
48 This is typically a good choice when your code uses non-NDK API if it's built as
Dfdsan.md340 // The obvious choice of tag to use is the address of the object.
Delf-tls.md39 for Itanium. The choice has effects on the toolchain, loader, and libc. In particular, when linking