Searched refs:BFCI_FREE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Daoutx.h2834 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2835 BFCI_FREE (obj_aout_symbols (abfd));
2842 BFCI_FREE (obj_aout_external_syms (abfd));
2843 BFCI_FREE (obj_aout_external_strings (abfd));
2846 BFCI_FREE (o->relocation);
2847 #undef BFCI_FREE
2827 #define BFCI_FREE macro
2840 #undef BFCI_FREE macro

Completed in 46 milliseconds