Lines Matching refs:section_hash_entry
776 bfd_hash_allocate (table, sizeof (struct section_hash_entry)); in bfd_section_hash_newfunc()
784 memset (&((struct section_hash_entry *) entry)->section, 0, in bfd_section_hash_newfunc()
791 ((struct section_hash_entry *) \
882 struct section_hash_entry *sh; in bfd_get_section_by_name()
909 struct section_hash_entry *sh; in bfd_get_next_section_by_name()
913 sh = ((struct section_hash_entry *) in bfd_get_next_section_by_name()
914 ((char *) sec - offsetof (struct section_hash_entry, section))); in bfd_get_next_section_by_name()
918 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
920 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
991 struct section_hash_entry *sh; in bfd_get_section_by_name_if()
999 for (; sh != NULL; sh = (struct section_hash_entry *) sh->root.next) in bfd_get_section_by_name_if()
1100 struct section_hash_entry *sh; in bfd_make_section_old_way()
1148 struct section_hash_entry *sh; in bfd_make_section_anyway_with_flags()
1168 struct section_hash_entry *new_sh; in bfd_make_section_anyway_with_flags()
1169 new_sh = (struct section_hash_entry *) in bfd_make_section_anyway_with_flags()
1227 struct section_hash_entry *sh; in bfd_make_section_with_flags()
1319 struct section_hash_entry *sh; in bfd_rename_section()
1321 sh = (struct section_hash_entry *) in bfd_rename_section()
1322 ((char *) sec - offsetof (struct section_hash_entry, section)); in bfd_rename_section()