Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDdefs.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 *);
HDutils.c182 make_cleanup (make_cleanup_ftype *function, void *arg) in make_cleanup()
188 make_final_cleanup (make_cleanup_ftype *function, void *arg) in make_final_cleanup()
194 make_run_cleanup (make_cleanup_ftype *function, void *arg) in make_run_cleanup()
200 make_exec_cleanup (make_cleanup_ftype *function, void *arg) in make_exec_cleanup()
206 make_exec_error_cleanup (make_cleanup_ftype *function, void *arg) in make_exec_error_cleanup()
264 make_my_cleanup (struct cleanup **pmy_chain, make_cleanup_ftype *function, in make_my_cleanup()
HDdwarf2read.c2132 make_cleanup ((make_cleanup_ftype *) free_line_header, in read_file_scope()
5221 back_to = make_cleanup ((make_cleanup_ftype *) free_line_header, in dwarf_decode_line_header()
/trueos/gnu/usr.bin/gdb/kgdb/
HDkld.c255 cleanup = make_cleanup((make_cleanup_ftype *)free_section_addr_info, in load_kld()