Searched refs:section_htab (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | section.c | 811 memset (abfd->section_htab.table, 0, in bfd_section_list_clear() 812 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear() 838 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name() 879 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name_if() 935 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE)); in bfd_get_unique_section_name() 991 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_old_way() 1038 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_anyway_with_flags() 1051 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name); in bfd_make_section_anyway_with_flags() 1123 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_with_flags()
|
| D | bfd.c | 1439 preserve->section_htab = abfd->section_htab; in bfd_preserve_save() 1441 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc)) in bfd_preserve_save() 1471 bfd_hash_table_free (&abfd->section_htab); in bfd_preserve_restore() 1476 abfd->section_htab = preserve->section_htab; in bfd_preserve_restore() 1511 bfd_hash_table_free (&preserve->section_htab); in bfd_preserve_finish()
|
| D | opncls.c | 73 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc, in _bfd_new_bfd() 118 bfd_hash_table_free (&abfd->section_htab); in _bfd_delete_bfd()
|
| D | bfd-in2.h | 4143 struct bfd_hash_table section_htab; member 4419 struct bfd_hash_table section_htab; member
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | bfdt.texi | 85 struct bfd_hash_table section_htab; 676 struct bfd_hash_table section_htab;
|