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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 259 static htab_t strip_unneeded_htab = NULL;
1078 strip_unneeded_htab = create_symbol_htab ();
1094 htab_delete (strip_unneeded_htab);
1717 && is_specified_symbol (name, strip_unneeded_htab))
5490 add_specific_symbol (optarg, strip_unneeded_htab);
5935 add_specific_symbols (optarg, strip_unneeded_htab,
258 static htab_t strip_unneeded_htab = NULL; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 265 static htab_t strip_unneeded_htab = NULL;
1069 strip_unneeded_htab = create_symbol_htab ();
1085 htab_delete (strip_unneeded_htab);
1708 && is_specified_symbol (name, strip_unneeded_htab))
5488 add_specific_symbol (optarg, strip_unneeded_htab);
5933 add_specific_symbols (optarg, strip_unneeded_htab,
264 static htab_t strip_unneeded_htab = NULL; variable

Completed in 68 milliseconds