Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Daoutx.h2827 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro
2828 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()
DChangeLog-94956110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE