/toolchain/binutils/binutils-2.25/gas/ |
D | listing.c | 842 int cur; in print_lines() local 867 cur = 0; in print_lines() 868 while (src[cur] && idx < nchars) in print_lines() 871 offset = cur; in print_lines() 873 cur += 2; in print_lines() 896 && src[cur]; in print_lines() 905 while (src[cur] && idx < nchars) in print_lines() 908 offset = cur; in print_lines() 910 cur += 2; in print_lines()
|
D | ChangeLog-9899 | 2987 * config/tc-d30v.c ({cur,prev}_left_kills_right_p): New variables.
|
D | ChangeLog-9697 | 36 ({cur,prev}_mul32_p): New static variable to keep track of whether
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 1707 unw_rec_list *cur, *prev; in check_pending_save() local 1710 for (cur = unwind.list, prev = NULL; cur; ) in check_pending_save() 1711 if (&cur->r.record.p == unwind.pending_saves) in check_pending_save() 1714 prev->next = cur->next; in check_pending_save() 1716 unwind.list = cur->next; in check_pending_save() 1717 if (cur == unwind.tail) in check_pending_save() 1719 if (cur == unwind.current_entry) in check_pending_save() 1720 unwind.current_entry = cur->next; in check_pending_save() 1725 cur->r.record.p.grmask = 0; in check_pending_save() 1726 cur->r.record.p.brmask = 0; in check_pending_save() [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spu_ovl.S | 85 #define cur save2 macro 212 lqr cur, __ovly_current # 1,6 2 229 lqr cur, __ovly_current # 1,6 2 246 shufb rv4, rv1, cur, rv3 # 1,4 10
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-bfin.c | 3730 bfd_signed_vma max, cur, odd, fdcur, min; member 3749 bfd_signed_vma cur, in _bfinfdpic_compute_got_alloc_data() argument 3759 gad->cur = cur; in _bfinfdpic_compute_got_alloc_data() 3786 odd = cur + got; in _bfinfdpic_compute_got_alloc_data() 3791 gad->max = cur + got; in _bfinfdpic_compute_got_alloc_data() 3851 if (gad->cur == gad->max) in _bfinfdpic_compute_got_alloc_data() 3852 gad->cur = gad->min; in _bfinfdpic_compute_got_alloc_data() 3876 ret = gad->cur; in _bfinfdpic_get_got_entry() 3877 gad->odd = gad->cur + 4; in _bfinfdpic_get_got_entry() 3878 gad->cur += 8; in _bfinfdpic_get_got_entry() [all …]
|
D | elf32-frv.c | 940 bfd_signed_vma max, cur, odd, fdcur, min; member 4718 bfd_signed_vma cur, in _frvfdpic_compute_got_alloc_data() argument 4731 gad->cur = cur; in _frvfdpic_compute_got_alloc_data() 4758 odd = cur + got; in _frvfdpic_compute_got_alloc_data() 4763 gad->max = cur + got; in _frvfdpic_compute_got_alloc_data() 4884 if (gad->cur == gad->max) in _frvfdpic_compute_got_alloc_data() 4885 gad->cur = gad->min; in _frvfdpic_compute_got_alloc_data() 4914 ret = gad->cur; in _frvfdpic_get_got_entry() 4915 gad->odd = gad->cur + 4; in _frvfdpic_get_got_entry() 4916 gad->cur += 8; in _frvfdpic_get_got_entry() [all …]
|
D | pef.c | 542 bfd_pef_section *cur = &mdata->sections[i]; in bfd_pef_scan() local 543 cur->header_offset = 40 + (i * 28); in bfd_pef_scan() 544 if (bfd_pef_scan_section (abfd, cur) < 0) in bfd_pef_scan()
|
D | xsym.c | 1894 unsigned char *name_table, *name_table_end, *cur; in bfd_sym_display_name_table() local 1906 cur = name_table; in bfd_sym_display_name_table() 1909 cur = bfd_sym_display_name_table_entry (abfd, f, cur); in bfd_sym_display_name_table() 1910 if (cur >= name_table_end) in bfd_sym_display_name_table()
|
D | mach-o.c | 4850 bfd_mach_o_load_command *cur = &cmd[i]; in bfd_mach_o_scan() local 4852 bfd_mach_o_append_command (abfd, cur); in bfd_mach_o_scan() 4855 cur->offset = hdrsize; in bfd_mach_o_scan() 4859 cur->offset = prev->offset + prev->len; in bfd_mach_o_scan() 4862 if (!bfd_mach_o_read_command (abfd, cur)) in bfd_mach_o_scan()
|
D | elf.c | 8868 struct sdt_note *cur = in elfobj_grok_stapsdt_note_1() local 8872 cur->next = (struct sdt_note *) (elf_tdata (abfd))->sdt_note_head; in elfobj_grok_stapsdt_note_1() 8873 cur->size = (bfd_size_type) note->descsz; in elfobj_grok_stapsdt_note_1() 8874 memcpy (cur->data, note->descdata, note->descsz); in elfobj_grok_stapsdt_note_1() 8876 elf_tdata (abfd)->sdt_note_head = cur; in elfobj_grok_stapsdt_note_1()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | resrc.c | 1281 rc_group_icon *cg, *first, *cur; in define_group_icon_rcdata() local 1287 cur = NULL; in define_group_icon_rcdata() 1317 cur->next = cg; in define_group_icon_rcdata() 1318 cur = cg; in define_group_icon_rcdata() 1335 rc_group_cursor *cg, *first, *cur; in define_group_cursor_rcdata() local 1341 first = cur = NULL; in define_group_cursor_rcdata() 1369 cur->next = cg; in define_group_cursor_rcdata() 1370 cur = cg; in define_group_cursor_rcdata()
|
D | readelf.c | 11721 struct dump_list_entry * cur; in initialise_dumps_byname() local 11723 for (cur = dump_sects_byname; cur; cur = cur->next) in initialise_dumps_byname() 11729 if (streq (SECTION_NAME (section_headers + i), cur->name)) in initialise_dumps_byname() 11731 request_dump_bynumber (i, cur->type); in initialise_dumps_byname() 11737 cur->name); in initialise_dumps_byname()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 102 (cur-fr-load DI) ; Current use of FR register was target of a load 103 (cur-fr-complex-1 DI) ; Current use of FR register has variable latency 104 (cur-fr-complex-2 DI) ; Current use of FR register has variable latency 105 (cur-ccr-complex SI) ; Current use of CCR register has variable latency 106 (cur-acc-mmac DI) ; Current use of ACC register was a MMAC category 522 (cur-fpop DI) ; Current use of FR register was floating point insn 523 (cur-media DI) ; Current use of FR register was a media insn 524 (cur-cc-complex DI) ; Current use of ICC register was not simple 984 (cur-fp-load DI) ; Current use of FR register is floating point load 985 (cur-fr-p4 DI) ; Current use of FR register is media unit 4 [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 5391 lang_output_section_statement_type * cur; in ldlang_override_segment_assignment() local 5413 cur = lang_output_section_find (current_section->name); in ldlang_override_segment_assignment() 5417 if (cur == NULL || prev == NULL) in ldlang_override_segment_assignment() 5424 return cur->region != prev->region; in ldlang_override_segment_assignment()
|