Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dsection.c774 bfd_hash_allocate (table, sizeof (struct section_hash_entry)); in bfd_section_hash_newfunc()
782 memset (&((struct section_hash_entry *) entry)->section, 0, in bfd_section_hash_newfunc()
789 ((struct section_hash_entry *) \
880 struct section_hash_entry *sh; in bfd_get_section_by_name()
905 struct section_hash_entry *sh; in bfd_get_next_section_by_name()
909 sh = ((struct section_hash_entry *) in bfd_get_next_section_by_name()
910 ((char *) sec - offsetof (struct section_hash_entry, section))); in bfd_get_next_section_by_name()
914 for (sh = (struct section_hash_entry *) sh->root.next; in bfd_get_next_section_by_name()
916 sh = (struct section_hash_entry *) sh->root.next) in bfd_get_next_section_by_name()
977 struct section_hash_entry *sh; in bfd_get_section_by_name_if()
[all …]
Dformat.c133 sizeof (struct section_hash_entry)); in bfd_preserve_save()
Dlibbfd-in.h55 struct section_hash_entry struct
Dlibbfd.h60 struct section_hash_entry struct
Dopncls.c84 sizeof (struct section_hash_entry), 13)) in _bfd_new_bfd()
DChangeLog-20062963 * section.c (struct section_hash_entry): Move to..
DChangeLog-0001382 * section.c (struct section_hash_entry): New.