Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc416 curr = v.begin(); in set_string_offsets() local
417 curr != v.end(); in set_string_offsets()
418 last = curr++) in set_string_offsets()
421 if (this->zero_null_ && (*curr)->first.string[0] == 0) in set_string_offsets()
424 && is_suffix((*curr)->first.string, in set_string_offsets()
425 (*curr)->first.length, in set_string_offsets()
429 + (((*last)->first.length - (*curr)->first.length) in set_string_offsets()
434 offset = this_offset + ((*curr)->first.length + 1) * charsize; in set_string_offsets()
436 this->key_to_offset_[(*curr)->second - 1] = this_offset; in set_string_offsets()
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c4128 unsigned char *curr = start; in display_debug_macinfo() local
4134 while (curr < end) in display_debug_macinfo()
4139 op = (enum dwarf_macinfo_record_type) *curr; in display_debug_macinfo()
4140 curr++; in display_debug_macinfo()
4148 lineno = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
4149 curr += bytes_read; in display_debug_macinfo()
4150 filenum = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
4151 curr += bytes_read; in display_debug_macinfo()
4163 lineno = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
4164 curr += bytes_read; in display_debug_macinfo()
[all …]
Dbucomm.c598 static size_t curr = 0; in bfd_get_archive_filename() local
609 if (needed > curr) in bfd_get_archive_filename()
611 if (curr) in bfd_get_archive_filename()
613 curr = needed + (needed >> 1); in bfd_get_archive_filename()
614 buf = (char *) bfd_malloc (curr); in bfd_get_archive_filename()
619 curr = 0; in bfd_get_archive_filename()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c6565 int n, i, j, first, curr, last_slot; in emit_one_bundle() local
6588 curr = first; in emit_one_bundle()
6591 if (md.slot[curr].label_fixups && i != 0) in emit_one_bundle()
6593 type[i] = md.slot[curr].idesc->type; in emit_one_bundle()
6594 curr = (curr + 1) % NUM_SLOTS; in emit_one_bundle()
6614 curr = first; in emit_one_bundle()
6615 idesc = md.slot[curr].idesc; in emit_one_bundle()
6621 unw_rec_list *ptr = md.slot[curr].unwind_record; in emit_one_bundle()
6636 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()
6646 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr; in emit_one_bundle()
[all …]
Dtc-aarch64.c4121 operand_error_record *curr; in output_operand_error_report() local
4143 for (curr = head; curr != NULL; curr = curr->next) in output_operand_error_report()
4145 gas_assert (curr->detail.kind != AARCH64_OPDE_NIL); in output_operand_error_report()
4146 DEBUG_TRACE ("\t%s", operand_mismatch_kind_names[curr->detail.kind]); in output_operand_error_report()
4147 if (operand_error_higher_severity_p (curr->detail.kind, kind)) in output_operand_error_report()
4148 kind = curr->detail.kind; in output_operand_error_report()
4154 for (curr = head; curr != NULL; curr = curr->next) in output_operand_error_report()
4156 if (curr->detail.kind != kind) in output_operand_error_report()
4162 if (curr->detail.index > largest_error_pos in output_operand_error_report()
4163 || (curr->detail.index == largest_error_pos && msg == NULL in output_operand_error_report()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-gen.c473 const aarch64_opcode *curr = get_aarch64_opcode (list); in print_find_next_opcode_1() local
477 (unsigned int)(curr - aarch64_opcode_table)); in print_find_next_opcode_1()
481 printf ("/* %s --> %s. */\n", curr->name, next->name); in print_find_next_opcode_1()
486 printf ("/* %s --> NULL. */\n", curr->name); in print_find_next_opcode_1()
Daarch64-opc.c681 aarch64_opnd_qualifier_t curr[AARCH64_MAX_OPND_NUM]; in dump_match_qualifiers() local
685 curr[i] = opnd[i].qualifier; in dump_match_qualifiers()
686 dump_qualifier_sequence (curr); in dump_match_qualifiers()
/toolchain/binutils/binutils-2.25/bfd/
Delfnn-ia64.c1625 bfd_vma curr, prev, got_offset; in sort_dyn_sym_info() local
1635 curr = info [i].addend; in sort_dyn_sym_info()
1636 if (curr == prev) in sort_dyn_sym_info()
1644 prev = curr; in sort_dyn_sym_info()
1661 curr = info [i].addend; in sort_dyn_sym_info()
1666 if (curr == prev) in sort_dyn_sym_info()
1670 if (info [src].addend != curr) in sort_dyn_sym_info()
1693 curr = info [dupes].addend; in sort_dyn_sym_info()
1694 if (curr == prev) in sort_dyn_sym_info()
1707 prev = curr; in sort_dyn_sym_info()
[all …]
Delf64-ia64-vms.c1393 bfd_vma curr, prev, got_offset; in sort_dyn_sym_info() local
1403 curr = info [i].addend; in sort_dyn_sym_info()
1404 if (curr == prev) in sort_dyn_sym_info()
1412 prev = curr; in sort_dyn_sym_info()
1429 curr = info [i].addend; in sort_dyn_sym_info()
1434 if (curr == prev) in sort_dyn_sym_info()
1438 if (info [src].addend != curr) in sort_dyn_sym_info()
1461 curr = info [dupes].addend; in sort_dyn_sym_info()
1462 if (curr == prev) in sort_dyn_sym_info()
1475 prev = curr; in sort_dyn_sym_info()
[all …]
Delf32-metag.c3836 asection *curr; in group_sections() local
3841 curr = tail; in group_sections()
3845 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
3846 && ((total += curr->output_offset - prev->output_offset) in group_sections()
3848 curr = prev; in group_sections()
3861 htab->stub_group[tail->id].link_sec = curr; in group_sections()
3863 while (tail != curr && (tail = prev) != NULL); in group_sections()
3879 htab->stub_group[tail->id].link_sec = curr; in group_sections()
Delf32-nios2.c1526 asection *curr, *first; in group_sections() local
1527 for (curr = tail; ; curr = prev) in group_sections()
1529 prev = htab->stub_group[curr->id].last_sec; in group_sections()
1537 first = curr; in group_sections()
1538 for (curr = tail; ; curr = prev) in group_sections()
1540 prev = htab->stub_group[curr->id].last_sec; in group_sections()
1541 htab->stub_group[curr->id].last_sec = tail; in group_sections()
1542 htab->stub_group[curr->id].first_sec = first; in group_sections()
1543 if (curr == first) in group_sections()
Delfnn-aarch64.c2721 asection *curr; in group_sections() local
2725 curr = tail; in group_sections()
2727 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
2728 && ((total += curr->output_offset - prev->output_offset) in group_sections()
2730 curr = prev; in group_sections()
2743 htab->stub_group[tail->id].link_sec = curr; in group_sections()
2745 while (tail != curr && (tail = prev) != NULL); in group_sections()
2758 htab->stub_group[tail->id].link_sec = curr; in group_sections()
Delflink.c7586 asection *curr; in resolve_section() local
7589 for (curr = sections; curr; curr = curr->next) in resolve_section()
7590 if (strcmp (curr->name, name) == 0) in resolve_section()
7592 *result = curr->vma; in resolve_section()
7597 for (curr = sections; curr; curr = curr->next) in resolve_section()
7599 len = strlen (curr->name); in resolve_section()
7603 if (strncmp (curr->name, name, len) == 0) in resolve_section()
7607 *result = curr->vma + curr->size; in resolve_section()
Delf32-arm.c4574 asection *curr; in group_sections() local
4579 curr = head; in group_sections()
4580 while (NEXT_SEC (curr) != NULL) in group_sections()
4582 next = NEXT_SEC (curr); in group_sections()
4588 curr = next; in group_sections()
4602 htab->stub_group[head->id].link_sec = curr; in group_sections()
4604 while (head != curr && (head = next) != NULL); in group_sections()
4610 stub_group_start = curr->output_offset + curr->size; in group_sections()
4621 htab->stub_group[head->id].link_sec = curr; in group_sections()
Delf64-ppc.c11831 asection *curr; in group_sections() local
11837 curr = tail; in group_sections()
11847 while ((prev = PREV_SEC (curr)) != NULL in group_sections()
11848 && ((total += curr->output_offset - prev->output_offset) in group_sections()
11853 curr = prev; in group_sections()
11869 htab->stub_group[tail->id].link_sec = curr; in group_sections()
11871 while (tail != curr && (tail = prev) != NULL); in group_sections()
11890 htab->stub_group[tail->id].link_sec = curr; in group_sections()
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c6757 struct wildcard_list *curr, *next; in lang_add_wild() local
6761 for (curr = section_list, section_list = NULL; in lang_add_wild()
6762 curr != NULL; in lang_add_wild()
6763 section_list = curr, curr = next) in lang_add_wild()
6765 if (curr->spec.name != NULL && strcmp (curr->spec.name, "COMMON") == 0) in lang_add_wild()
6768 next = curr->next; in lang_add_wild()
6769 curr->next = section_list; in lang_add_wild()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20062402 change the template, then clear md.slot[curr].end_of_insn_group.
/toolchain/binutils/binutils-2.25/bfd/po/
Dvi.po4597 msgid "OPR_REDEF (redefine symbol to curr location)\n"
4598 msgstr "OPR_REDEF (redefine symbol to curr location)\n"
Dja.po4516 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Dbfd.pot5068 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Dru.po4587 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Duk.po4593 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Dda.po4316 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Dfr.po4589 msgid "OPR_REDEF (redefine symbol to curr location)\n"
Des.po4584 msgid "OPR_REDEF (redefine symbol to curr location)\n"

12