Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h218 size_t fini_array_count_; member
Dlinker_soinfo.cpp566 call_array("DT_FINI_ARRAY", fini_array_, fini_array_count_, true, get_realpath()); in call_destructors()
Dlinker.cpp3058 fini_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr)); in prelink_image()