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

  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 2791 bool save_global_to_static;
2802 save_global_to_static = flaginfo->global_to_static;
2805 flaginfo->global_to_static = save_global_to_static;
2790 bool save_global_to_static; local
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 2798 bool save_global_to_static;
2809 save_global_to_static = flaginfo->global_to_static;
2812 flaginfo->global_to_static = save_global_to_static;
2797 bool save_global_to_static; local
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 2759 bool save_global_to_static;
2770 save_global_to_static = flaginfo->global_to_static;
2773 flaginfo->global_to_static = save_global_to_static;
2758 bool save_global_to_static; local
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 2798 bool save_global_to_static;
2809 save_global_to_static = flaginfo->global_to_static;
2812 flaginfo->global_to_static = save_global_to_static;
2797 bool save_global_to_static; local

Completed in 25 milliseconds