Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp508 call_array("DT_PREINIT_ARRAY", preinit_array_, preinit_array_count_, false, get_realpath()); in call_pre_init_constructors()
528 if (!is_main_executable() && preinit_array_ != nullptr) { in call_constructors()
Dlinker_soinfo.h214 linker_ctor_function_t* preinit_array_; member
Dlinker.cpp3128 preinit_array_ = reinterpret_cast<linker_ctor_function_t*>(load_bias + d->d_un.d_ptr); in prelink_image()
3129 DEBUG("%s constructors (DT_PREINIT_ARRAY) found at %p", get_realpath(), preinit_array_); in prelink_image()