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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c3404 static unsigned cache_novlys = 0;
3417 cache_novlys = 0;
3473 cache_novlys = read_memory_integer (BMSYMBOL_VALUE_ADDRESS (novlys_msym),
3476 = (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3480 cache_novlys * 4, word_size, byte_order);
3502 for (i = 0; i < cache_novlys; i++)
3570 for (i = 0; i < cache_novlys; i++)
3397 static unsigned cache_novlys = 0; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c3389 static unsigned cache_novlys = 0;
3402 cache_novlys = 0;
3458 cache_novlys = read_memory_integer (novlys_msym.value_address (),
3461 = (unsigned int (*)[4]) xmalloc (cache_novlys * sizeof (*cache_ovly_table));
3465 cache_novlys * 4, word_size, byte_order);
3487 for (i = 0; i < cache_novlys; i++)
3555 for (i = 0; i < cache_novlys; i++)
3382 static unsigned cache_novlys = 0; variable

Completed in 147 milliseconds