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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 264 static htab_t weaken_specific_htab = NULL;
1083 weaken_specific_htab = create_symbol_htab ();
1099 htab_delete (weaken_specific_htab);
1752 && (weaken || is_specified_symbol (name, weaken_specific_htab)))
3362 || htab_elements (weaken_specific_htab) != 0
5508 add_specific_symbol (optarg, weaken_specific_htab);
5981 add_specific_symbols (optarg, weaken_specific_htab,
263 static htab_t weaken_specific_htab = NULL; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 270 static htab_t weaken_specific_htab = NULL;
1074 weaken_specific_htab = create_symbol_htab ();
1090 htab_delete (weaken_specific_htab);
1743 && (weaken || is_specified_symbol (name, weaken_specific_htab)))
3357 || htab_elements (weaken_specific_htab) != 0
5506 add_specific_symbol (optarg, weaken_specific_htab);
5979 add_specific_symbols (optarg, weaken_specific_htab,
269 static htab_t weaken_specific_htab = NULL; variable

Completed in 31 milliseconds