/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | neon-vfp-reglist-post.s | 9 .macro ldst1_reg_list_post_imm_64 inst type argument 10 \inst\()1 {v0.\type}, [x0], #8 11 \inst\()1 {v0.\type, v1.\type}, [x0], #16 12 \inst\()1 {v0.\type, v1.\type, v2.\type}, [x0], #24 13 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], #32 22 .macro ldst1_reg_list_post_imm_128 inst type argument 23 \inst\()1 {v0.\type}, [x0], #16 24 \inst\()1 {v0.\type, v1.\type}, [x0], #32 25 \inst\()1 {v0.\type, v1.\type, v2.\type}, [x0], #48 26 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], #64 [all …]
|
D | neon-vfp-reglist.s | 4 .macro ldnstn_reg_list type inst index rep 5 \inst\()1\rep {v0.\type}\index, [x0] 8 \inst\()1 {v0.\type, v1.\type}\index, [x0] 9 \inst\()1 {v0.\type, v1.\type, v2.\type}\index, [x0] 10 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0] 14 \inst\()2\rep {v0.\type, v1.\type}\index, [x0] 16 \inst\()3\rep {v0.\type, v1.\type, v2.\type}\index, [x0] 18 \inst\()4\rep {v0.\type, v1.\type, v2.\type, v3.\type}\index, [x0] 25 ldnstn_reg_list type="8B", inst="ld" index="" rep="" 26 ldnstn_reg_list type="8B", inst="st" index="" rep="" [all …]
|
D | illegal.s | 242 .macro ldst2_reg_list_post_imm_reg_64 inst type postreg 243 \inst\()2 {v0.\type, v2.\type}, [x0], #16 244 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], #32 246 \inst\()2 {v0.\type, v2.\type}, [x0], \postreg 247 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], \postreg 251 .macro ldst2_reg_list_post_imm_reg_128 inst type postreg 252 \inst\()2 {v0.\type, v2.\type}, [x0], #32 253 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], #64 255 \inst\()2 {v0.\type, v2.\type}, [x0], \postreg 256 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], \postreg [all …]
|
D | ldst-reg-pair.s | 44 .macro op3 op, reg, size, type argument 48 .ifc \type, 1 52 .ifc \type, 2 56 .ifc \type, 3 62 .macro ldst_reg_pair type argument 64 op3 stp, w, 4, \type 65 op3 ldp, w, 4, \type 67 op3 ldpsw, x, 4, \type 69 op3 stp, x, 8, \type 70 op3 ldp, x, 8, \type [all …]
|
D | addsub.s | 55 .macro do_addsub_ext type, op, Rn, reg, extend, amount 56 .ifc \type, 0 68 .ifc \type, 1 97 .macro do_extend type, op, Rn, reg 100 do_addsub_ext \type, \op, \Rn, \reg 104 do_addsub_ext \type, \op, \Rn, \reg, \extend, \amount 110 do_addsub_ext \type, \op, \Rn, \reg, LSL, \amount 117 .macro do_addsub_shift type, op, R, reg, shift, amount 118 .ifc \type, 0 126 .ifc \type, 1 [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | debug.c | 205 debug_type type; member 233 debug_type type; member 269 debug_type type; member 279 struct debug_type_s *type; member 307 struct debug_type_s *type; member 334 struct debug_type_s *type; member 358 debug_type type; member 386 debug_type type; member 398 debug_type type; member 503 struct debug_type_s *type; member [all …]
|
D | srconv.c | 336 if (s->visible->type == coff_vis_ext_def in wr_un() 337 || s->visible->type == coff_vis_common) in wr_un() 340 if (s->visible->type == coff_vis_ext_ref) in wr_un() 536 if (ref->visible->type == coff_vis_ext_ref) in wr_rl() 542 else if (ref->visible->type == coff_vis_common) in wr_rl() 587 struct coff_scope *scope, int type, int nest) in wr_dps_start() argument 593 dps.type = type; in wr_dps_start() 623 struct coff_scope *scope ATTRIBUTE_UNUSED, int type) in wr_dps_end() argument 628 dps.type = type; in wr_dps_end() 640 struct coff_type *type, int nest) in walk_tree_type_1() argument [all …]
|
D | ieee.c | 78 debug_type type; member 101 debug_type type; member 134 debug_type type; member 591 debug_type type; in ieee_builtin_type() local 602 type = debug_make_pointer_type (dhandle, in ieee_builtin_type() 605 info->types.builtins[indx] = type; in ieee_builtin_type() 606 return type; in ieee_builtin_type() 616 type = debug_make_void_type (dhandle); in ieee_builtin_type() 621 type = debug_make_void_type (dhandle); in ieee_builtin_type() 626 type = debug_make_int_type (dhandle, 1, FALSE); in ieee_builtin_type() [all …]
|
D | rdcoff.c | 146 debug_type type; in parse_coff_type() local 156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 158 type = debug_make_pointer_type (dhandle, type); in parse_coff_type() 162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 164 type = debug_make_function_type (dhandle, type, (debug_type *) NULL, in parse_coff_type() 190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type() 192 type = debug_make_array_type (dhandle, type, in parse_coff_type() 206 return type; in parse_coff_type() 557 debug_type type, bfd_boolean within_function) in parse_coff_symbol() argument 565 if (! debug_record_variable (dhandle, bfd_asymbol_name (sym), type, in parse_coff_symbol() [all …]
|
D | sysinfo.y | 50 %type <i> attr_size 51 %type <s> attr_desc attr_id attr_type 254 char *type = $4; variable 272 type, 286 type, 296 type, 314 type, 319 printf("\tput%s(raw,%d,%d,&idx,ptr->%s%s);\n", type,size/8,size%8,id,names[rdepth]); 325 if (type[0] == 'I') { 328 else if (type[0] =='C') { [all …]
|
D | sysroff.info | 43 (("module type") (4 bits) ("mt") 134 (("symbol type") (2 bits) ("type") 145 (("symbol type") (3 bits) ("type") 151 (cond "ptr->type==ED_TYPE_ENTRY || ptr->type==ED_TYPE_DATA" 153 (cond "ptr->type==ED_TYPE_CONST" 221 (("symbol type") (7 bits) ("type") 244 (("assignment type") (1 byte) ("ainfo") 270 (cond "ptr->type == STYPE_MEMBER" 277 (cond "ptr->type== STYPE_ENUM" 280 (cond "ptr->type == STYPE_CONST" [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | sections-1.d | 7 flags: 80000000 \(type: regular attr: pure_instructions\) 12 flags: 00000000 \(type: regular attr: -\) 17 flags: 8000000b \(type: coalesced attr: pure_instructions\) 22 flags: 80000000 \(type: regular attr: pure_instructions\) 27 flags: 80000000 \(type: regular attr: pure_instructions\) 32 flags: 80000000 \(type: regular attr: pure_instructions\) 37 flags: 80000000 \(type: regular attr: pure_instructions\) 42 flags: 8000000b \(type: coalesced attr: pure_instructions\) 47 flags: 8000000b \(type: coalesced attr: pure_instructions\) 52 flags: 8000000b \(type: coalesced attr: pure_instructions\) [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldexp.c | 179 new_e->type.node_code = INT; in exp_intop() 180 new_e->type.filename = ldlex_filename (); in exp_intop() 181 new_e->type.lineno = lineno; in exp_intop() 184 new_e->type.node_class = etree_value; in exp_intop() 192 new_e->type.node_code = INT; in exp_bigintop() 193 new_e->type.filename = ldlex_filename (); in exp_bigintop() 194 new_e->type.lineno = lineno; in exp_bigintop() 197 new_e->type.node_class = etree_value; in exp_bigintop() 207 new_e->type.node_code = REL; in exp_relop() 208 new_e->type.filename = ldlex_filename (); in exp_relop() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-aout.c | 32 int type; in obj_aout_frob_symbol() local 35 type = aout_symbol (symbol_get_bfdsym (sym))->type; in obj_aout_frob_symbol() 39 if (! (type & ~ (N_TYPE | N_EXT))) in obj_aout_frob_symbol() 41 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol() 48 if ((type & N_TYPE) != N_INDR in obj_aout_frob_symbol() 49 && (type & N_TYPE) != N_SETA in obj_aout_frob_symbol() 50 && (type & N_TYPE) != N_SETT in obj_aout_frob_symbol() 51 && (type & N_TYPE) != N_SETD in obj_aout_frob_symbol() 52 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol() 53 && type != N_WARNING in obj_aout_frob_symbol() [all …]
|
D | obj-elf.c | 550 int type, in obj_elf_change_section() argument 599 if (type == SHT_NULL) in obj_elf_change_section() 600 type = ssect->type; in obj_elf_change_section() 601 else if (type != ssect->type) in obj_elf_change_section() 619 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section() 620 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section() 621 && ssect->type != SHT_PREINIT_ARRAY) in obj_elf_change_section() 624 if (ssect->type != SHT_NOTE) in obj_elf_change_section() 632 type = ssect->type; in obj_elf_change_section() 642 if (ssect->type == SHT_NOTE in obj_elf_change_section() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.h | 1031 Output_reloc(Symbol* gsym, unsigned int type, Output_data* od, 1035 Output_reloc(Symbol* gsym, unsigned int type, 1043 unsigned int local_sym_index, unsigned int type, 1049 unsigned int local_sym_index, unsigned int type, 1056 Output_reloc(Output_section* os, unsigned int type, Output_data* od, 1059 Output_reloc(Output_section* os, unsigned int type, 1065 Output_reloc(unsigned int type, Output_data* od, Address address, 1068 Output_reloc(unsigned int type, Sized_relobj<size, big_endian>* relobj, 1075 Output_reloc(unsigned int type, void* arg, Output_data* od, 1078 Output_reloc(unsigned int type, void* arg, [all …]
|
/toolchain/binutils/binutils-2.25/gas/ |
D | itbl-ops.c | 121 e_type type; /* dreg/creg/greg/immed/symb */ member 134 e_type type; /* dreg/creg/greg/insn */ member 154 e_type type); 156 e_type type, char *name); 158 e_type type, unsigned long val, struct itbl_range *r); 160 e_type type, char *name, unsigned long value); 163 static struct itbl_field *alloc_field (e_type type, int sbit, 257 e_type type; in itbl_init() local 268 for (type = e_regtype0; type < e_nregtypes; type++) in itbl_init() 271 es = get_entries (procn, type); in itbl_init() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | cp-demangle.c | 565 switch (dc->type) in d_dump() 593 printf ("builtin type %s\n", dc->u.s_builtin.type->name); in d_dump() 807 p->type = DEMANGLE_COMPONENT_NAME; in cplus_demangle_fill_name() 822 p->type = DEMANGLE_COMPONENT_EXTENDED_OPERATOR; in cplus_demangle_fill_extended_operator() 841 p->type = DEMANGLE_COMPONENT_CTOR; in cplus_demangle_fill_ctor() 860 p->type = DEMANGLE_COMPONENT_DTOR; in cplus_demangle_fill_dtor() 883 d_make_comp (struct d_info *di, enum demangle_component_type type, in d_make_comp() argument 892 switch (type) in d_make_comp() 983 p->type = type; in d_make_comp() 1018 const struct demangle_builtin_type_info *type) in d_make_builtin_type() argument [all …]
|
D | cp-demint.c | 60 enum demangle_component_type type, in cplus_demangle_fill_component() argument 66 switch (type) in cplus_demangle_fill_component() 122 p->type = type; in cplus_demangle_fill_component() 146 p->type = DEMANGLE_COMPONENT_BUILTIN_TYPE; in cplus_demangle_fill_builtin_type() 147 p->u.s_builtin.type = &cplus_demangle_builtin_types[i]; in cplus_demangle_fill_builtin_type() 172 p->type = DEMANGLE_COMPONENT_OPERATOR; in cplus_demangle_fill_operator() 186 int type; in cplus_demangle_v3_components() local 193 type = 0; in cplus_demangle_v3_components() 198 type = 1; in cplus_demangle_v3_components() 214 if (! type) in cplus_demangle_v3_components()
|
D | d-demangle.c | 279 string attr, args, type; in dlang_function_type() local 293 string_init (&type); in dlang_function_type() 307 mangled = dlang_type (&type, mangled); in dlang_function_type() 308 sztype = string_length (&type); in dlang_function_type() 311 string_appendn (decl, type.b, sztype); in dlang_function_type() 319 string_delete (&type); in dlang_function_type() 450 string type; in dlang_type() local 454 string_init (&type); in dlang_type() 455 mangled = dlang_type (&type, mangled); in dlang_type() 456 sztype = string_length (&type); in dlang_type() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | w65-opc.h | 540 #define GETINFO(size,type,pcrel)\ argument 541 case ADDR_IMMTOA: size = M==0 ? 2:1;type=M==0 ? R_W65_ABS16 : R_W65_ABS8;pcrel=0;break;\ 542 case ADDR_IMMCOP: size = 1;type=R_W65_ABS8;pcrel=0;break;\ 543 case ADDR_IMMTOI: size = X==0 ? 2:1;type=X==0 ? R_W65_ABS16 : R_W65_ABS8;pcrel=0;break;\ 544 case ADDR_ACC: size = 0;type=-1;pcrel=0;break;\ 545 case ADDR_PC_REL: size = 1;type=R_W65_PCR8;pcrel=0;break;\ 546 case ADDR_PC_REL_LONG: size = 2;type=R_W65_PCR16;pcrel=0;break;\ 547 case ADDR_IMPLIED: size = 0;type=-1;pcrel=0;break;\ 548 case ADDR_STACK: size = 0;type=-1;pcrel=0;break;\ 549 case ADDR_DIR: size = 1;type=R_W65_ABS8;pcrel=0;break;\ [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | aoutx.h | 1390 if ((cache_ptr->type & N_STAB) != 0 in translate_from_native_sym_flags() 1391 || cache_ptr->type == N_FN) in translate_from_native_sym_flags() 1399 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1425 if ((cache_ptr->type & N_EXT) == 0) in translate_from_native_sym_flags() 1430 switch (cache_ptr->type) in translate_from_native_sym_flags() 1485 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1625 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags() 1633 int type = ((aout_symbol_type *) cache_ptr)->type; in translate_to_native_sym_flags() local 1635 switch (type) in translate_to_native_sym_flags() 1637 case N_ABS: type = N_SETA; break; in translate_to_native_sym_flags() [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-avr/ |
D | relax-02.s | 12 .type _start, @function 15 .type local_start, @function 25 .type func_1, @function 28 .type local_func_1, @function 38 .type func_2, @function 41 .type local_func_2, @function 51 .type func_3, @function 54 .type local_func_3, @function
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
D | type.s | 4 .type function,%function 9 .type indirect_function,%gnu_indirect_function 15 .type object,%object 19 .type tls_object,%tls_object 24 .type notype,%notype 30 .type unique_global,%gnu_unique_object 36 .type common,STT_COMMON
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
D | ovl.s | 17 .type f0,@function 25 .type f1_a1,@function 31 .type f2_a1,@function 38 .type f3_a1,@function 44 .type f4_a1,@function 53 .type f1_a2,@function 67 .type f2_a2,@function 74 .type f3_a2,@function 79 .type f4_a2,@function
|