Searched refs:make_cleanup_ftype (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddefs.h370 typedef void (make_cleanup_ftype) (void *); typedef
372 extern struct cleanup *make_cleanup (make_cleanup_ftype *, void *);
383 extern struct cleanup *make_final_cleanup (make_cleanup_ftype *, void *);
386 make_cleanup_ftype *, void *);
388 extern struct cleanup *make_run_cleanup (make_cleanup_ftype *, void *);
390 extern struct cleanup *make_exec_cleanup (make_cleanup_ftype *, void *);
391 extern struct cleanup *make_exec_error_cleanup (make_cleanup_ftype *, void *);
H A Dutils.c183 make_cleanup (make_cleanup_ftype *function, void *arg)
189 make_final_cleanup (make_cleanup_ftype *function, void *arg)
195 make_run_cleanup (make_cleanup_ftype *function, void *arg)
201 make_exec_cleanup (make_cleanup_ftype *function, void *arg)
207 make_exec_error_cleanup (make_cleanup_ftype *function, void *arg)
265 make_my_cleanup (struct cleanup **pmy_chain, make_cleanup_ftype *function,
H A Ddwarf2read.c2132 make_cleanup ((make_cleanup_ftype *) free_line_header,
5221 back_to = make_cleanup ((make_cleanup_ftype *) free_line_header,
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c254 cleanup = make_cleanup((make_cleanup_ftype *)free_section_addr_info,

Completed in 171 milliseconds