Home
last modified time | relevance | path

Searched refs:create_symbol_htab (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c820 create_symbol_htab (void) in create_symbol_htab() function
828 strip_specific_htab = create_symbol_htab (); in create_symbol_htabs()
829 strip_unneeded_htab = create_symbol_htab (); in create_symbol_htabs()
830 keep_specific_htab = create_symbol_htab (); in create_symbol_htabs()
831 localize_specific_htab = create_symbol_htab (); in create_symbol_htabs()
832 globalize_specific_htab = create_symbol_htab (); in create_symbol_htabs()
833 keepglobal_specific_htab = create_symbol_htab (); in create_symbol_htabs()
834 weaken_specific_htab = create_symbol_htab (); in create_symbol_htabs()
DChangeLog-2008522 (create_symbol_htab): New function.