HomeSort by relevance Sort by last modified time
    Searched refs:linker_function_t (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker.h 98 typedef void (*linker_function_t)(); typedef
135 linker_function_t* preinit_array;
138 linker_function_t* init_array;
140 linker_function_t* fini_array;
143 linker_function_t init_func;
144 linker_function_t fini_func;
173 void CallArray(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
174 void CallFunction(const char* function_name, linker_function_t function);
linker.cpp     [all...]

Completed in 74 milliseconds