Searched refs:functions (Results 1 – 5 of 5) sorted by relevance
/bionic/ |
D | README.md | 25 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/ |
D | README.TXT | 10 exception of a couple static inline functions used for performance
|
/bionic/linker/ |
D | linker.h | 348 void call_array(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
|
D | linker.cpp | 2208 void soinfo::call_array(const char* array_name __unused, linker_function_t* functions, in call_array() argument 2210 if (functions == nullptr) { in call_array() 2214 TRACE("[ Calling %s (size %zd) @ %p for '%s' ]", array_name, count, functions, get_realpath()); in call_array() 2221 TRACE("[ %s[%d] == %p ]", array_name, i, functions[i]); in call_array() 2222 call_function("function", functions[i]); in call_array()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 68 # 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.
|