Searched refs:_bfd_section_already_linked_table (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | linker.c | 2929 static struct bfd_hash_table _bfd_section_already_linked_table; variable 2940 bfd_hash_traverse (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_traverse() 2950 bfd_hash_lookup (&_bfd_section_already_linked_table, name, in bfd_section_already_linked_table_lookup() 2964 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l); in bfd_section_already_linked_table_insert() 2993 return bfd_hash_table_init_n (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_init() 3002 bfd_hash_table_free (&_bfd_section_already_linked_table); in bfd_section_already_linked_table_free()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | linker.c | 2789 static struct bfd_hash_table _bfd_section_already_linked_table; variable 2800 bfd_hash_traverse (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_traverse() 2810 bfd_hash_lookup (&_bfd_section_already_linked_table, name, in bfd_section_already_linked_table_lookup() 2824 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l); in bfd_section_already_linked_table_insert() 2853 return bfd_hash_table_init_n (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_init() 2862 bfd_hash_table_free (&_bfd_section_already_linked_table); in bfd_section_already_linked_table_free()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | linker.c | 2747 static struct bfd_hash_table _bfd_section_already_linked_table; variable 2758 bfd_hash_traverse (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_traverse() 2768 bfd_hash_lookup (&_bfd_section_already_linked_table, name, in bfd_section_already_linked_table_lookup() 2782 bfd_hash_allocate (&_bfd_section_already_linked_table, sizeof *l); in bfd_section_already_linked_table_insert() 2811 return bfd_hash_table_init_n (&_bfd_section_already_linked_table, in bfd_section_already_linked_table_init() 2820 bfd_hash_table_free (&_bfd_section_already_linked_table); in bfd_section_already_linked_table_free()
|