Lines Matching full:free
6 This file is free software; you can redistribute it and/or modify
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
48 free (index->debug_info_offsets); in dwarf_package_index_free()
49 free (index); in dwarf_package_index_free()
67 /* Only free the CU internals if its not a fake CU. */ in cu_free()
73 /* Free split dwarf one way (from skeleton to split). */ in cu_free()
80 /* There is only one DWP file. We free it later. */ in cu_free()
117 /* Free the internally allocated memory. */ in dwarf_end()
124 free (memp); in dwarf_end()
129 free (dwarf->mem_tails); in dwarf_end()
132 /* Free the pubnames helper structure. */ in dwarf_end()
133 free (dwarf->pubnames_sets); in dwarf_end()
135 /* Free the ELF descriptor if necessary. */ in dwarf_end()
139 /* Free the fake location list CU. */ in dwarf_end()
143 free (dwarf->fake_loc_cu); in dwarf_end()
148 free (dwarf->fake_loclists_cu); in dwarf_end()
153 free (dwarf->fake_addr_cu); in dwarf_end()
170 free (dwarf->elfpath); in dwarf_end()
171 free (dwarf->debugdir); in dwarf_end()
173 /* Free the context descriptor. */ in dwarf_end()
174 free (dwarf); in dwarf_end()