Home | History | Annotate | Download | only in linker

Lines Matching full:linker_function_t

1158 void soinfo::CallArray(const char* array_name UNUSED, linker_function_t* functions, size_t count, bool reverse) {
1177 void soinfo::CallFunction(const char* function_name UNUSED, linker_function_t function) {
1392 si->init_func = reinterpret_cast<linker_function_t>(base + d->d_un.d_ptr);
1396 si->fini_func = reinterpret_cast<linker_function_t>(base + d->d_un.d_ptr);
1400 si->init_array = reinterpret_cast<linker_function_t*>(base + d->d_un.d_ptr);
1407 si->fini_array = reinterpret_cast<linker_function_t*>(base + d->d_un.d_ptr);
1414 si->preinit_array = reinterpret_cast<linker_function_t*>(base + d->d_un.d_ptr);