/toolchain/binutils/binutils-2.25/libiberty/ |
D | splay-tree.c | 64 KDEL (node->key); in splay_tree_delete_helper() 68 node->key = (splay_tree_key)pending; in splay_tree_delete_helper() 88 KDEL (active->left->key); in splay_tree_delete_helper() 90 active->left->key = (splay_tree_key)pending; in splay_tree_delete_helper() 95 KDEL (active->right->key); in splay_tree_delete_helper() 97 active->right->key = (splay_tree_key)pending; in splay_tree_delete_helper() 102 active = (splay_tree_node)(temp->key); in splay_tree_delete_helper() 139 splay_tree_splay (splay_tree sp, splay_tree_key key) in splay_tree_splay() argument 149 cmp1 = (*sp->comp) (key, n->key); in splay_tree_splay() 165 cmp2 = (*sp->comp) (key, c->key); in splay_tree_splay() [all …]
|
D | gather-docs | 78 $key = $name; 79 $key =~ tr/A-Z/a-z/; 80 $key =~ s/[^a-z0-9]+/ /g; 81 $name{$key} = $node; 82 $lines{$key} = ''; 83 $src_file{$key} = $in; 84 $src_line{$key} = $line; 88 $node_lines{$key} .= $_; 91 $node_lines{$key} .= $_; 115 for $key (sort keys %name) { [all …]
|
D | fibheap.c | 78 if (a->key < b->key) in fibheap_compare() 80 if (a->key > b->key) in fibheap_compare() 86 fibheap_comp_data (fibheap_t heap, fibheapkey_t key, void *data, fibnode_t b) in fibheap_comp_data() argument 90 a.key = key; in fibheap_comp_data() 98 fibheap_insert (fibheap_t heap, fibheapkey_t key, void *data) in fibheap_insert() argument 107 node->key = key; in fibheap_insert() 114 if (heap->min == NULL || node->key < heap->min->key) in fibheap_insert() 139 return heap->min->key; in fibheap_min_key() 199 fibheapkey_t key, void *data) in fibheap_replace_key_data() argument 208 if (fibheap_comp_data (heap, key, data, node) > 0) in fibheap_replace_key_data() [all …]
|
D | bsearch.c | 72 bsearch (register const void *key, const void *base0, in bsearch() argument 82 cmp = (*compar)(key, p); in bsearch()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | hash.c | 134 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup() argument 152 c = key[n]; in hash_lookup() 181 if (strncmp (p->string, key, len) == 0 && p->string[len] == '\0') in hash_lookup() 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() argument 212 p = hash_lookup (table, key, strlen (key), &list, &hash); in hash_insert() 221 p->string = key; in hash_insert() 236 hash_jam (struct hash_control *table, const char *key, void *val) in hash_jam() argument 242 p = hash_lookup (table, key, strlen (key), &list, &hash); in hash_jam() 258 p->string = key; in hash_jam() 274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace() argument [all …]
|
D | hash.h | 45 const char *key, void *value); 52 const char *key, void *value); 58 extern void *hash_replace (struct hash_control *, const char *key, 64 extern void *hash_find (struct hash_control *, const char *key); 69 extern void *hash_find_n (struct hash_control *, const char *key, size_t len); 74 extern void *hash_delete (struct hash_control *, const char *key, int); 80 void (*pfn) (const char *key, void *value));
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | windmc.c | 842 const mc_keyword *key; in write_header() local 866 key = mc_severity_codes[i]; in write_header() 867 fprintf (fp, "// %s - %02lx\n", convert_unicode_to_ACP (key->usz), in write_header() 868 (unsigned long) key->nval); in write_header() 869 if (key->sval && key->sval[0] != 0) in write_header() 872 fprintf (fp, "#define %s 0x%lx\n", convert_unicode_to_ACP (key->sval), in write_header() 873 (unsigned long) key->nval); in write_header() 875 fprintf (fp, "#define %s 0x%lu\n", convert_unicode_to_ACP (key->sval), in write_header() 876 (unsigned long) key->nval); in write_header() 886 key = mc_facility_codes[i]; in write_header() [all …]
|
D | rclex.c | 120 rclex_translatekeyword (const char *key) in rclex_translatekeyword() argument 122 if (key && ISUPPER (key[0])) in rclex_translatekeyword() 128 if (! strcmp (kw->name, key)) in rclex_translatekeyword()
|
D | resbin.c | 742 a->key = windres_get_16 (wrbfd, data + 2, 2); in bin_to_res_accelerators() 904 const char *key, unichar **pkey, in get_version_header() argument 909 toosmall (key); in get_version_header() 920 if (key == NULL) in get_version_header() 932 toosmall (key); in get_version_header() 933 if (windres_get_16 (wrbfd, data, 2) != (bfd_byte) *key) in get_version_header() 940 if (*key == '\0') in get_version_header() 943 ++key; in get_version_header() 1085 &vs->key, &sverlen, &vallen, &type, &off); in bin_to_res_version() 1134 &vi->u.var.key, &verlen, &vallen, &type, &off); in bin_to_res_version() [all …]
|
D | windint.h | 303 rc_uint_type key; member 311 bfd_byte key[2]; member 978 unichar *key; member 1000 unichar *key; member
|
D | resrc.c | 1843 append_ver_varfileinfo (rc_ver_info *verinfo, const unichar *key, in append_ver_varfileinfo() argument 1851 vi->u.var.key = unichar_dup (key); in append_ver_varfileinfo() 1864 append_verval (rc_ver_stringinfo *strings, const unichar *key, in append_verval() argument 1871 vs->key = unichar_dup (key); in append_verval() 2446 if ((acc->key & 0x7f) == acc->key in write_rc_accelerators() 2447 && ISPRINT (acc->key) in write_rc_accelerators() 2450 fprintf (e, "\"%c\"", (char) acc->key); in write_rc_accelerators() 2455 fprintf (e, "%d", (int) acc->key); in write_rc_accelerators() 3306 unicode_print_quoted (e, vs->key, -1); in write_rc_versioninfo() 3325 unicode_print_quoted (e, vi->u.var.key, -1); in write_rc_versioninfo()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-asm-2.c | 29 int key = opcode - aarch64_opcode_table; in aarch64_find_real_opcode() local 31 switch (key) in aarch64_find_real_opcode() 353 int key = self - aarch64_operands; in aarch64_insert_operand() local 354 switch (key) in aarch64_insert_operand()
|
D | aarch64-dis-2.c | 8706 int key = opcode - aarch64_opcode_table; in aarch64_find_next_opcode() local 8708 switch (key) in aarch64_find_next_opcode() 8805 int key = opcode - aarch64_opcode_table; in aarch64_find_alias_opcode() local 8807 switch (key) in aarch64_find_alias_opcode() 8914 int key = opcode - aarch64_opcode_table; in aarch64_find_next_alias_opcode() local 8916 switch (key) in aarch64_find_next_alias_opcode() 8953 int key = self - aarch64_operands; in aarch64_extract_operand() local 8954 switch (key) in aarch64_extract_operand()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | pe-dll.c | 532 def_file_export key; in auto_export() local 540 key.name = key.its_name = (char *) n; in auto_export() 543 if (bsearch (&key, d->exports, d->num_exports, in auto_export() 2829 char *key; member 2840 return strcmp (l->key, r->key); in undef_sort_cmp() 2848 struct key_value key; in pe_find_cdecl_alias_match() local 2857 key.key = lname; in pe_find_cdecl_alias_match() 2858 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match() 2877 key.key = lname; in pe_find_cdecl_alias_match() 2878 kv = bsearch (&key, udef_table, undef_count, in pe_find_cdecl_alias_match() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xtensa-isa.c | 248 isa->opname_lookup_table[n].key = isa->opcodes[n].name; in xtensa_isa_init() 260 isa->state_lookup_table[n].key = isa->states[n].name; in xtensa_isa_init() 272 isa->sysreg_lookup_table[n].key = isa->sysregs[n].name; in xtensa_isa_init() 305 isa->interface_lookup_table[n].key = isa->interfaces[n].name; in xtensa_isa_init() 318 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name; in xtensa_isa_init() 388 return strcasecmp (e1->key, e2->key); in xtensa_isa_name_compare() 674 entry.key = opname; in xtensa_opcode_lookup() 1483 entry.key = name; in xtensa_state_lookup() 1589 entry.key = name; in xtensa_sysreg_lookup_name() 1665 entry.key = ifname; in xtensa_interface_lookup() [all …]
|
D | elf32-m68k.c | 1389 elf_m68k_init_got_entry_key (struct elf_m68k_got_entry_key *key, in elf_m68k_init_got_entry_key() argument 1397 key->bfd = NULL; in elf_m68k_init_got_entry_key() 1398 key->symndx = 0; in elf_m68k_init_got_entry_key() 1403 key->bfd = NULL; in elf_m68k_init_got_entry_key() 1404 key->symndx = elf_m68k_hash_entry (h)->got_entry_key; in elf_m68k_init_got_entry_key() 1405 BFD_ASSERT (key->symndx != 0); in elf_m68k_init_got_entry_key() 1410 key->bfd = abfd; in elf_m68k_init_got_entry_key() 1411 key->symndx = symndx; in elf_m68k_init_got_entry_key() 1414 key->type = reloc_type; in elf_m68k_init_got_entry_key() 1423 const struct elf_m68k_got_entry_key *key; in elf_m68k_got_entry_hash() local [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
D | crange-2f.s | 2 ! key an ISA type.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | le-fpconst.d | 5 # we know that are. FIXME We should probably also key off armeb/armel.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | incremental.cc | 1150 Stringpool::Key key = 0; in report_input_section() local 1153 this->strtab_->add(name, true, &key); in report_input_section() 1157 this->current_object_entry_->add_input_section(shndx, key, sh_size); in report_input_section() 1165 Stringpool::Key key = 0; in report_comdat_group() local 1168 this->strtab_->add(name, true, &key); in report_comdat_group() 1171 this->current_object_entry_->add_comdat_group(key); in report_comdat_group() 1590 Stringpool::Key key = entry->get_input_section_name_key(i); in write_info_blocks() local 1592 if (key != 0) in write_info_blocks() 1593 name_offset = strtab->get_offset_from_key(key); in write_info_blocks() 1670 Stringpool::Key key = entry->get_comdat_signature_key(i); in write_info_blocks() local [all …]
|
D | merge.cc | 574 Stringpool::Key key; in do_add_input_section() local 575 this->stringpool_.add_with_length(p, len, true, &key); in do_add_input_section() 577 merged_strings.push_back(Merged_string(i, key)); in do_add_input_section()
|
D | script.cc | 1857 const Ktt_key* key = static_cast<const Ktt_key*>(keyv); in ktt_compare() local 1860 int i = strncmp(key->str, ktt->keyword, key->len); in ktt_compare() 1863 if (ktt->keyword[key->len] != '\0') in ktt_compare() 1874 Ktt_key key; in keyword_to_parsecode() local 1875 key.str = keyword; in keyword_to_parsecode() 1876 key.len = len; in keyword_to_parsecode() 1877 void* kttv = bsearch(&key, in keyword_to_parsecode()
|
/toolchain/binutils/binutils-2.25/include/ |
D | fibheap.h | 65 fibheapkey_t key; member
|
D | splay-tree.h | 91 splay_tree_key GTY ((use_param1)) key;
|
D | xtensa-isa-internal.h | 162 const char *key; member
|
/toolchain/binutils/binutils-2.25/etc/ |
D | configure | 2617 for (key in S) S_is_set[key] = 1 2627 key = field[i] 2628 keylen = length(key) 2629 if (S_is_set[key]) { 2630 value = S[key]
|