HomeSort by: relevance | last modified time | path
    Searched defs:cache_novlys (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 3428 static unsigned cache_novlys = 0;
3441 cache_novlys = 0;
3497 cache_novlys = read_memory_integer (novlys_msym.value_address (),
3500 = (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3504 cache_novlys * 4, word_size, byte_order);
3526 for (i = 0; i < cache_novlys; i++)
3594 for (i = 0; i < cache_novlys; i++)
3421 static unsigned cache_novlys = 0; variable
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 3428 static unsigned cache_novlys = 0;
3441 cache_novlys = 0;
3497 cache_novlys = read_memory_integer (novlys_msym.value_address (),
3500 = (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3504 cache_novlys * 4, word_size, byte_order);
3526 for (i = 0; i < cache_novlys; i++)
3594 for (i = 0; i < cache_novlys; i++)
3421 static unsigned cache_novlys = 0; variable

Completed in 17 milliseconds