/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | reloc-bad-2.l | 2 [^:]*:6: Error: \$DSBT_INDEX not supported in this context 3 [^:]*:7: Error: \$GOT not supported in this context 4 [^:]*:8: Error: \$DPR_GOT not supported in this context 5 [^:]*:9: Error: \$DPR_BYTE not supported in this context 6 [^:]*:10: Error: \$DPR_HWORD not supported in this context 7 [^:]*:11: Error: \$DPR_WORD not supported in this context 8 [^:]*:12: Error: \$PCR_OFFSET not supported in this context 9 [^:]*:17: Error: \$DSBT_INDEX not supported in this context 10 [^:]*:18: Error: \$GOT not supported in this context 11 [^:]*:19: Error: \$DPR_GOT not supported in this context [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.cc | 237 visit_children(Dwarf_die* die, Dwarf_die* context); 241 visit_die(Dwarf_die* die, Dwarf_die* context); 249 visit_die_for_decls(Dwarf_die* die, Dwarf_die* context); 258 add_declaration(Dwarf_die* die, Dwarf_die* context); 270 get_qualified_name(Dwarf_die* die, Dwarf_die* context); 404 Gdb_index_info_reader::visit_children(Dwarf_die* parent, Dwarf_die* context) in visit_children() argument 414 this->visit_die(&die, context); in visit_children() 424 Gdb_index_info_reader::visit_die(Dwarf_die* die, Dwarf_die* context) in visit_die() argument 434 this->add_declaration(die, context); in visit_die() 438 std::string full_name = this->get_qualified_name(die, context); in visit_die() [all …]
|
D | dwarf_reader.cc | 1530 unsigned int context; member 1544 lsm->context = 0; in ResetLineStateMachine() 2098 lsm->context = 0; in process_one_opcode() 2111 lsm->context = logicals->size() + advance_line; in process_one_opcode() 2118 const unsigned int context = lsm->context; in process_one_opcode() local 2119 if (context >= 1 && context <= logicals->size()) in process_one_opcode() 2121 const LineStateMachine& logical = (*logicals)[context - 1]; in process_one_opcode() 2126 lsm->context = logical.context; in process_one_opcode() 2262 lsm.file_num, lsm.line_num, lsm.context); in read_lines() 2279 logical.line_num, lsm.context); in read_lines()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | dwarf2dbg.c | 244 unsigned int context; member 665 make_logical (unsigned int logical, int context, int subprog) in make_logical() argument 687 logicals[logical - 1].context = context; in make_logical() 790 offsetT context = 0; in dwarf2_directive_loc() local 960 context = value; in dwarf2_directive_loc() 994 make_logical (logical, context, subprog); in dwarf2_directive_loc() 1540 unsigned context = 0; in emit_logicals() local 1555 if (context != e->context || subprog != e->subprog) in emit_logicals() 1557 unsigned int caller = context; in emit_logicals() 1567 caller = logicals[caller - 1].context; in emit_logicals() [all …]
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 122 unsigned int context; /* What to do with matching sections. */ member 746 find_section_list (const char *name, bfd_boolean add, unsigned int context) in find_section_list() argument 759 if (((p->context & SECTION_CONTEXT_REMOVE) in find_section_list() 760 && (context & SECTION_CONTEXT_COPY)) in find_section_list() 761 || ((context & SECTION_CONTEXT_REMOVE) in find_section_list() 762 && (p->context & SECTION_CONTEXT_COPY))) in find_section_list() 765 if (((p->context & SECTION_CONTEXT_SET_VMA) in find_section_list() 766 && (context & SECTION_CONTEXT_ALTER_VMA)) in find_section_list() 767 || ((context & SECTION_CONTEXT_SET_VMA) in find_section_list() 768 && (context & SECTION_CONTEXT_ALTER_VMA))) in find_section_list() [all …]
|
D | stabs.c | 2301 debug_type context; in parse_stab_cpp_abbrev() local 2326 context = parse_stab_type (dhandle, info, (const char *) NULL, pp, in parse_stab_cpp_abbrev() 2328 if (context == DEBUG_TYPE_NULL) in parse_stab_cpp_abbrev() 2339 type_name = debug_get_type_name (dhandle, context); in parse_stab_cpp_abbrev() 2600 debug_type context; in parse_stab_members() local 2708 context = DEBUG_TYPE_NULL; in parse_stab_members() 2722 context = DEBUG_TYPE_NULL; in parse_stab_members() 2726 context = look_ahead_type; in parse_stab_members() 2743 context = DEBUG_TYPE_NULL; in parse_stab_members() 2751 context = DEBUG_TYPE_NULL; in parse_stab_members() [all …]
|
D | debug.c | 346 struct debug_type_s *context; member 1780 bfd_vma voffset, debug_type context) in debug_make_method_variant() argument 1793 m->context = context; in debug_make_method_variant() 2767 if (v->context != NULL) in debug_write_class_type() 2769 if (! debug_write_type (info, fns, fhandle, v->context, in debug_write_class_type() 2783 v->context != NULL)) in debug_write_class_type() 3351 || (v1->context == NULL) != (v2->context == NULL) in debug_class_type_samep() 3355 if (v1->context != NULL) in debug_class_type_samep() 3357 if (! debug_type_samep (info, v1->context, in debug_class_type_samep() 3358 v2->context)) in debug_class_type_samep()
|
D | prdbg.c | 1442 bfd_vma voffset, bfd_boolean context) in pr_class_method_variant() argument 1465 (context in pr_class_method_variant() 1476 if (! context) in pr_class_method_variant() 1495 if (context || voffset != 0) in pr_class_method_variant() 1499 if (context) in pr_class_method_variant() 2295 bfd_boolean context) in tg_class_method_variant() argument 2317 method_name = strdup (context ? info->stack->next->next->method in tg_class_method_variant() 2336 if (! context) in tg_class_method_variant()
|
D | ChangeLog-2013 | 509 * objcopy.c (copy_main): Initialize context variable. 527 and set_flags fields. Add context field. 528 (find_section_list): Add a context parameter. Add support for 532 (copy_object): Pass context to find_section_list.
|
D | wrstabs.c | 1651 char *context = NULL; in stab_class_method_var() local 1660 context = stab_pop_type (info); in stab_class_method_var() 1710 + (contextp ? strlen (context) : 0) in stab_class_method_var() 1720 "%ld;%s;", (long) voffset, context); in stab_class_method_var() 1721 free (context); in stab_class_method_var()
|
D | unwind-ia64.c | 305 #define UNW_DEC_ABI(fmt, abi, context, arg) \ argument 320 fmt, abistr, context); \
|
D | dwarf.c | 369 unsigned int context; member 391 state_machine_regs.context = 0; in reset_state_machine() 436 state_machine_regs.context, in append_logical() 3189 state_machine_regs.context = 0; in display_line_program() 3220 state_machine_regs.context = logicals_count + adv; in display_line_program() 3224 state_machine_regs.context, in display_line_program() 3229 logical = state_machine_regs.context; in display_line_program() 3238 state_machine_regs.context = logicals_table[logical - 1].context; in display_line_program()
|
D | ieee.c | 6295 bfd_boolean context) in ieee_class_method_var() argument 6308 if (context) in ieee_class_method_var() 6329 is_virtual = context || voffset > 0; in ieee_class_method_var() 6363 bfd_vma voffset, bfd_boolean context) in ieee_class_method_variant() argument 6368 volatilep, voffset, context); in ieee_class_method_variant()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | iq2000.opc | 256 /* Handle %lo in a signed context. 288 /* Handle %lo in a negated signed context.
|
D | m32r.opc | 156 /* Handle low() in a signed context. Also handle sda(). 203 /* Handle low() in an unsigned context.
|
D | mt.cpu | 223 (dnf f-rc "row/column context" () 15 1) 231 (dnf f-rc1 "row/column context" () 11 1) 238 (dnf f-contnum "context number" () 8 9) 242 (dnf f-ctxdisp "context displacement" () 5 6) 254 (dnf f-rc3 "row/colum context" () 7 1) 434 (define-operand (name contnum) (comment "context number") (attrs) 467 (define-operand (name ctxdisp) (comment "context displacement") (attrs) 1037 (dni ldctxt "LDCTXT SRC1, SRC2, r/c, r/c#, context#"
|
D | iq2000m.cpu | 125 (dni bctxt "branch and switch context" (MACH2000 DELAY-SLOT COND-CTI USES-RS) 240 (dni jcr "jump context register" (MACH2000 DELAY-SLOT UNCOND-CTI USES-RS)
|
D | or1kcommon.cpu | 257 (SYS SR CID 31 28 "context ID field")
|
D | mep.opc | 257 constants in a signed context. */ 1462 /* Picking the right ISA bitmask for the current context is tricky. */
|
D | iq10.cpu | 278 (dni bctx "branch if the current context == instruction[21]" (MACH10 USES-RS) 284 (dni yield "unconditional yield to the other context" (MACH10)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.h | 275 unsigned char context; member
|
D | tc-nios2.c | 1866 char *context = p; in nios2_parse_args() local 1871 as_bad (_("expecting %c near %s"), *parsestr, context); in nios2_parse_args()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | unwind-ok.d | 15 [[:space:]]*P10:unwabi\(abi=@svr4,context=0x00\)
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-i960.texi | 169 not depend on system-supplied saved context), and declare it as the
|
D | c-h8300.texi | 120 context.
|