Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h169 linker_dtor_function_t* fini_array_; member
Dlinker_soinfo.cpp435 call_array("DT_FINI_ARRAY", fini_array_, fini_array_count_, true, get_realpath()); in call_destructors()
Dlinker.cpp3326 fini_array_ = reinterpret_cast<linker_dtor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()
3327 DEBUG("%s destructors (DT_FINI_ARRAY) found at %p", get_realpath(), fini_array_); in prelink_image()