/toolchain/binutils/binutils-2.25/libiberty/ |
D | fibheap.c | 66 fibnode_t node; in fibnode_new() local 68 node = (fibnode_t) xcalloc (1, sizeof *node); in fibnode_new() 69 node->left = node; in fibnode_new() 70 node->right = node; in fibnode_new() 72 return node; in fibnode_new() 100 fibnode_t node; in fibheap_insert() local 103 node = fibnode_new (); in fibheap_insert() 106 node->data = data; in fibheap_insert() 107 node->key = key; in fibheap_insert() 110 fibheap_ins_root (heap, node); in fibheap_insert() [all …]
|
D | splay-tree.c | 53 splay_tree_delete_helper (splay_tree sp, splay_tree_node node) in splay_tree_delete_helper() argument 58 if (!node) in splay_tree_delete_helper() 64 KDEL (node->key); in splay_tree_delete_helper() 65 VDEL (node->value); in splay_tree_delete_helper() 68 node->key = (splay_tree_key)pending; in splay_tree_delete_helper() 69 pending = (splay_tree_node)node; in splay_tree_delete_helper() 207 splay_tree_foreach_helper (splay_tree_node node, in splay_tree_foreach_helper() argument 226 while (node != NULL) in splay_tree_foreach_helper() 233 stack[stack_ptr++] = node; in splay_tree_foreach_helper() 234 node = node->left; in splay_tree_foreach_helper() [all …]
|
D | libiberty.texi | 69 @node Top,Using,, 91 @node Using 127 @node Overview 144 @node Supplemental Functions 172 @node Replacement Functions 198 @node Memory Allocation 209 @node Exit Handlers 218 @node Error Reporting 229 @node Extensions 247 @node Functions [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc-property.cc | 67 Tree_node* node = in make_tree() local 71 node_stack.push_back(node); in make_tree() 165 Tree_node* node = root_node; in Arm_reloc_property() local 168 if (!node->is_leaf() in Arm_reloc_property() 169 && node->child(0)->is_leaf() in Arm_reloc_property() 170 && node->child(0)->name() == "-") in Arm_reloc_property() 190 const std::string rhs(node->child(2)->s_expression()); in Arm_reloc_property() 201 node = node->child(1); in Arm_reloc_property() 205 if (!node->is_leaf() in Arm_reloc_property() 206 && node->child(0)->is_leaf() in Arm_reloc_property() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-sh-symbian.c | 116 symbol_rename * node; in sh_symbian_import_as() local 121 for (node = rename_list; node; node = node->next) in sh_symbian_import_as() 122 if (strcmp (node->current_name, current_name) == 0) in sh_symbian_import_as() 124 if (strcmp (node->new_name, new_name) == 0) in sh_symbian_import_as() 134 if ((node = bfd_malloc (sizeof * node)) == NULL) in sh_symbian_import_as() 141 if ((node->current_name = bfd_malloc (strlen (current_name) + 1)) == NULL) in sh_symbian_import_as() 145 free (node); in sh_symbian_import_as() 149 strcpy (node->current_name, current_name); in sh_symbian_import_as() 151 if ((node->new_name = bfd_malloc (strlen (new_name) + 1)) == NULL) in sh_symbian_import_as() 155 free (node->current_name); in sh_symbian_import_as() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-gen.c | 185 struct bittree* node; in new_bittree_node() local 186 node = malloc (sizeof (struct bittree)); in new_bittree_node() 187 if (!node) in new_bittree_node() 189 node->bitno = -1; in new_bittree_node() 190 node->bits[0] = NULL; in new_bittree_node() 191 node->bits[1] = NULL; in new_bittree_node() 192 return node; in new_bittree_node() 625 const opcode_node *node = table + i; in print_find_alias_opcode() local 626 assert (node->next); in print_find_alias_opcode() 627 printf (" case %u: value = %u; break;", real_index (node->index), in print_find_alias_opcode() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfd.texinfo | 78 @node Top, Overview, (dir), (dir) 91 @node Overview, BFD front end, Top, Top 117 @node History, How It Works, Overview, Overview 140 @node How It Works, What BFD Version 2 Can Do, History, Overview 191 @node What BFD Version 2 Can Do, , How It Works, Overview 195 @node BFD front end, BFD back ends, Overview, Top 222 @node Memory Usage, Initialization, Miscellaneous, BFD front end 245 @node Initialization, Sections, Memory Usage, BFD front end 248 @node Sections, Symbols, Initialization, BFD front end 251 @node Symbols, Archives, Sections, BFD front end [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-metag.texi | 9 @node Meta-Dependent 13 @node Machine Dependencies 23 @node Meta Options 55 @node Meta Syntax 63 @node Meta-Chars 79 @node Meta-Regs
|
D | c-epiphany.texi | 8 @node Epiphany-Dependent 12 @node Machine Dependencies 22 @node Epiphany Options 44 @node Epiphany Syntax 50 @node Epiphany-Chars
|
D | c-rl78.texi | 6 @node RL78-Dependent 10 @node Machine Dependencies 22 @node RL78-Opts 45 @node RL78-Modifiers 85 @node RL78-Directives 113 @node RL78-Syntax 119 @node RL78-Chars
|
D | c-mt.texi | 7 @node MT-Dependent 12 @node Machine Dependencies 22 @node MT Options 46 @node MT Syntax 52 @node MT-Chars
|
D | c-ip2k.texi | 6 @node IP2K-Dependent 10 @node Machine Dependencies 20 @node IP2K-Opts 47 @node IP2K-Syntax 53 @node IP2K-Chars
|
D | c-pj.texi | 5 @node PJ-Dependent 14 @node PJ Options 29 @node PJ Syntax 35 @node PJ-Chars
|
D | c-ns32k.texi | 7 @node 32x32 34 @node NS32K-Dependent 39 @node Machine Dependencies 49 @node NS32K Syntax 55 @node NS32K-Chars
|
D | c-lm32.texi | 7 @node LM32-Dependent 12 @node Machine Dependencies 23 @node LM32 Options 69 @node LM32 Syntax 77 @node LM32-Regs 136 @node LM32-Modifiers 205 @node LM32-Chars 222 @node LM32 Opcodes
|
D | c-d10v.texi | 6 @node D10V-Dependent 10 @node Machine Dependencies 22 @node D10V-Opts 47 @node D10V-Syntax 65 @node D10V-Size 82 @node D10V-Subs 99 @node D10V-Chars 151 @node D10V-Regs 203 @node D10V-Addressing 229 @node D10V-Word [all …]
|
D | c-aarch64.texi | 9 @node AArch64-Dependent 14 @node Machine Dependencies 29 @node AArch64 Options 104 @node AArch64 Extensions 135 @node AArch64 Syntax 143 @node AArch64-Chars 162 @node AArch64-Regs 171 @node AArch64-Relocations 219 @node AArch64 Floating Point 226 @node AArch64 Directives [all …]
|
D | c-d30v.texi | 6 @node D30V-Dependent 10 @node Machine Dependencies 22 @node D30V-Opts 45 @node D30V-Syntax 63 @node D30V-Size 80 @node D30V-Subs 97 @node D30V-Chars 173 @node D30V-Guarded 195 @node D30V-Regs 254 @node D30V-Addressing [all …]
|
D | c-xgate.texi | 6 @node XGATE-Dependent 10 @node Machine Dependencies 23 @node XGATE-Opts 65 @node XGATE-Syntax 168 @node XGATE-Directives 177 @node XGATE-Float 203 @node XGATE-opcodes
|
D | c-microblaze.texi | 6 @node MicroBlaze-Dependent 10 @node Machine Dependencies 27 @node MicroBlaze Directives 76 @node MicroBlaze Syntax 82 @node MicroBlaze-Chars
|
D | c-xstormy16.texi | 5 @node XSTORMY16-Dependent 15 @node XStormy16 Syntax 21 @node XStormy16-Chars 46 @node XStormy16 Directives 70 @node XStormy16 Opcodes
|
D | c-m32c.texi | 6 @node M32C-Dependent 10 @node Machine Dependencies 26 @node M32C-Opts 57 @node M32C-Syntax 64 @node M32C-Modifiers 131 @node M32C-Chars
|
D | c-ia64.texi | 8 @node IA-64-Dependent 13 @node Machine Dependencies 26 @node IA-64 Options 113 @node IA-64 Syntax 125 @node IA-64-Chars 137 @node IA-64-Regs 159 @node IA-64-Bits 172 @node IA-64-Relocs 187 @node IA-64 Opcodes
|
D | c-msp430.texi | 6 @node MSP430-Dependent 10 @node Machine Dependencies 25 @node MSP430 Options 82 @node MSP430 Syntax 91 @node MSP430-Macros 124 @node MSP430-Chars 148 @node MSP430-Regs 164 @node MSP430-Ext 231 @node MSP430 Floating Point 238 @node MSP430 Directives [all …]
|
D | c-xc16x.texi | 6 @node xc16x-Dependent 15 @node xc16x Directives 58 @node xc16x Syntax 64 @node xc16x-Chars
|