Searched refs:g_first (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/os/aix/vm/
H A Dloadlib_aix.cpp135 static entry_t* g_first = NULL; variable
138 for (entry_t* e = g_first; e; e = e->next) {
148 for (entry_t* e = g_first; e; e = e->next) {
290 if (g_first) {
291 free_entry_list(&g_first);
293 g_first = new_list;
325 if (!g_first) {
328 for (entry_t* e = g_first; e; e = e->next) {
337 if (!g_first) {
356 if (!g_first) {
[all...]

Completed in 90 milliseconds