OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linker_function_t
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker.h
89
typedef void (*
linker_function_t
)();
typedef
126
linker_function_t
* preinit_array;
129
linker_function_t
* init_array;
131
linker_function_t
* fini_array;
134
linker_function_t
init_func;
135
linker_function_t
fini_func;
164
void CallArray(const char* array_name,
linker_function_t
* functions, size_t count, bool reverse);
165
void CallFunction(const char* function_name,
linker_function_t
function);
linker.cpp
[
all
...]
Completed in 168 milliseconds