Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 25 of 55) sorted by relevance

123

/toolchain/binutils/binutils-2.25/opcodes/
Dopc2c.c144 struct Indirect * ind; member
247 dump_lines (opcode * op, int level, Indirect * ind) in dump_lines() argument
258 if (ind != op->last_ind) in dump_lines()
349 store_opcode_bits (opcode * op, int byte, Indirect * ind) in store_opcode_bits() argument
358 switch (ind[bits].type) in store_opcode_bits()
363 ind[bits].type = T_op; in store_opcode_bits()
364 ind[bits].u.op = op; in store_opcode_bits()
365 op->last_ind = ind; in store_opcode_bits()
372 ind[bits].type = T_indirect; in store_opcode_bits()
373 ind[bits].u.ind = (Indirect *) malloc (256 * sizeof (Indirect)); in store_opcode_bits()
[all …]
Dia64-gen.c467 int ind; in fetch_insn_class() local
540 ind = iclen++; in fetch_insn_class()
541 ics[ind] = tmalloc (struct iclass); in fetch_insn_class()
542 memset ((void *)ics[ind], 0, sizeof (struct iclass)); in fetch_insn_class()
543 ics[ind]->name = xstrdup (name); in fetch_insn_class()
544 ics[ind]->is_class = is_class; in fetch_insn_class()
545 ics[ind]->orphan = 1; in fetch_insn_class()
549 ics[ind]->comment = xstrdup (comment + 1); in fetch_insn_class()
550 ics[ind]->comment[strlen (ics[ind]->comment)-1] = 0; in fetch_insn_class()
554 ics[ind]->note = note; in fetch_insn_class()
[all …]
Dns32k-dis.c619 static const char *ind = "bwdq"; in print_insn_arg() local
627 sprintf (off, "[r%d:%c]", bit_index, ind[addr_mode & 3]); in print_insn_arg()
/toolchain/binutils/binutils-2.25/libiberty/
Dxatexit.c52 int ind; /* next index in this table */ member
76 if (p->ind >= XATEXIT_SIZE) in xatexit()
80 p->ind = 0; in xatexit()
84 p->fns[p->ind++] = fn; in xatexit()
97 for (n = p->ind; --n >= 0;) in xatexit_cleanup()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
Dinout.s40 ind @r3,@r15,r8
41 ind @r1,@r14,r7
42 ind @r2,@r13,r6
43 ind @r3,@r12,r5
44 ind @r4,@r11,r0
45 ind @r5,@r10,r4
46 ind @r6,@r9,r3
47 ind @r7,@r8,r2
48 ind @r8,@r7,r1
49 ind @r9,@r6,r15
[all …]
Dinout.d44 48: 3bf8 0838 ind @r3,@r15,r8
45 4c: 3be8 0718 ind @r1,@r14,r7
46 50: 3bd8 0628 ind @r2,@r13,r6
47 54: 3bc8 0538 ind @r3,@r12,r5
48 58: 3bb8 0048 ind @r4,@r11,r0
49 5c: 3ba8 0458 ind @r5,@r10,r4
50 60: 3b98 0368 ind @r6,@r9,r3
51 64: 3b88 0278 ind @r7,@r8,r2
52 68: 3b78 0188 ind @r8,@r7,r1
53 6c: 3b68 0f98 ind @r9,@r6,r15
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dppcboot.c44 bfd_byte ind; member
187 if (hdr.partition[0].partition_end.ind != PPC_IND) in ppcboot_object_p()
412 if (!tdata->header.partition[i].partition_begin.ind in ppcboot_bfd_print_private_bfd_data()
416 && !tdata->header.partition[i].partition_end.ind in ppcboot_bfd_print_private_bfd_data()
424 tdata->header.partition[i].partition_begin.ind, in ppcboot_bfd_print_private_bfd_data()
430 tdata->header.partition[i].partition_end.ind, in ppcboot_bfd_print_private_bfd_data()
Delfnn-ia64.c1268 struct elfNN_ia64_link_hash_entry *dir, *ind; in elfNN_ia64_hash_copy_indirect() local
1271 ind = (struct elfNN_ia64_link_hash_entry *) xind; in elfNN_ia64_hash_copy_indirect()
1276 dir->root.ref_dynamic |= ind->root.ref_dynamic; in elfNN_ia64_hash_copy_indirect()
1277 dir->root.ref_regular |= ind->root.ref_regular; in elfNN_ia64_hash_copy_indirect()
1278 dir->root.ref_regular_nonweak |= ind->root.ref_regular_nonweak; in elfNN_ia64_hash_copy_indirect()
1279 dir->root.needs_plt |= ind->root.needs_plt; in elfNN_ia64_hash_copy_indirect()
1281 if (ind->root.root.type != bfd_link_hash_indirect) in elfNN_ia64_hash_copy_indirect()
1287 if (ind->info != NULL) in elfNN_ia64_hash_copy_indirect()
1295 dir->info = ind->info; in elfNN_ia64_hash_copy_indirect()
1296 dir->count = ind->count; in elfNN_ia64_hash_copy_indirect()
[all …]
Dlibcoff.h842 #define bfd_coff_swap_aux_in(a,e,t,c,ind,num,i) \ argument
843 ((coff_backend_info (a)->_bfd_coff_swap_aux_in) (a,e,t,c,ind,num,i))
857 #define bfd_coff_swap_aux_out(a,i,t,c,ind,num,o) \ argument
858 ((coff_backend_info (a)->_bfd_coff_swap_aux_out) (a,i,t,c,ind,num,o))
Delflink.c6746 struct elf_link_hash_entry *ind) in _bfd_elf_link_hash_copy_indirect() argument
6753 dir->ref_dynamic |= ind->ref_dynamic; in _bfd_elf_link_hash_copy_indirect()
6754 dir->ref_regular |= ind->ref_regular; in _bfd_elf_link_hash_copy_indirect()
6755 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in _bfd_elf_link_hash_copy_indirect()
6756 dir->non_got_ref |= ind->non_got_ref; in _bfd_elf_link_hash_copy_indirect()
6757 dir->needs_plt |= ind->needs_plt; in _bfd_elf_link_hash_copy_indirect()
6758 dir->pointer_equality_needed |= ind->pointer_equality_needed; in _bfd_elf_link_hash_copy_indirect()
6760 if (ind->root.type != bfd_link_hash_indirect) in _bfd_elf_link_hash_copy_indirect()
6766 if (ind->got.refcount > htab->init_got_refcount.refcount) in _bfd_elf_link_hash_copy_indirect()
6770 dir->got.refcount += ind->got.refcount; in _bfd_elf_link_hash_copy_indirect()
[all …]
Delf64-s390.c793 struct elf_link_hash_entry *ind) in elf_s390_copy_indirect_symbol() argument
798 eind = (struct elf_s390_link_hash_entry *) ind; in elf_s390_copy_indirect_symbol()
831 if (ind->root.type == bfd_link_hash_indirect in elf_s390_copy_indirect_symbol()
839 && ind->root.type != bfd_link_hash_indirect in elf_s390_copy_indirect_symbol()
845 dir->ref_dynamic |= ind->ref_dynamic; in elf_s390_copy_indirect_symbol()
846 dir->ref_regular |= ind->ref_regular; in elf_s390_copy_indirect_symbol()
847 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in elf_s390_copy_indirect_symbol()
848 dir->needs_plt |= ind->needs_plt; in elf_s390_copy_indirect_symbol()
851 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_s390_copy_indirect_symbol()
Delf32-s390.c874 struct elf_link_hash_entry *ind) in elf_s390_copy_indirect_symbol() argument
879 eind = (struct elf_s390_link_hash_entry *) ind; in elf_s390_copy_indirect_symbol()
912 if (ind->root.type == bfd_link_hash_indirect in elf_s390_copy_indirect_symbol()
920 && ind->root.type != bfd_link_hash_indirect in elf_s390_copy_indirect_symbol()
926 dir->ref_dynamic |= ind->ref_dynamic; in elf_s390_copy_indirect_symbol()
927 dir->ref_regular |= ind->ref_regular; in elf_s390_copy_indirect_symbol()
928 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in elf_s390_copy_indirect_symbol()
929 dir->needs_plt |= ind->needs_plt; in elf_s390_copy_indirect_symbol()
932 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_s390_copy_indirect_symbol()
Delf32-i386.c1032 struct elf_link_hash_entry *ind) in elf_i386_copy_indirect_symbol() argument
1037 eind = (struct elf_i386_link_hash_entry *) ind; in elf_i386_copy_indirect_symbol()
1070 if (ind->root.type == bfd_link_hash_indirect in elf_i386_copy_indirect_symbol()
1078 && ind->root.type != bfd_link_hash_indirect in elf_i386_copy_indirect_symbol()
1084 dir->ref_dynamic |= ind->ref_dynamic; in elf_i386_copy_indirect_symbol()
1085 dir->ref_regular |= ind->ref_regular; in elf_i386_copy_indirect_symbol()
1086 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in elf_i386_copy_indirect_symbol()
1087 dir->needs_plt |= ind->needs_plt; in elf_i386_copy_indirect_symbol()
1088 dir->pointer_equality_needed |= ind->pointer_equality_needed; in elf_i386_copy_indirect_symbol()
1091 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_i386_copy_indirect_symbol()
Delf64-x86-64.c1084 struct elf_link_hash_entry *ind) in elf_x86_64_copy_indirect_symbol() argument
1089 eind = (struct elf_x86_64_link_hash_entry *) ind; in elf_x86_64_copy_indirect_symbol()
1125 if (ind->root.type == bfd_link_hash_indirect in elf_x86_64_copy_indirect_symbol()
1133 && ind->root.type != bfd_link_hash_indirect in elf_x86_64_copy_indirect_symbol()
1139 dir->ref_dynamic |= ind->ref_dynamic; in elf_x86_64_copy_indirect_symbol()
1140 dir->ref_regular |= ind->ref_regular; in elf_x86_64_copy_indirect_symbol()
1141 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in elf_x86_64_copy_indirect_symbol()
1142 dir->needs_plt |= ind->needs_plt; in elf_x86_64_copy_indirect_symbol()
1143 dir->pointer_equality_needed |= ind->pointer_equality_needed; in elf_x86_64_copy_indirect_symbol()
1146 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_x86_64_copy_indirect_symbol()
Delf32-or1k.c2680 struct elf_link_hash_entry *ind) in or1k_elf_copy_indirect_symbol() argument
2686 eind = (struct elf_or1k_link_hash_entry *) ind; in or1k_elf_copy_indirect_symbol()
2719 if (ind->root.type == bfd_link_hash_indirect) in or1k_elf_copy_indirect_symbol()
2728 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in or1k_elf_copy_indirect_symbol()
Delf32-m68k.c2508 struct elf_m68k_link_hash_entry *ind; in elf_m68k_copy_indirect_symbol() local
2516 ind = elf_m68k_hash_entry (_ind); in elf_m68k_copy_indirect_symbol()
2526 if (ind->got_entry_key != 0) in elf_m68k_copy_indirect_symbol()
2530 BFD_ASSERT (ind->glist == NULL); in elf_m68k_copy_indirect_symbol()
2532 dir->got_entry_key = ind->got_entry_key; in elf_m68k_copy_indirect_symbol()
2533 ind->got_entry_key = 0; in elf_m68k_copy_indirect_symbol()
Delf32-score.c3801 struct elf_link_hash_entry *ind) in s3_bfd_score_elf_copy_indirect_symbol() argument
3805 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in s3_bfd_score_elf_copy_indirect_symbol()
3807 if (ind->root.type != bfd_link_hash_indirect) in s3_bfd_score_elf_copy_indirect_symbol()
3811 indscore = (struct score_elf_link_hash_entry *) ind; in s3_bfd_score_elf_copy_indirect_symbol()
4281 struct elf_link_hash_entry *ind) in _bfd_score_elf_copy_indirect_symbol() argument
4284 return s3_bfd_score_elf_copy_indirect_symbol (info, dir, ind); in _bfd_score_elf_copy_indirect_symbol()
4286 return s7_bfd_score_elf_copy_indirect_symbol (info, dir, ind); in _bfd_score_elf_copy_indirect_symbol()
Delf32-sh.c5890 struct elf_link_hash_entry *ind) in sh_elf_copy_indirect_symbol() argument
5895 eind = (struct elf_sh_link_hash_entry *) ind; in sh_elf_copy_indirect_symbol()
5938 if (ind->root.type == bfd_link_hash_indirect in sh_elf_copy_indirect_symbol()
5945 if (ind->root.type != bfd_link_hash_indirect in sh_elf_copy_indirect_symbol()
5951 dir->ref_dynamic |= ind->ref_dynamic; in sh_elf_copy_indirect_symbol()
5952 dir->ref_regular |= ind->ref_regular; in sh_elf_copy_indirect_symbol()
5953 dir->ref_regular_nonweak |= ind->ref_regular_nonweak; in sh_elf_copy_indirect_symbol()
5954 dir->needs_plt |= ind->needs_plt; in sh_elf_copy_indirect_symbol()
5957 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in sh_elf_copy_indirect_symbol()
Delf32-microblaze.c2572 struct elf_link_hash_entry *ind) in microblaze_elf_copy_indirect_symbol() argument
2577 eind = (struct elf32_mb_link_hash_entry *) ind; in microblaze_elf_copy_indirect_symbol()
2586 if (ind->root.type == bfd_link_hash_indirect) in microblaze_elf_copy_indirect_symbol()
2615 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in microblaze_elf_copy_indirect_symbol()
Delf32-cris.c3065 struct elf_link_hash_entry *ind) in elf_cris_copy_indirect_symbol() argument
3070 eind = (struct elf_cris_link_hash_entry *) ind; in elf_cris_copy_indirect_symbol()
3077 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_cris_copy_indirect_symbol()
3120 _bfd_elf_link_hash_copy_indirect (info, dir, ind); in elf_cris_copy_indirect_symbol()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
Dblock.s21 ind
Dblock.d23 [ ]+1c:[ ]+ed aa[ ]+ind
/toolchain/binutils/binutils-2.25/gas/
Dmacro.c860 int ind; in macro_expand_body() local
864 ind = in->ptr[src] - '0'; in macro_expand_body()
866 ind = in->ptr[src] - 'A' + 10; in macro_expand_body()
868 ind = in->ptr[src] - 'a' + 10; in macro_expand_body()
872 if (f->index == ind - 1) in macro_expand_body()
/toolchain/binutils/binutils-2.25/binutils/
Dresrc.c2792 int ind) in write_rc_menuitems() argument
2796 indent (e, ind); in write_rc_menuitems()
2801 indent (e, ind + 2); in write_rc_menuitems()
2865 write_rc_menuitems (e, mi->popup, menuex, ind + 2); in write_rc_menuitems()
2868 indent (e, ind); in write_rc_menuitems()
3152 write_rc_rcdata (FILE *e, const rc_rcdata_item *rcdata, int ind) in write_rc_rcdata() argument
3156 indent (e, ind); in write_rc_rcdata()
3170 indent (e, ind + 2); in write_rc_rcdata()
3175 indent (e, ind + 2); in write_rc_rcdata()
3180 indent (e, ind + 2); in write_rc_rcdata()
[all …]
/toolchain/binutils/binutils-2.25/ld/po/
Dfr.po569 msgstr "%F%S: région MÉMOIRE indéfinie « %s » référencé dans l'expression\n"
1168 msgstr "%X%C: référence indéfinie vers « %T »\n"
1172 msgstr "%C: AVERTISSEMENT: référence indéfinie vers « %T »\n"
1176 msgstr "%X%D: encore plus de références indéfinies suivent vers « %T »\n"
1180 msgstr "%D: AVERTISSEMENT: encore plus de références indéfinies suivent vers « %T »\n"
1184 msgstr "%X%B: référence indéfinie vers « %T »\n"
1188 msgstr "%B: AVERTISSMENT: référence indéfinie vers « %T »\n"
1192 msgstr "%X%B: encore plus de références indéfinies suivent vers « %T »\n"
1196 msgstr "%B: AVERTISSEMENT: encore plus de références indéfinies suivent vers « %T »\n"
1204 msgstr " relocalisation tronquée pour concorder avec la taille: %s vers le symbole indéfini %T"
[all …]

123