Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 5 of 5) 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.
268 Many of the `off64_t` functions are missing in older releases, and
/bionic/libc/kernel/
DREADME.TXT10 exception of a couple static inline functions used for performance
/bionic/linker/
Dlinker.h348 void call_array(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
Dlinker.cpp2199 void soinfo::call_array(const char* array_name __unused, linker_function_t* functions, in call_array() argument
2201 if (functions == nullptr) { in call_array()
2205 TRACE("[ Calling %s (size %zd) @ %p for '%s' ]", array_name, count, functions, get_realpath()); in call_array()
2212 TRACE("[ %s[%d] == %p ]", array_name, i, functions[i]); in call_array()
2213 call_function("function", functions[i]); in call_array()
/bionic/libc/
DSYSCALLS.TXT68 # On 32-bit systems we use prlimit64 to implement the rlimit64 functions.
170 # the POSIX functions don't set errno, and no architecture has posix_fadvise.