HomeSort by: relevance | last modified time | path
    Searched refs:gdb_dlhandle_up (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
gdb-dlfcn.h 32 typedef std::unique_ptr<void, dlclose_deleter> gdb_dlhandle_up; typedef
38 gdb_dlhandle_up gdb_dlopen (const char *filename);
44 void *gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol);
gdb-dlfcn.cc 33 gdb_dlhandle_up
40 gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol)
59 gdb_dlhandle_up
69 return gdb_dlhandle_up (result);
92 gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol)
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb-dlfcn.h 32 typedef std::unique_ptr<void, dlclose_deleter> gdb_dlhandle_up; typedef
38 gdb_dlhandle_up gdb_dlopen (const char *filename);
44 void *gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol);
gdb-dlfcn.cc 33 gdb_dlhandle_up
40 gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol)
59 gdb_dlhandle_up
69 return gdb_dlhandle_up (result);
92 gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol)
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-support.c 83 gdb_dlhandle_up handle = gdb_dlopen (fe_libcc);
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-support.c 83 gdb_dlhandle_up handle = gdb_dlopen (fe_libcc);
  /src/external/gpl3/gdb/dist/gdb/
jit.c 124 jit_reader (struct gdb_reader_funcs *f, gdb_dlhandle_up &&h)
137 gdb_dlhandle_up handle;
158 gdb_dlhandle_up so = gdb_dlopen (file_name);
  /src/external/gpl3/gdb.old/dist/gdb/
jit.c 123 jit_reader (struct gdb_reader_funcs *f, gdb_dlhandle_up &&h)
136 gdb_dlhandle_up handle;
157 gdb_dlhandle_up so = gdb_dlopen (file_name);

Completed in 29 milliseconds