HomeSort by relevance Sort by last modified time
    Searched refs:is_main_executable (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_soinfo.h 239 bool is_main_executable() const;
linker_soinfo.cpp 405 if (!is_main_executable() && preinit_array_ != nullptr) {
660 bool soinfo::is_main_executable() const { function in class:soinfo
linker.cpp 244 if (info->is_linker() || info->is_main_executable()) {
    [all...]

Completed in 78 milliseconds