Searched refs:functions (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/
H A Dlinker.h173 void CallArray(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
H A Dlinker.cpp143 // You shouldn't try to call memory-allocating functions in the dynamic linker.
1153 void soinfo::CallArray(const char* array_name UNUSED, linker_function_t* functions, size_t count, bool reverse) { argument
1154 if (functions == NULL) {
1158 TRACE("[ Calling %s (size %d) @ %p for '%s' ]", array_name, count, functions, name);
1165 TRACE("[ %s[%d] == %p ]", array_name, i, functions[i]);
1166 CallFunction("function", functions[i]);
1187 // DT_PREINIT_ARRAY functions are called before any other constructors for executables,
1629 // Initialize environment functions, and get to the ELF aux vectors table.
/bionic/libc/
H A DAndroid.mk184 # Fortify implementations of libc functions.

Completed in 341 milliseconds