Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 7 of 7) sorted by relevance

/bionic/
DREADME.md25 The C++ ABI support functions. The C++ compiler doesn't know how to implement
26 thread-safe static initialization and the like, so it just calls functions that
76 # functions are particular favorites.
287 functions that use 32-bit offsets, so there's no good way to implement
/bionic/libc/kernel/
DREADME.TXT10 exception of a couple static inline functions used for performance
/bionic/linker/
Dlinker.h373 void call_array(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
Dlinker.cpp3080 void soinfo::call_array(const char* array_name __unused, linker_function_t* functions, in call_array() argument
3082 if (functions == nullptr) { in call_array()
3086 TRACE("[ Calling %s (size %zd) @ %p for \"%s\" ]", array_name, count, functions, get_realpath()); in call_array()
3093 TRACE("[ %s[%d] == %p ]", array_name, i, functions[i]); in call_array()
3094 call_function("function", functions[i]); in call_array()
/bionic/libc/
DSYSCALLS.TXT68 # On 32-bit systems we use prlimit64 to implement the rlimit64 functions.
179 # the POSIX functions don't set errno, and no architecture has posix_fadvise.
DAndroid.bp27 // Fortify implementations of libc functions.
820 // functions which are invoked by the linker. If this file is included
1681 // libc_malloc.a: the _prefixed_ malloc functions (like dlcalloc).
/bionic/libc/malloc_debug/
DREADME.md21 On 32 bit systems, these two deprecated functions are also replaced: