Home
last modified time | relevance | path

Searched refs:linker_dtor_function_t (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_soinfo.h66 typedef void (*linker_dtor_function_t)(); typedef
169 linker_dtor_function_t* fini_array_;
173 linker_dtor_function_t fini_func_;
Dlinker_soinfo.cpp347 linker_dtor_function_t function, in call_function()
Dlinker.cpp3312 fini_func_ = reinterpret_cast<linker_dtor_function_t>(load_bias + d->d_un.d_ptr); in prelink_image()
3326 fini_array_ = reinterpret_cast<linker_dtor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()