Searched refs:fini_func_ (Results 1 – 3 of 3) sorted by relevance
182 linker_dtor_function_t fini_func_; member
449 call_function("DT_FINI", fini_func_, get_realpath()); in call_destructors()
3647 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()