Lines Matching full:free
0 /* Free resources associated with Elf descriptor.
5 This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation, version 2.
15 along with this program; if not, write to the Free Software Foundation,
54 descriptors which depend on it. But we can free the archive
59 free (elf->state.ar.ar_sym);
72 solve this problem by giving free the child lock. The
94 /* This was the last activation. Free all resources. */
99 free (elf->state.ar.long_names);
112 /* Free all separately allocated section headers. */
118 'free' since it will check for this. */
124 free (scn->shdr.e32);
131 free (scn->data_base);
136 free (scn->rawdata_base);
138 /* Free the list of data buffers for the section.
139 We don't free the buffers themselves since this
147 free (oldp);
151 /* Free the memory for the array. */
160 free (oldp);
165 /* Free the section header. */
167 free (elf->class == ELFCLASS32
173 /* Free the program header. */
175 free (elf->class == ELFCLASS32
190 free (elf->map_address);
198 free (elf);