Home
last modified time | relevance | path

Searched refs:r_bin_free (Results 1 – 8 of 8) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_dwarf.c158 r_bin_free (bin); in test_dwarf3_c_basic()
567 r_bin_free (bin); in test_dwarf3_cpp_basic()
683 r_bin_free (bin); in test_dwarf3_cpp_many_comp_units()
751 r_bin_free (bin); in test_dwarf_cpp_empty_line_info()
866 r_bin_free (bin); in test_dwarf2_cpp_many_comp_units()
974 r_bin_free (bin); in test_dwarf4_cpp_many_comp_units()
1278 r_bin_free (bin); in test_big_endian_dwarf2()
H A Dtest_dwarf_integration.c75 r_bin_free (bin); in test_parse_dwarf_types()
131 r_bin_free (bin); in test_dwarf_function_parsing_cpp()
185 r_bin_free (bin); in test_dwarf_function_parsing_go()
242 r_bin_free (bin); in test_dwarf_function_parsing_rust()
H A Dtest_bin.c20 r_bin_free (bin); in test_r_bin()
H A Dtest_dwarf_info.c112 r_bin_free (bin); in test_dwarf3_c()
322 r_bin_free (bin); in test_dwarf4_cpp_multiple_modules()
415 r_bin_free (bin); in test_dwarf2_big_endian()
/dports/devel/radare2/radare2-5.1.1/libr/main/
H A Dragg2.c85 r_bin_free (bin); in create()
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_bin.h678 R_API void r_bin_free(RBin *bin);
/dports/devel/radare2/radare2-5.1.1/libr/bin/
H A Dbin.c465 R_API void r_bin_free(RBin *bin) { in r_bin_free() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcore.c3036 c->bin = (r_bin_free (c->bin), NULL); in r_core_fini()