cachedResult      134 gc/dyn_load.c      static struct link_map * cachedResult = 0;
cachedResult      154 gc/dyn_load.c      if( cachedResult == 0 ) {
cachedResult      160 gc/dyn_load.c                  if( lm != 0 ) cachedResult = lm->l_next; /* might be NIL */
cachedResult      165 gc/dyn_load.c      return cachedResult;
cachedResult      496 gc/dyn_load.c      static struct link_map *cachedResult = 0;
cachedResult      501 gc/dyn_load.c      if( cachedResult == 0 ) {
cachedResult      513 gc/dyn_load.c                  if( lm != 0 ) cachedResult = lm->l_next; /* might be NIL */
cachedResult      518 gc/dyn_load.c      return cachedResult;