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

/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-run.c31 /* Helper for do_module_cleanup. */
33 struct do_module_cleanup struct
35 do_module_cleanup (int *ptr, compile_module_up &&mod) function in struct:do_module_cleanup
41 DISABLE_COPY_AND_ASSIGN (do_module_cleanup);
43 /* Boolean to set true upon a call of do_module_cleanup.
54 static dummy_frame_dtor_ftype do_module_cleanup; variable
56 do_module_cleanup (void *arg, int registers_valid) function
58 struct do_module_cleanup *data = (struct do_module_cleanup *) arg;
124 struct do_module_cleanup *dat
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-object-run.c31 /* Helper for do_module_cleanup. */
33 struct do_module_cleanup struct
35 /* Boolean to set true upon a call of do_module_cleanup.
60 static dummy_frame_dtor_ftype do_module_cleanup; variable
62 do_module_cleanup (void *arg, int registers_valid) function
64 struct do_module_cleanup *data = (struct do_module_cleanup *) arg;
118 struct do_module_cleanup *data;
125 data = (struct do_module_cleanup *) xmalloc (sizeof (*data)
174 do_module_cleanup, dat
[all...]

Completed in 268 milliseconds