Lines Matching refs:free
0 /* Free resources associated with Elf descriptor.
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
65 descriptors which depend on it. But we can free the archive
71 free (elf->state.ar.ar_sym);
84 solve this problem by giving free the child lock. The
106 /* This was the last activation. Free all resources. */
111 free (elf->state.ar.long_names);
126 free (rawchunks->data.d.d_buf);
127 free (rawchunks);
139 /* Free all separately allocated section headers. */
145 'free' since it will check for this. */
151 free (scn->shdr.e32);
153 /* Free zdata if uncompressed, but not yet used as
157 free (scn->zdata_base);
164 free (scn->data_base);
170 free (scn->rawdata_base);
172 /* Free the list of data buffers for the section.
173 We don't free the buffers themselves since this
181 free (oldp);
185 /* Free the memory for the array. */
194 free (oldp);
199 /* Free the section header. */
201 free (elf->class == ELFCLASS32
207 /* Free the program header. */
209 free (elf->class == ELFCLASS32
224 free (elf->map_address);
233 free (elf);