Searched refs:choice (Results 1 – 5 of 5) sorted by relevance
63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc() local64 return choice == nullptr ? f1 : f2; in foo_ifunc()
53 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc() local54 return (fn_ptr)(choice == nullptr ? &v1 : &v2); in foo_ifunc()
10 is typically a good choice when you use libc API that's only in bionic, such as19 more appropriate. This is typically a good choice if you have code that's part39 choice when you use Linux-specific API, such as a Linux-specific system call or48 This is typically a good choice when your code uses non-NDK API if it's built as
340 // The obvious choice of tag to use is the address of the object.
39 for Itanium. The choice has effects on the toolchain, loader, and libc. In particular, when linking