Home | History | Annotate | Download | only in linker

Lines Matching refs:preinit_array_

3139   call_array("DT_PREINIT_ARRAY", preinit_array_, preinit_array_count_, false);
3159 if (!is_main_executable() && preinit_array_ != nullptr) {
3759 preinit_array_ = reinterpret_cast<linker_function_t*>(load_bias + d->d_un.d_ptr);
3760 DEBUG("%s constructors (DT_PREINIT_ARRAY) found at %p", get_realpath(), preinit_array_);