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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.c3444 struct bound_minimal_symbol novlys_msym;
3451 novlys_msym = lookup_minimal_symbol ("_novlys", NULL, NULL);
3452 if (! novlys_msym.minsym)
3473 cache_novlys = read_memory_integer (BMSYMBOL_VALUE_ADDRESS (novlys_msym),
3437 struct bound_minimal_symbol novlys_msym; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c3429 struct bound_minimal_symbol novlys_msym;
3436 novlys_msym = lookup_minimal_symbol ("_novlys", NULL, NULL);
3437 if (! novlys_msym.minsym)
3458 cache_novlys = read_memory_integer (novlys_msym.value_address (),
3422 struct bound_minimal_symbol novlys_msym; local

Completed in 107 milliseconds