Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_soinfo.cpp517 if (constructors_called || g_is_ldd) { in call_constructors()
531 constructors_called = true; in call_constructors()
556 if (!constructors_called) { in call_destructors()
H A Dlinker_soinfo.h234 bool constructors_called; member