Searched refs:BFCI_FREE (Results 1 – 3 of 3) sorted by relevance
2398 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro2399 BFCI_FREE (obj_aout_symbols (abfd)); in NAME()2407 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()2408 BFCI_FREE (obj_aout_external_strings (abfd)); in NAME()2411 BFCI_FREE (o->relocation); in NAME()2412 #undef BFCI_FREE in NAME()
2860 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro2861 BFCI_FREE (obj_aout_symbols (abfd)); in NAME()2868 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()2869 BFCI_FREE (obj_aout_external_strings (abfd)); in NAME()2872 BFCI_FREE (o->relocation); in NAME()2873 #undef BFCI_FREE in NAME()
6110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE