Home
last modified time | relevance | path

Searched refs:hashtab (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dmakefile.vms15 objalloc.obj,safe-ctype.obj,hashtab.obj,lbasename.obj,argv.obj,\
DMakefile.in136 hashtab.c hex.c \
178 ./getruntime.$(objext) ./hashtab.$(objext) ./hex.$(objext) \
238 $(INCDIR)/hashtab.h \
759 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
866 ./hashtab.$(objext): $(srcdir)/hashtab.c config.h $(INCDIR)/ansidecl.h \
867 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
869 $(COMPILE.c) $(PICFLAG) $(srcdir)/hashtab.c -o pic/$@; \
872 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/hashtab.c -o noasan/$@; \
874 $(COMPILE.c) $(srcdir)/hashtab.c $(OUTPUT_OPTION)
905 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
DChangeLog599 * cp-demangle.c: Include hashtab.h.
619 * cp-demangle.c: Include hashtab.h.
664 * hashtab.c (hash_pointer): Remove conditional and avoid
669 * hashtab.c (hash_pointer): Move to end of file and reimplement.
1127 hashtab.c, insque.c, make-relative-prefix.c, memchr.c, memcmp.c,
1326 * hashtab.c: Update copyright years.
1490 * hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
1494 * config.h-vms (intptr_t): Define to compile hashtab.c
1510 * hashtab.c (hash_pointer): Cast the pointer argument to intptr_t
1575 * hashtab.c (htab_traverse): Don't call htab_expand for
[all …]
Dfunctions.texi320 This function is for use with hashtab.c hash tables.
329 This function is for use with hashtab.c hash tables.
540 @c hashtab.c:328
/toolchain/binutils/binutils-2.27/include/
DChangeLog-9103191 * hashtab.h (iterative_hash): Prototype.
224 * hashtab.h (htab_traverse_noresize): Declare.
244 * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
361 * hashtab.h: Likewise.
389 * hashtab.h (htab): Rearrange new members for backward
395 * hashtab.h (htab_create): Restore prototype for backward
401 * hashtab.h (struct htab): Update for change to length specifier.
405 * hashtab.h (GTY): Define if undefined.
631 * hashtab.h (htab_hash_string): Declare.
796 * hashtab.h (struct htab): Add member return_allocation_failure.
[all …]
DChangeLog-0415106 * hashtab.h, splay-tree.h: Remove GTY markers.
503 * filenames.h: #include "hashtab.h".
942 * hashtab.h: Update copyright years.
1262 * hashtab.h: Update GTY annotations to new syntax.
1740 * hashtab.h (HTAB_DELETED_ENTRY): New macro.
1800 fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h,
1812 * hashtab.h, libiberty.h, objalloc.h, splay-tree.h, ternary.h:
1859 * hashtab.h: Likewise.
2117 * hashtab.h (struct htab): Add size_prime_index.
2121 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
[all …]
/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c255 struct hash_control *hashtab; member
1879 strtab->hashtab = hash_new (); in add_to_string_table()
1882 val = (offsetT) (uintptr_t)hash_find (strtab->hashtab, str); in add_to_string_table()
1900 hash_insert (strtab->hashtab, key, (void *) (uintptr_t)val); in add_to_string_table()
/toolchain/binutils/binutils-2.27/opcodes/
DMakefile.am544 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
DChangeLog-2008211 * i386-gen.c: Include "hashtab.h".
DMakefile.in1448 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20092300 * elf32-i386.c: Include "objalloc.h" and "hashtab.h".
2320 * elf64-x86-64.c: Include "objalloc.h" and "hashtab.h".
DChangeLog-20054174 * archive.c: Include hashtab.h.
4180 * libbfd-in.h: Include hashtab.h.
DChangeLog-20062610 * elf32-bfin.c: Include "elf/dwarf2.h" and "hashtab.h".
DChangeLog-0203678 * elfxx-ia64.c: Include objalloc.h, hashtab.h.
688 (elfNN_ia64_hash_table_create): Use hashtab.h hashtable for
695 (get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.
/toolchain/binutils/binutils-2.27/ld/
DChangeLog-0203218 * ldlang.c: Include hashtab.h.