Home
last modified time | relevance | path

Searched refs:my_cleanups (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dpa64solib.c226 struct cleanup *my_cleanups; in pa64_solib_add_solib_objfile() local
266 my_cleanups = make_cleanup (xfree, section_addrs); in pa64_solib_add_solib_objfile()
296 do_cleanups (my_cleanups); in pa64_solib_add_solib_objfile()
H A Dsymfile.c803 struct cleanup *my_cleanups; in symbol_file_add_with_addrs_or_offsets() local
806 my_cleanups = make_cleanup_bfd_close (abfd); in symbol_file_add_with_addrs_or_offsets()
818 discard_cleanups (my_cleanups); in symbol_file_add_with_addrs_or_offsets()
914 do_cleanups (my_cleanups); in symbol_file_add_with_addrs_or_offsets()
1649 struct cleanup *my_cleanups = make_cleanup (null_cleanup, NULL); in add_symbol_file_command() local
1787 do_cleanups (my_cleanups); in add_symbol_file_command()
H A Dwin32-nat.c853 struct cleanup *my_cleanups; in solib_symbols_add() local
856 my_cleanups = make_cleanup (xfree, addrs); in solib_symbols_add()
861 do_cleanups (my_cleanups); in solib_symbols_add()