Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp520 if (constructors_called || g_is_ldd) { in call_constructors()
534 constructors_called = true; in call_constructors()
559 if (!constructors_called) { in call_destructors()
Dlinker_soinfo.h234 bool constructors_called; member