Home
last modified time | relevance | path

Searched refs:section_htab (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsection.c808 memset (abfd->section_htab.table, 0, in bfd_section_list_clear()
809 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear()
835 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name()
876 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name_if()
932 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE)); in bfd_get_unique_section_name()
988 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_old_way()
1035 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_anyway_with_flags()
1048 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name); in bfd_make_section_anyway_with_flags()
1120 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_with_flags()
H A Dbfd.c1441 preserve->section_htab = abfd->section_htab; in bfd_preserve_save()
1443 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc, in bfd_preserve_save()
1474 bfd_hash_table_free (&abfd->section_htab); in bfd_preserve_restore()
1479 abfd->section_htab = preserve->section_htab; in bfd_preserve_restore()
1514 bfd_hash_table_free (&preserve->section_htab); in bfd_preserve_finish()
H A Dopncls.c73 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()
H A Dbfd-in2.h4429 struct bfd_hash_table section_htab; member
4705 struct bfd_hash_table section_htab; member
H A DChangeLog-0001189 section_htab structure, and init appropriately. Move "rest of
191 Free old section_htab on success.
369 * bfd.c (struct _bfd): Add section_htab, section_tail.
373 section_htab and section_tail.
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsection.c768 memset (abfd->section_htab.table, 0, in bfd_section_list_clear()
769 abfd->section_htab.size * sizeof (struct bfd_hash_entry *)); in bfd_section_list_clear()
795 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE); in bfd_get_section_by_name()
841 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE)); in bfd_get_unique_section_name()
897 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_old_way()
941 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section_anyway()
993 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE); in bfd_make_section()
H A Dbfd.c1318 preserve->section_htab = abfd->section_htab; in bfd_preserve_save()
1320 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc)) in bfd_preserve_save()
1350 bfd_hash_table_free (&abfd->section_htab); in bfd_preserve_restore()
1355 abfd->section_htab = preserve->section_htab; in bfd_preserve_restore()
1390 bfd_hash_table_free (&preserve->section_htab); in bfd_preserve_finish()
H A Dopncls.c73 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc, in _bfd_new_bfd()
117 bfd_hash_table_free (&abfd->section_htab); in _bfd_delete_bfd()
H A Dbfd-in2.h3732 struct bfd_hash_table section_htab; member
3987 struct bfd_hash_table section_htab; member
H A DChangeLog-0001189 section_htab structure, and init appropriately. Move "rest of
191 Free old section_htab on success.
369 * bfd.c (struct _bfd): Add section_htab, section_tail.
373 section_htab and section_tail.
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dbfdt.texi89 struct bfd_hash_table section_htab;
648 struct bfd_hash_table section_htab;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dbfdt.texi85 struct bfd_hash_table section_htab;
679 struct bfd_hash_table section_htab;
/openbsd/gnu/gcc/gcc/
H A Dvarasm.c191 static GTY((param_is (section))) htab_t section_htab;
289 htab_find_slot_with_hash (section_htab, name, in get_section()
5123 section_htab = htab_create_ggc (31, section_entry_hash, in init_varasm_once()