Searched refs:BFCI_FREE (Results 1 – 2 of 2) sorted by relevance
2827 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro2828 BFCI_FREE (obj_aout_symbols (abfd)); in NAME()2835 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()2836 BFCI_FREE (obj_aout_external_strings (abfd)); in NAME()2839 BFCI_FREE (o->relocation); in NAME()2840 #undef BFCI_FREE in NAME()
6110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE