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

  /bionic/linker/
linker_main.cpp 136 static soinfo_list_t g_empty_list; variable
154 si->link_image(g_empty_list, soinfo_list_t::make_list(si), nullptr);
374 if (!si->link_image(g_empty_list, soinfo_list_t::make_list(si), nullptr)) {
507 // This might not be obvious... The reasons why we pass g_empty_list
513 if (!linker_so.link_image(g_empty_list, g_empty_list, nullptr)) __linker_cannot_link(args.argv[0]);
linker_soinfo.cpp 575 static soinfo_list_t g_empty_list; variable
582 return g_empty_list;
590 return g_empty_list;
598 return g_empty_list;
linker.cpp     [all...]

Completed in 665 milliseconds