| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gdb.old/dist/gdb/ | |
| solist.h | 109 void (*clear_so) (const solib &so); member in struct:solib_ops 113 those are cleared by the clear_so method. */ |
| /src/external/gpl3/gdb/dist/gdb/ | |
| solib.h | 158 virtual void clear_so (const solib &so) const {} function in struct:solib_ops 162 those are cleared by the clear_so method. |
| solib-svr4.c | 1092 /* Implement solib_ops.clear_so. */ 1095 svr4_solib_ops::clear_so (const solib &so) const function in class:svr4_solib_ops |