Searched refs:BFCI_FREE (Results 1 – 6 of 6) sorted by relevance
2395 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro2396 BFCI_FREE (obj_aout_symbols (abfd)); in NAME()2404 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()2405 BFCI_FREE (obj_aout_external_strings (abfd)); in NAME()2408 BFCI_FREE (o->relocation); in NAME()2409 #undef BFCI_FREE in NAME()
2805 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro2806 BFCI_FREE (obj_aout_symbols (abfd)); in NAME()2813 BFCI_FREE (obj_aout_external_syms (abfd)); in NAME()2814 BFCI_FREE (obj_aout_external_strings (abfd)); in NAME()2817 BFCI_FREE (o->relocation); in NAME()2818 #undef BFCI_FREE in NAME()
6110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE
2801 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } macro2802 BFCI_FREE (obj_aout_symbols (abfd));2809 BFCI_FREE (obj_aout_external_syms (abfd));2810 BFCI_FREE (obj_aout_external_strings (abfd));2813 BFCI_FREE (o->relocation);2814 #undef BFCI_FREE
2988 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } macro2989 BFCI_FREE (obj_aout_symbols (abfd));2996 BFCI_FREE (obj_aout_external_syms (abfd));2997 BFCI_FREE (obj_aout_external_strings (abfd));3000 BFCI_FREE (o->relocation);3001 #undef BFCI_FREE