Lines Matching full:free
1 /* Free resources associated with Elf descriptor.
7 This file is free software; you can redistribute it and/or modify
10 * the GNU Lesser General Public License as published by the Free
16 * the GNU General Public License as published by the Free
48 free (rawchunk->data.d.d_buf); in free_chunk()
49 free (rawchunk); in free_chunk()
75 descriptors which depend on it. But we can free the archive in elf_end()
81 free (elf->state.ar.ar_sym); in elf_end()
97 solve this problem by giving free the child lock. The in elf_end()
119 /* This was the last activation. Free all resources. */ in elf_end()
124 free (elf->state.ar.long_names); in elf_end()
145 /* Free all separately allocated section headers. */ in elf_end()
151 'free' since it will check for this. */ in elf_end()
157 free (scn->shdr.e32); in elf_end()
159 /* Free zdata if uncompressed, but not yet used as in elf_end()
164 free (scn->zdata_base); in elf_end()
173 free (scn->data_base); in elf_end()
180 free (scn->rawdata_base); in elf_end()
182 /* Free the list of data buffers for the section. in elf_end()
183 We don't free the buffers themselves since this in elf_end()
191 free (oldp); in elf_end()
195 /* Free the memory for the array. */ in elf_end()
204 free (oldp); in elf_end()
209 /* Free the section header. */ in elf_end()
211 free (elf->class == ELFCLASS32 in elf_end()
217 /* Free the program header. */ in elf_end()
219 free (elf->class == ELFCLASS32 in elf_end()
234 free (elf->map_address); in elf_end()
243 free (elf); in elf_end()