Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h234 linker_function_t* fini_array_; member
Dlinker.cpp2276 call_array("DT_FINI_ARRAY", fini_array_, fini_array_count_, true); in call_destructors()
2745 fini_array_ = reinterpret_cast<linker_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()
2746 DEBUG("%s destructors (DT_FINI_ARRAY) found at %p", get_realpath(), fini_array_); in prelink_image()