HomeSort by: relevance | last modified time | path
    Searched defs:BFCI_FREE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 2897 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2898 BFCI_FREE (adata (abfd).line_buf);
2899 BFCI_FREE (obj_aout_symbols (abfd));
2900 BFCI_FREE (obj_aout_external_syms (abfd));
2901 BFCI_FREE (obj_aout_external_strings (abfd));
2903 BFCI_FREE (o->relocation);
2904 #undef BFCI_FREE
pdp11.c 2528 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2529 BFCI_FREE (adata (abfd).line_buf);
2530 BFCI_FREE (obj_aout_symbols (abfd));
2531 BFCI_FREE (obj_aout_external_syms (abfd));
2532 BFCI_FREE (obj_aout_external_strings (abfd));
2534 BFCI_FREE (o->relocation);
2535 #undef BFCI_FREE
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 2897 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2898 BFCI_FREE (adata (abfd).line_buf);
2899 BFCI_FREE (obj_aout_symbols (abfd));
2900 BFCI_FREE (obj_aout_external_syms (abfd));
2901 BFCI_FREE (obj_aout_external_strings (abfd));
2903 BFCI_FREE (o->relocation);
2904 #undef BFCI_FREE
pdp11.c 2528 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2529 BFCI_FREE (adata (abfd).line_buf);
2530 BFCI_FREE (obj_aout_symbols (abfd));
2531 BFCI_FREE (obj_aout_external_syms (abfd));
2532 BFCI_FREE (obj_aout_external_strings (abfd));
2534 BFCI_FREE (o->relocation);
2535 #undef BFCI_FREE
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 2897 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2898 BFCI_FREE (adata (abfd).line_buf);
2899 BFCI_FREE (obj_aout_symbols (abfd));
2900 BFCI_FREE (obj_aout_external_syms (abfd));
2901 BFCI_FREE (obj_aout_external_strings (abfd));
2903 BFCI_FREE (o->relocation);
2904 #undef BFCI_FREE
pdp11.c 2528 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2529 BFCI_FREE (adata (abfd).line_buf);
2530 BFCI_FREE (obj_aout_symbols (abfd));
2531 BFCI_FREE (obj_aout_external_syms (abfd));
2532 BFCI_FREE (obj_aout_external_strings (abfd));
2534 BFCI_FREE (o->relocation);
2535 #undef BFCI_FREE
  /src/external/gpl3/gdb.old/dist/bfd/
aoutx.h 2905 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2906 BFCI_FREE (adata (abfd).line_buf);
2907 BFCI_FREE (obj_aout_symbols (abfd));
2908 BFCI_FREE (obj_aout_external_syms (abfd));
2909 BFCI_FREE (obj_aout_external_strings (abfd));
2911 BFCI_FREE (o->relocation);
2912 #undef BFCI_FREE
pdp11.c 2535 #define BFCI_FREE(x) do { free (x); x = NULL; } while (0)
2536 BFCI_FREE (adata (abfd).line_buf);
2537 BFCI_FREE (obj_aout_symbols (abfd));
2538 BFCI_FREE (obj_aout_external_syms (abfd));
2539 BFCI_FREE (obj_aout_external_strings (abfd));
2541 BFCI_FREE (o->relocation);
2542 #undef BFCI_FREE

Completed in 62 milliseconds