Home | History | Annotate | Download | only in libasm

Lines Matching refs:free

1 /* Finalize operations on the assembler context, free all resources.
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
472 free (shstrtabdata->d_buf);
474 free (strtabdata->d_buf);
477 free (xndxdata->d_buf);
479 /* Free section groups memory. */
483 free (elf_getdata (scngrp->scn, NULL)->d_buf);
493 /* Free the temporary resources. */
494 free (symtab);
527 /* Free the resources. */
548 free (oldp);
552 free (scnp);
560 /* Iterate through section table and free individual entries. */
569 /* Free the resources of the symbol table. */
573 free (sym);
577 /* Free section groups. */
585 free (oldp);
610 /* Finally free the data structure. */
611 free (ctx);