Searched refs:init_array_ (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker.h232 linker_function_t* init_array_; member in struct:soinfo
H A Dlinker.cpp2266 call_array("DT_INIT_ARRAY", init_array_, init_array_count_, false);
2736 init_array_ = reinterpret_cast<linker_function_t*>(load_bias + d->d_un.d_ptr);
2737 DEBUG("%s constructors (DT_INIT_ARRAY) found at %p", get_realpath(), init_array_);

Completed in 22 milliseconds