Lines Matching refs:system
18 run on any Linux system, but cannot perform dynamic linking at all.
27 These executables always link to the system C library dynamically.
30 dynamic linker (/system/bin/linker), which loads and relocates the
31 executable (possibly loading any dependent system libraries as well),
162 the system's C library (i.e. /system/lib/libc.so) needs to exports symbols
170 The NDK libc.a, on the other hand, is a copy of a given version of the system
178 However, on ARM, the system C library needs to export some of them to
199 - the system's libc.so shall always export its __dso_handle, as *global*
211 it is a copy of a release-specific system libc.so.
216 Note that existing NDK machine code that links against the system libc's
234 - The platform's /system/lib/libc.so should *always* export a working
251 Note that existing NDK machine code that links against the system libc's
262 - The system C library *shall* always export on *ARM* the __atomic_cmpxchg,
267 - The system C library for other CPU architectures (e.g. x86 or mips) *shall*