Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h182 linker_dtor_function_t fini_func_; member
Dlinker_soinfo.cpp449 call_function("DT_FINI", fini_func_, get_realpath()); in call_destructors()
Dlinker.cpp3647 fini_func_ = reinterpret_cast<linker_dtor_function_t>(load_bias + d->d_un.d_ptr); in prelink_image()
3648 DEBUG("%s destructors (DT_FINI) found at %p", get_realpath(), fini_func_); in prelink_image()