Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h48 typedef void (*linker_dtor_function_t)(); typedef
151 linker_dtor_function_t* fini_array_;
155 linker_dtor_function_t fini_func_;
Dlinker_soinfo.cpp345 linker_dtor_function_t function, in call_function()
Dlinker.cpp3063 fini_func_ = reinterpret_cast<linker_dtor_function_t>(load_bias + d->d_un.d_ptr); in prelink_image()
3077 fini_array_ = reinterpret_cast<linker_dtor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()