Home
last modified time | relevance | path

Searched refs:section_hash_entry (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gdb-7/bfd/
HDsection.c750 bfd_hash_allocate (table, sizeof (struct section_hash_entry)); in bfd_section_hash_newfunc()
758 memset (&((struct section_hash_entry *) entry)->section, 0, in bfd_section_hash_newfunc()
765 ((struct section_hash_entry *) \
856 struct section_hash_entry *sh; in bfd_get_section_by_name()
881 struct section_hash_entry *sh; in bfd_get_next_section_by_name()
885 sh = ((struct section_hash_entry *) in bfd_get_next_section_by_name()
886 ((char *) sec - offsetof (struct section_hash_entry, section))); in bfd_get_next_section_by_name()
890 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
892 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
953 struct section_hash_entry *sh; in bfd_get_section_by_name_if()
[all …]
HDformat.c134 sizeof (struct section_hash_entry)); in bfd_preserve_save()
HDlibbfd.h63 struct section_hash_entry struct
HDopncls.c89 sizeof (struct section_hash_entry), 13)) in _bfd_new_bfd()
/dragonfly/contrib/binutils-2.27/bfd/
HDsection.c789 bfd_hash_allocate (table, sizeof (struct section_hash_entry)); in bfd_section_hash_newfunc()
797 memset (&((struct section_hash_entry *) entry)->section, 0, in bfd_section_hash_newfunc()
804 ((struct section_hash_entry *) \
895 struct section_hash_entry *sh; in bfd_get_section_by_name()
922 struct section_hash_entry *sh; in bfd_get_next_section_by_name()
926 sh = ((struct section_hash_entry *) in bfd_get_next_section_by_name()
927 ((char *) sec - offsetof (struct section_hash_entry, section))); in bfd_get_next_section_by_name()
931 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
933 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
1004 struct section_hash_entry *sh; in bfd_get_section_by_name_if()
[all …]
HDformat.c133 sizeof (struct section_hash_entry)); in bfd_preserve_save()
HDlibbfd.h64 struct section_hash_entry struct
HDopncls.c84 sizeof (struct section_hash_entry), 13)) in _bfd_new_bfd()
/dragonfly/contrib/binutils-2.34/bfd/
HDsection.c776 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()
[all …]
HDformat.c137 sizeof (struct section_hash_entry)); in bfd_preserve_save()
HDlibbfd.h66 struct section_hash_entry struct
HDopncls.c85 sizeof (struct section_hash_entry), 13)) in _bfd_new_bfd()
/dragonfly/contrib/gcc-8.0/gcc/
HDcgraph.h43 struct GTY((for_user)) section_hash_entry struct
51 struct section_name_hasher : ggc_ptr_hash<section_hash_entry> argument
55 static hashval_t hash (section_hash_entry *);
56 static bool equal (section_hash_entry *, const char *);
579 section_hash_entry *x_section;
HDsymtab.c358 section_name_hasher::hash (section_hash_entry *n) in hash()
366 section_name_hasher::equal (section_hash_entry *n1, const char *name) in equal()
1493 section_hash_entry **slot; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()