Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dpdp11.c2398 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro
2399 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()
Daoutx.h2860 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro
2861 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()
DChangeLog-94956110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE