Home
last modified time | relevance | path

Searched refs:is_main_executable (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_soinfo.cpp416 if (!is_main_executable() && preinit_array_ != nullptr) { in call_constructors()
682 bool soinfo::is_main_executable() const { in is_main_executable() function in soinfo
Dlinker_soinfo.h266 bool is_main_executable() const;
Dlinker.cpp295 if (info->is_linker() || info->is_main_executable()) { in notify_gdb_of_load()