Home
last modified time | relevance | path

Searched refs:bfd_hash_lookup (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-9-stable/contrib/binutils/ld/
Dldmain.c787 if (bfd_hash_lookup (link_info.notice_hash, name, TRUE, TRUE) == NULL) in add_ysym()
806 if (bfd_hash_lookup (link_info.wrap_hash, name, TRUE, TRUE) == NULL) in add_wrap()
863 if (bfd_hash_lookup (link_info.keep_hash, buf, TRUE, TRUE) == NULL) in add_keepsyms_file()
1337 if (bfd_hash_lookup (hash, name, FALSE, FALSE) != NULL) in undefined_symbol()
1340 if (bfd_hash_lookup (hash, name, TRUE, TRUE) == NULL) in undefined_symbol()
1523 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL)) in notice()
Dldcref.c84 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
Dldlang.c1209 bfd_hash_lookup (&output_section_statement_table, name, in lang_output_section_find()
1236 bfd_hash_lookup (&output_section_statement_table, name, in lang_output_section_statement_lookup_1()
2975 if (bfd_hash_lookup (&lang_definedness_table, name, TRUE, FALSE) == NULL) in lang_track_definedness()
3009 bfd_hash_lookup (&lang_definedness_table, name, FALSE, FALSE); in lang_symbol_definition_iteration()
3027 bfd_hash_lookup (&lang_definedness_table, name, FALSE, FALSE); in lang_update_definedness()
/freebsd-9-stable/contrib/binutils/bfd/
Dcoff-aux.c99 && (bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE)
Dhash.c416 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() function
680 bfd_hash_lookup (&(t)->table, (string), (create), (copy)))
Dlinker.c501 bfd_hash_lookup (&table->table, string, create, copy)); in bfd_link_hash_lookup()
542 if (bfd_hash_lookup (info->wrap_hash, l, FALSE, FALSE) != NULL) in bfd_wrapped_link_hash_lookup()
571 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup()
917 bfd_hash_lookup (&(t)->table, (string), (create), (copy)))
1578 && bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE) != NULL)) in _bfd_generic_link_add_one_symbol()
2302 && bfd_hash_lookup (info->keep_hash, bfd_asymbol_name (sym), in _bfd_generic_link_output_symbols()
2470 && bfd_hash_lookup (wginfo->info->keep_hash, h->root.root.string, in _bfd_generic_link_write_global_symbol()
2924 bfd_hash_lookup (&_bfd_section_already_linked_table, name, in bfd_section_already_linked_table_lookup()
Delf-strtab.c153 bfd_hash_lookup (&tab->table, str, TRUE, copy); in _bfd_elf_strtab_add()
Dlibcoff-in.h436 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
Dsection.c736 bfd_hash_lookup ((table), (string), (create), (copy)))
Dstabs.c363 bfd_hash_lookup (&sinfo->includes, string, TRUE, TRUE); in _bfd_link_section_stabs()
Dbfd-in.h455 extern struct bfd_hash_entry *bfd_hash_lookup
Delf32-spu.c783 bfd_hash_lookup (stubs->stub_hash_table, stub_name, TRUE, FALSE); in allocate_spuear_stubs()
1011 bfd_hash_lookup (&htab->stub_hash_table, stub_name, in spu_elf_size_stubs()
2775 bfd_hash_lookup (&htab->stub_hash_table, stub_name, FALSE, FALSE); in spu_elf_relocate_section()
2892 bfd_hash_lookup (&htab->stub_hash_table, stub_name, FALSE, FALSE); in spu_elf_output_symbol_hook()
Delf64-sparc.c577 && bfd_hash_lookup (info->keep_hash, in elf64_sparc_output_arch_syms()
Dlibcoff.h440 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
Daoutx.h3443 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
3543 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in aout_link_write_other_symbol()
4731 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename, in aout_link_write_symbols()
4856 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE) in aout_link_write_symbols()
Dcofflink.c1545 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in _bfd_coff_link_input_bfd()
2479 && (bfd_hash_lookup (finfo->info->keep_hash, in _bfd_coff_write_global_sym()
DChangeLog-2006219 (bfd_hash_lookup): Don't grow if frozen.
1782 * hash.c (bfd_hash_lookup): Correct stray line.
2293 (bfd_hash_lookup): If we overflow size, refuse to grow table.
2342 (bfd_hash_lookup): Grow table as needed.
Decofflink.c338 bfd_hash_lookup (&(t)->table, (string), (create), (copy)))
Dxcofflink.c3736 && (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, in xcoff_link_input_bfd()
5019 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string, in xcoff_write_global_symbol()
Dbfd-in2.h462 extern struct bfd_hash_entry *bfd_hash_lookup
Decoff.c4309 && bfd_hash_lookup (einfo->info->keep_hash, in ecoff_link_write_external()
Delf64-ppc.c3464 bfd_hash_lookup ((table), (string), (create), (copy)))
3468 bfd_hash_lookup ((table), (string), (create), (copy)))
/freebsd-9-stable/contrib/binutils/ld/po/
Dld.pot674 msgid "%P%F: bfd_hash_lookup failed creating symbol %s\n"
925 msgid "%P%F: bfd_hash_lookup failed: %E\n"
933 msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n"
1017 msgid "%F%P: bfd_hash_lookup failed: %E\n"
/freebsd-9-stable/contrib/binutils/binutils/
Dwrstabs.c333 bfd_hash_lookup (&(t)->table, (string), (create), (copy)))
/freebsd-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h468 extern struct bfd_hash_entry *bfd_hash_lookup

12