Searched refs:BFCI_FREE (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dpdp11.c2402 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2403 BFCI_FREE (obj_aout_symbols (abfd));
2411 BFCI_FREE (obj_aout_external_syms (abfd));
2412 BFCI_FREE (obj_aout_external_strings (abfd));
2415 BFCI_FREE (o->relocation);
2416 #undef BFCI_FREE
2395 #define BFCI_FREE macro
2409 #undef BFCI_FREE macro
H A Daoutx.h2812 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2813 BFCI_FREE (obj_aout_symbols (abfd));
2820 BFCI_FREE (obj_aout_external_syms (abfd));
2821 BFCI_FREE (obj_aout_external_strings (abfd));
2824 BFCI_FREE (o->relocation);
2825 #undef BFCI_FREE
2805 #define BFCI_FREE macro
2818 #undef BFCI_FREE macro
/haiku-buildtools/binutils/bfd/
H A Dpdp11.c2408 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2409 BFCI_FREE (obj_aout_symbols (abfd));
2417 BFCI_FREE (obj_aout_external_syms (abfd));
2418 BFCI_FREE (obj_aout_external_strings (abfd));
2421 BFCI_FREE (o->relocation);
2422 #undef BFCI_FREE
2401 #define BFCI_FREE macro
2415 #undef BFCI_FREE macro
H A Daoutx.h2909 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2910 BFCI_FREE (obj_aout_symbols (abfd));
2917 BFCI_FREE (obj_aout_external_syms (abfd));
2918 BFCI_FREE (obj_aout_external_strings (abfd));
2921 BFCI_FREE (o->relocation);
2922 #undef BFCI_FREE
2902 #define BFCI_FREE macro
2915 #undef BFCI_FREE macro

Completed in 189 milliseconds