Searched refs:xcoff_link_hash_lookup (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | libxcoff.h | 114 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \ macro
|
H A D | xcofflink.c | 959 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, in xcoff_link_add_dynamic_symbols() 1011 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols() 1706 h = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2044 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2267 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2646 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_find_function() 3024 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, in xcoff_mark_symbol_by_name() 3283 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_import_symbol() 3431 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, true, in bfd_xcoff_record_link_assignment() 3845 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_size_dynamic_sections() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | libxcoff.h | 114 #define xcoff_link_hash_lookup(table, string, create, copy, follow) \ macro
|
H A D | xcofflink.c | 961 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, in xcoff_link_add_dynamic_symbols() 1013 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), dsnm, in xcoff_link_add_dynamic_symbols() 1711 h = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2050 *sym_hash = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2273 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_link_add_symbols() 2656 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info), in xcoff_find_function() 3034 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, in xcoff_mark_symbol_by_name() 3294 hds = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_import_symbol() 3442 h = xcoff_link_hash_lookup (xcoff_hash_table (info), name, true, true, in bfd_xcoff_record_link_assignment() 3856 hsym = xcoff_link_hash_lookup (xcoff_hash_table (info), in bfd_xcoff_size_dynamic_sections() [all …]
|