Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h327 bool is_main_executable() const;
Dlinker.cpp304 if (info->is_linker() || info->is_main_executable()) { in notify_gdb_of_load()
3133 if (!is_main_executable() && preinit_array_ != nullptr) { in call_constructors()
3380 bool soinfo::is_main_executable() const { in is_main_executable() function in soinfo