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 144 static soinfo_list_t g_empty_list; variable
161 si->link_image(g_empty_list, soinfo_list_t::make_list(si), nullptr);
409 if (!si->link_image(g_empty_list, soinfo_list_t::make_list(si), nullptr)) {
543 // This might not be obvious... The reasons why we pass g_empty_list
549 if (!linker_so.link_image(g_empty_list, g_empty_list, nullptr)) __linker_cannot_link(args.argv[0]);
linker_soinfo.cpp 585 static soinfo_list_t g_empty_list; variable
592 return g_empty_list;
600 return g_empty_list;
608 return g_empty_list;
linker.cpp     [all...]

Completed in 88 milliseconds