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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c474 struct bound_minimal_symbol version_msym;
478 version_msym = lookup_minimal_symbol (ver_symbol, NULL, NULL);
479 if (version_msym.minsym == NULL)
482 version_addr = BMSYMBOL_VALUE_ADDRESS (version_msym);
473 struct bound_minimal_symbol version_msym; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c470 struct bound_minimal_symbol version_msym;
474 version_msym = lookup_minimal_symbol (ver_symbol, NULL, NULL);
475 if (version_msym.minsym == NULL)
478 version_addr = version_msym.value_address ();
469 struct bound_minimal_symbol version_msym; local

Completed in 131 milliseconds