Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c2395 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro
2396 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()
H A Daoutx.h2805 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } in NAME() macro
2806 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()
H A DChangeLog-94956110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c2801 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } macro
2802 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
H A Daoutx.h2988 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; } macro
2989 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
H A DChangeLog-94956110 * aoutx.h (bfd_free_cached_info): Change name of FREE to BFCI_FREE