Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h73 typedef void (*linker_dtor_function_t)(); typedef
217 linker_dtor_function_t* fini_array_;
221 linker_dtor_function_t fini_func_;
Dlinker_soinfo.cpp476 linker_dtor_function_t function, in call_function()
Dlinker.cpp3039 fini_func_ = reinterpret_cast<linker_dtor_function_t>(load_bias + d->d_un.d_ptr); in prelink_image()
3053 fini_array_ = reinterpret_cast<linker_dtor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()