HomeSort by: relevance | last modified time | path
    Searched refs:section_hash_entry (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
section.c 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
    [all...]
format.c 159 sizeof (struct section_hash_entry));
libbfd-in.h 50 struct section_hash_entry struct
opncls.c 91 sizeof (struct section_hash_entry), 13))
1025 sizeof (struct section_hash_entry), 13))
libbfd.h 56 struct section_hash_entry struct
  /src/external/gpl3/binutils.old/dist/bfd/
section.c 795 bfd_hash_allocate (table, sizeof (struct section_hash_entry));
803 memset (&((struct section_hash_entry *) entry)->section, 0,
810 ((struct section_hash_entry *) \
908 struct section_hash_entry *sh;
938 struct section_hash_entry *sh;
942 sh = ((struct section_hash_entry *)
943 ((char *) sec - offsetof (struct section_hash_entry, section)));
947 for (sh = (struct section_hash_entry *) sh->root.next;
949 sh = (struct section_hash_entry *) sh->root.next)
1018 struct section_hash_entry *sh
    [all...]
format.c 185 sizeof (struct section_hash_entry));
libbfd-in.h 57 struct section_hash_entry struct
opncls.c 91 sizeof (struct section_hash_entry), 13))
1027 sizeof (struct section_hash_entry), 13))
libbfd.h 63 struct section_hash_entry struct
  /src/external/gpl3/gdb.old/dist/bfd/
section.c 796 bfd_hash_allocate (table, sizeof (struct section_hash_entry));
804 memset (&((struct section_hash_entry *) entry)->section, 0,
811 ((struct section_hash_entry *) \
909 struct section_hash_entry *sh;
939 struct section_hash_entry *sh;
943 sh = ((struct section_hash_entry *)
944 ((char *) sec - offsetof (struct section_hash_entry, section)));
948 for (sh = (struct section_hash_entry *) sh->root.next;
950 sh = (struct section_hash_entry *) sh->root.next)
1019 struct section_hash_entry *sh
    [all...]
format.c 157 sizeof (struct section_hash_entry));
libbfd-in.h 57 struct section_hash_entry struct
libbfd.h 63 struct section_hash_entry struct
opncls.c 95 sizeof (struct section_hash_entry), 13))
  /src/external/gpl3/gdb/dist/bfd/
section.c 795 bfd_hash_allocate (table, sizeof (struct section_hash_entry));
803 memset (&((struct section_hash_entry *) entry)->section, 0,
810 ((struct section_hash_entry *) \
908 struct section_hash_entry *sh;
938 struct section_hash_entry *sh;
942 sh = ((struct section_hash_entry *)
943 ((char *) sec - offsetof (struct section_hash_entry, section)));
947 for (sh = (struct section_hash_entry *) sh->root.next;
949 sh = (struct section_hash_entry *) sh->root.next)
1018 struct section_hash_entry *sh
    [all...]
format.c 158 sizeof (struct section_hash_entry));
libbfd-in.h 57 struct section_hash_entry struct
opncls.c 91 sizeof (struct section_hash_entry), 13))
1027 sizeof (struct section_hash_entry), 13))
libbfd.h 63 struct section_hash_entry struct
  /src/external/gpl3/gcc/dist/gcc/
symtab.cc 359 section_name_hasher::hash (section_hash_entry *n)
367 section_name_hasher::equal (section_hash_entry *n1, const char *name)
374 static section_hash_entry *
375 retain_section_hash_entry (section_hash_entry *entry)
385 release_section_hash_entry (section_hash_entry *entry)
393 section_hash_entry **slot
1755 section_hash_entry **slot = symtab->section_hash->find_slot_with_hash
1762 *slot = x_section = ggc_cleared_alloc<section_hash_entry> ();
cgraph.h 52 struct GTY((for_user)) section_hash_entry
60 struct section_name_hasher : ggc_ptr_hash<section_hash_entry>
64 static hashval_t hash (section_hash_entry *);
65 static bool equal (section_hash_entry *, const char *);
644 section_hash_entry *x_section;
  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 359 section_name_hasher::hash (section_hash_entry *n)
367 section_name_hasher::equal (section_hash_entry *n1, const char *name)
374 static section_hash_entry *
375 retain_section_hash_entry (section_hash_entry *entry)
385 release_section_hash_entry (section_hash_entry *entry)
393 section_hash_entry **slot
1754 section_hash_entry **slot = symtab->section_hash->find_slot_with_hash
1761 *slot = x_section = ggc_cleared_alloc<section_hash_entry> ();
cgraph.h 52 struct GTY((for_user)) section_hash_entry
60 struct section_name_hasher : ggc_ptr_hash<section_hash_entry>
64 static hashval_t hash (section_hash_entry *);
65 static bool equal (section_hash_entry *, const char *);
641 section_hash_entry *x_section;

Completed in 71 milliseconds