/toolchain/binutils/binutils-2.25/bfd/ |
D | hash.c | 368 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 457 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 502 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 567 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() 592 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace() 617 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate() 632 struct bfd_hash_table *table, in bfd_hash_newfunc() 644 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse() [all …]
|
D | genlink.h | 60 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ argument 66 #define _bfd_generic_link_hash_traverse(table, func, info) \ argument
|
D | elf-strtab.c | 49 struct bfd_hash_table table; member 64 struct bfd_hash_table *table, in elf_strtab_hash_newfunc() 97 struct elf_strtab_hash *table; in _bfd_elf_strtab_init() local
|
D | merge.c | 61 struct bfd_hash_table table; member 105 struct bfd_hash_table *table, const char *string) in sec_merge_hash_newfunc() 135 sec_merge_hash_lookup (struct sec_merge_hash *table, const char *string, in sec_merge_hash_lookup() 236 struct sec_merge_hash *table; in sec_merge_init() local
|
D | sparclinux.c | 168 struct bfd_hash_table *table, in linux_link_hash_newfunc() 217 #define linux_link_hash_lookup(table, string, create, copy, follow) \ argument 224 #define linux_link_hash_traverse(table, func, info) \ argument
|
D | m68klinux.c | 171 struct bfd_hash_table *table, in linux_link_hash_newfunc() 223 #define linux_link_hash_lookup(table, string, create, copy, follow) \ argument 230 #define linux_link_hash_traverse(table, func, info) \ argument
|
D | i386linux.c | 172 struct bfd_hash_table *table, in linux_link_hash_newfunc() 221 #define linux_link_hash_lookup(table, string, create, copy, follow) \ argument 228 #define linux_link_hash_traverse(table, func, info) \ argument
|
D | linker.c | 437 struct bfd_hash_table *table, in _bfd_link_hash_newfunc() 469 (struct bfd_link_hash_table *table, in _bfd_link_hash_table_init() 499 bfd_link_hash_lookup (struct bfd_link_hash_table *table, in bfd_link_hash_lookup() 672 bfd_link_add_undef (struct bfd_link_hash_table *table, in bfd_link_add_undef() 691 bfd_link_repair_undef_list (struct bfd_link_hash_table *table) in bfd_link_repair_undef_list() 726 struct bfd_hash_table *table, in _bfd_generic_link_hash_newfunc() 2847 struct bfd_hash_table *table, in already_linked_newfunc()
|
D | coff-h8300.c | 63 #define funcvec_hash_lookup(table, string, create, copy) \ argument 100 struct funcvec_hash_table *table; in funcvec_hash_newfunc() local 149 funcvec_hash_table_init (struct funcvec_hash_table *table, in funcvec_hash_table_init()
|
D | libcoff-in.h | 295 #define coff_link_hash_lookup(table, string, create, copy, follow) \ argument 302 #define coff_link_hash_traverse(table, func, info) \ argument 443 #define coff_debug_merge_hash_table_init(table) \ argument 449 #define coff_debug_merge_hash_table_free(table) \ argument 454 #define coff_debug_merge_hash_lookup(table, string, create, copy) \ argument
|
D | section.c | 766 struct bfd_hash_table *table, in bfd_section_hash_newfunc() 788 #define section_hash_lookup(table, string, create, copy) \ argument
|
D | cofflink.c | 61 struct bfd_hash_table *table, in _bfd_coff_link_hash_newfunc() 95 _bfd_coff_link_hash_table_init (struct coff_link_hash_table *table, in _bfd_coff_link_hash_table_init() 132 struct bfd_hash_table *table, in _bfd_coff_debug_merge_hash_newfunc() 529 struct coff_link_hash_table *table; in coff_link_add_symbols() local
|
D | elf32-m68hc1x.c | 33 #define m68hc12_stub_hash_lookup(table, string, create, copy) \ argument 120 stub_hash_newfunc (struct bfd_hash_entry *entry, struct bfd_hash_table *table, in stub_hash_newfunc() 642 struct bfd_hash_table *table; in elf32_m68hc11_build_stubs() local
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
D | bug-3331.s | 18 .globl table symbol 19 table: .long 0 label
|
D | bug-1403.s | 14 .globl table symbol 15 table: .long 0 label
|
D | bug-1417.s | 20 .globl table symbol 21 table: .long 0 label
|
D | relax-group.s | 154 .globl table symbol 155 table: .long 0 label
|
/toolchain/binutils/binutils-2.25/gas/ |
D | hash.c | 52 struct hash_entry **table; member 118 hash_die (struct hash_control *table) in hash_die() 134 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup() 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() 236 hash_jam (struct hash_control *table, const char *key, void *val) in hash_jam() 274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace() 298 hash_find (struct hash_control *table, const char *key) in hash_find() 313 hash_find_n (struct hash_control *table, const char *key, size_t len) in hash_find_n() 328 hash_delete (struct hash_control *table, const char *key, int freeme) in hash_delete() 356 hash_traverse (struct hash_control *table, in hash_traverse()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-gen.c | 732 output_cpu_flags (FILE *table, bitfield *flags, unsigned int size, in output_cpu_flags() 759 process_i386_cpu_flag (FILE *table, char *flag, int macro, in process_i386_cpu_flag() 824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size) in output_opcode_modifier() 844 process_i386_opcode_modifier (FILE *table, char *mod, int lineno) in process_i386_opcode_modifier() 867 output_operand_type (FILE *table, bitfield *types, unsigned int size, in output_operand_type() 894 process_i386_operand_type (FILE *table, char *op, int macro, in process_i386_operand_type() 918 output_i386_opcode (FILE *table, const char *name, char *str, in output_i386_opcode() 1042 process_i386_opcodes (FILE *table) in process_i386_opcodes() 1177 process_i386_registers (FILE *table) in process_i386_registers() 1324 FILE *table; in main() local
|
D | aarch64-gen.c | 91 initialize_index (const struct aarch64_opcode* table) in initialize_index() 126 read_table (const struct aarch64_opcode* table) in read_table() 565 print_find_real_opcode (const opcode_node *table, int num) in print_find_real_opcode() 606 print_find_alias_opcode (const opcode_node *table, int num) in print_find_alias_opcode() 645 print_find_next_alias_opcode (const opcode_node *table, int num) in print_find_next_alias_opcode() 1148 print_table (struct aarch64_opcode* table) in print_table()
|
D | tilegx-opc.c | 8044 find_opcode (tilegx_bundle_bits bits, const unsigned short *table) in find_opcode()
|
D | tilepro-opc.c | 10163 const unsigned short *table = tilepro_bundle_decoder_fsms[pipe]; in find_opcode() local
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
D | p2663.s | 9 table: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/ |
D | relax-7a.s | 14 table: label
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 86 #define cref_hash_lookup(table, string, create, copy) \ argument 92 #define cref_hash_traverse(table, func, info) \ argument 124 struct bfd_hash_table *table, in cref_hash_newfunc()
|