Home | History | Annotate | Download | only in include

Lines Matching full:hash

45 /* Describes the type of hash table entry structure being used.
46 Different hash table structure have different fields and so
55 /* These are the possible types of an entry in the BFD link hash
78 /* The linking routines use a hash table which uses this structure for
83 /* Base hash table entry structure. */
103 the link hash table itself. As symbols are defined, they need
156 /* This is the link hash table. It is a derived class of
161 /* The hash table itself. */
163 /* The back end which created this hash table. This indicates the
164 type of the entries in the hash table, which is sometimes
173 /* The type of the link hash table. */
177 /* Look up an entry in a link hash table. If FOLLOW is TRUE, this
184 /* Look up an entry in the main linker hash table if the symbol might
192 /* Traverse a link hash table. */
334 /* TRUE if .hash section should be created. */
337 /* TRUE if .gnu.hash section should be created. */
374 /* Hash table handled by BFD. */
375 struct bfd_link_hash_table *hash;
377 /* Hash table of symbols to keep. This is NULL unless strip is
381 /* Hash table of symbols to report back via the notice callback. If
386 /* Hash table of symbols which are being wrapped (the --wrap linker
489 the link hash table entry for the set itself (e.g.,
525 the link hash table entry for the symbol the reloc is against.
696 /* Hash table for non-wildcards. */