Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp400 if (constructors_called) { in call_constructors()
414 constructors_called = true; in call_constructors()
439 if (!constructors_called) { in call_destructors()
Dlinker_soinfo.h205 bool constructors_called; member