Searched refs:section_htab (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsection.c806 memset (abfd->section_htab.table, 0,
807 abfd->section_htab.size * sizeof (struct bfd_hash_entry *));
833 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE);
874 sh = section_hash_lookup (&abfd->section_htab, name, FALSE, FALSE);
930 while (section_hash_lookup (&abfd->section_htab, sname, FALSE, FALSE));
985 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
1040 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
1053 bfd_section_hash_newfunc (NULL, &abfd->section_htab, name);
1125 sh = section_hash_lookup (&abfd->section_htab, name, TRUE, FALSE);
H A Dbfd.c109 . struct bfd_hash_table section_htab;
1473 . struct bfd_hash_table section_htab;
1507 preserve->section_htab = abfd->section_htab;
1509 if (! bfd_hash_table_init (&abfd->section_htab, bfd_section_hash_newfunc,
1540 bfd_hash_table_free (&abfd->section_htab);
1545 abfd->section_htab = preserve->section_htab;
1580 bfd_hash_table_free (&preserve->section_htab);
H A Dopncls.c73 if (!bfd_hash_table_init_n (& nbfd->section_htab, bfd_section_hash_newfunc,
120 bfd_hash_table_free (&abfd->section_htab);
133 bfd_hash_table_free (&abfd->section_htab);
H A Dbfd-in2.h4654 struct bfd_hash_table section_htab;
4931 struct bfd_hash_table section_htab;
4647 struct bfd_hash_table section_htab; member in struct:bfd
4924 struct bfd_hash_table section_htab; member in struct:bfd_preserve
/freebsd-10.0-release/contrib/gcc/
H A Dvarasm.c192 static GTY((param_is (section))) htab_t section_htab;
203 /* Helper routines for maintaining section_htab. */
290 htab_find_slot_with_hash (section_htab, name,
5149 section_htab = htab_create_ggc (31, section_entry_hash,
191 static GTY((param_is (section))) htab_t section_htab; variable
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4661 struct bfd_hash_table section_htab;
4938 struct bfd_hash_table section_htab;
4654 struct bfd_hash_table section_htab; member in struct:bfd
4931 struct bfd_hash_table section_htab; member in struct:bfd_preserve

Completed in 290 milliseconds