Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp528 if (!is_main_executable() && preinit_array_ != nullptr) { in call_constructors()
792 bool soinfo::is_main_executable() const { in is_main_executable() function in soinfo
Dlinker_soinfo.h306 bool is_main_executable() const;
Dlinker.cpp274 if (info->is_linker() || info->is_main_executable()) { in notify_gdb_of_load()
1357 if (needed_by->is_main_executable()) { in load_library()
3336 if (g_is_ldd && !is_main_executable()) { in link_image()