Home
last modified time | relevance | path

Searched refs:context (Results 1 – 25 of 89) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
Dreloc-bad-2.l2 [^:]*: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/
Dgdb-index.cc237 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 …]
Ddwarf_reader.cc1530 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/
Ddwarf2dbg.c244 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/
Dobjcopy.c122 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 …]
Dstabs.c2301 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 …]
Ddebug.c346 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()
Dprdbg.c1442 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()
DChangeLog-2013509 * 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.
Dwrstabs.c1651 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()
Dunwind-ia64.c305 #define UNW_DEC_ABI(fmt, abi, context, arg) \ argument
320 fmt, abistr, context); \
Ddwarf.c369 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()
Dieee.c6295 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/
Diq2000.opc256 /* Handle %lo in a signed context.
288 /* Handle %lo in a negated signed context.
Dm32r.opc156 /* Handle low() in a signed context. Also handle sda().
203 /* Handle low() in an unsigned context.
Dmt.cpu223 (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#"
Diq2000m.cpu125 (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)
Dor1kcommon.cpu257 (SYS SR CID 31 28 "context ID field")
Dmep.opc257 constants in a signed context. */
1462 /* Picking the right ISA bitmask for the current context is tricky. */
Diq10.cpu278 (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/
Dtc-ia64.h275 unsigned char context; member
Dtc-nios2.c1866 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/
Dunwind-ok.d15 [[:space:]]*P10:unwabi\(abi=@svr4,context=0x00\)
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-i960.texi169 not depend on system-supplied saved context), and declare it as the
Dc-h8300.texi120 context.

1234