Home | History | Annotate | Download | only in bfd

Lines Matching refs:section_hash_entry

799 	bfd_hash_allocate (table, sizeof (struct section_hash_entry));
807 memset (&((struct section_hash_entry *) entry)->section, 0,
814 ((struct section_hash_entry *) \
912 struct section_hash_entry *sh;
942 struct section_hash_entry *sh;
946 sh = ((struct section_hash_entry *)
947 ((char *) sec - offsetof (struct section_hash_entry, section)));
951 for (sh = (struct section_hash_entry *) sh->root.next;
953 sh = (struct section_hash_entry *) sh->root.next)
1022 struct section_hash_entry *sh;
1033 for (; sh != NULL; sh = (struct section_hash_entry *) sh->root.next)
1134 struct section_hash_entry *sh;
1177 struct section_hash_entry *sh;
1197 struct section_hash_entry *new_sh;
1198 new_sh = (struct section_hash_entry *)
1256 struct section_hash_entry *sh;
1348 struct section_hash_entry *sh;
1350 sh = (struct section_hash_entry *)
1351 ((char *) sec - offsetof (struct section_hash_entry, section));