| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | cgen.c | 71 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable 94 fixups[num_fixups].exp = *expP; 95 fixups[num_fixups].opindex = opindex; 96 fixups[num_fixups].opinfo = opinfo; 162 memcpy (stored_fixups[i].fixup_chain, fixups, 163 sizeof (fixups[0]) * num_fixups); 178 memcpy (fixups, stored_fixups[i].fixup_chain, 211 stored_fixups[i].fixup_chain[tmp] = fixups [tmp]; 212 fixups [tmp] = tmp_fixup; 448 if (CGEN_OPERAND_ATTR_VALUE (cgen_operand_lookup_by_num (gas_cgen_cpu_desc, fixups[i].opindex), [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | cgen.c | 71 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable 94 fixups[num_fixups].exp = *expP; 95 fixups[num_fixups].opindex = opindex; 96 fixups[num_fixups].opinfo = opinfo; 162 memcpy (stored_fixups[i].fixup_chain, fixups, 163 sizeof (fixups[0]) * num_fixups); 178 memcpy (fixups, stored_fixups[i].fixup_chain, 211 stored_fixups[i].fixup_chain[tmp] = fixups [tmp]; 212 fixups [tmp] = tmp_fixup; 458 if (CGEN_OPERAND_ATTR_VALUE (cgen_operand_lookup_by_num (gas_cgen_cpu_desc, fixups[i].opindex), [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-d10v.c | 63 static Fixups *fixups; variable 375 fixups = &FixUps[0]; in md_begin() 633 if (fixups->fc >= MAX_INSN_FIXUPS) 639 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; 651 fixups->fix[fixups->fc].reloc = 656 && (fixups->fix[fixups->fc].reloc == 0)) 660 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || 661 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) 662 fixups->fix[fixups->fc].size = 2; 664 fixups->fix[fixups->fc].size = 4; [all …]
|
| H A D | tc-d30v.c | 79 static Fixups *fixups; variable 410 fixups = &FixUps[0]; in md_begin() 638 if (fixups->fc >= MAX_INSN_FIXUPS) 641 fixups->fix[fixups->fc].reloc = 643 fixups->fix[fixups->fc].size = 4; 644 fixups->fix[fixups->fc].exp = opers[i]; 645 fixups->fix[fixups->fc].operand = form->operands[i]; 646 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL) 647 fixups->fix[fixups->fc].pcrel = RELOC_PCREL; 649 fixups->fix[fixups->fc].pcrel = op->reloc_flag; [all …]
|
| H A D | tc-s390.c | 1173 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local 1234 fixups[fc].exp = ex; 1235 fixups[fc].opindex = *opindex_ptr; 1236 fixups[fc].reloc = BFD_RELOC_UNUSED; 1334 fixups[fc].exp = ex; 1335 fixups[fc].opindex = *opindex_ptr; 1336 fixups[fc].reloc = reloc; 1430 fixups[fc].exp = ex; 1431 fixups[fc].opindex = -1; 1432 fixups[fc].reloc = reloc; [all …]
|
| H A D | tc-mn10200.c | 96 struct mn10200_fixup fixups[MAX_INSN_FIXUPS]; variable 996 fixups[fc].exp = ex; 997 fixups[fc].opindex = *opindex_ptr; 998 fixups[fc].reloc = BFD_RELOC_UNUSED; 1085 fixups[0].exp.X_add_symbol, 1086 fixups[0].exp.X_add_number, 1087 (char *)fixups[0].opindex); 1130 operand = &mn10200_operands[fixups[i].opindex]; 1131 if (fixups[i].reloc != BFD_RELOC_UNUSED) 1139 fixups[i].reloc); [all …]
|
| H A D | tc-v850.c | 91 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable 1823 fixups[fc].exp = ex; 1824 fixups[fc].opindex = *opindex_ptr; 1825 fixups[fc].reloc = reloc; 1846 fixups[fc].exp = ex; 1847 fixups[fc].opindex = *opindex_ptr; 1848 fixups[fc].reloc = reloc; 2066 fixups[fc].exp = ex; 2067 fixups[fc].opindex = *opindex_ptr; 2068 fixups[fc].reloc = BFD_RELOC_UNUSED; [all …]
|
| H A D | tc-mn10300.c | 117 struct mn10300_fixup fixups[MAX_INSN_FIXUPS]; variable 1889 fixups[fc].exp = ex; 1890 fixups[fc].opindex = *opindex_ptr; 1891 fixups[fc].reloc = BFD_RELOC_UNUSED; 1892 if (mn10300_check_fixup (& fixups[fc])) 2043 fixups[0].exp.X_add_symbol, 2044 fixups[0].exp.X_add_number, 2045 (char *)fixups[0].opindex); 2187 operand = &mn10300_operands[fixups[i].opindex]; 2188 if (fixups[i].reloc != BFD_RELOC_UNUSED [all …]
|
| H A D | tc-i370.c | 1976 struct i370_fixup fixups[MAX_INSN_FIXUPS]; local 2265 fixups[fc].exp = ex; 2266 fixups[fc].opindex = 0; 2267 fixups[fc].reloc = reloc; 2282 fixups[fc].exp = ex; 2283 fixups[fc].opindex = *opindex_ptr; 2284 fixups[fc].reloc = BFD_RELOC_UNUSED; 2332 operand = &i370_operands[fixups[i].opindex]; 2333 if (fixups[i].reloc != BFD_RELOC_UNUSED) 2335 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); [all …]
|
| H A D | tc-arc.c | 418 struct arc_fixup fixups[MAX_FIXUPS]; local 503 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt]; 670 fixups[fc].exp = exp; 696 fixups[fc].opindex = arc_operand_map[(int) *syn]; 842 if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM) 845 fixups[i].exp.X_add_number += arc_limm_fixup_adjust (insn); 846 op_type = fixups[i].opindex; 858 &fixups[i].exp, 863 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex, 864 &fixups[i].exp, &exptmp);
|
| H A D | tc-alpha.c | 86 struct alpha_fixup fixups[MAX_INSN_FIXUPS]; member 2492 fixup = &insn->fixups[insn->nfixups++]; 2542 fixup = &insn->fixups[insn->nfixups++]; 2581 struct alpha_fixup *fixup = &insn->fixups[i]; 2922 insn.fixups[0].exp = addend; 2923 insn.fixups[0].reloc = BFD_RELOC_ALPHA_GPDISP_HI16; 2937 insn.fixups[0].exp = addend; 2938 insn.fixups[0].reloc = BFD_RELOC_ALPHA_GPDISP_LO16; 3081 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL; 3119 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL; [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-d10v.c | 64 static Fixups *fixups; variable 331 fixups = &FixUps[0]; in md_begin() 584 if (fixups->fc >= MAX_INSN_FIXUPS) in build_insn() 590 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; in build_insn() 602 fixups->fix[fixups->fc].reloc = in build_insn() 607 && (fixups->fix[fixups->fc].reloc == 0)) in build_insn() 611 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || in build_insn() 612 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) in build_insn() 613 fixups->fix[fixups->fc].size = 2; in build_insn() 615 fixups->fix[fixups->fc].size = 4; in build_insn() [all …]
|
| H A D | tc-d30v.c | 81 static Fixups *fixups; variable 354 fixups = &FixUps[0]; in md_begin() 572 if (fixups->fc >= MAX_INSN_FIXUPS) in build_insn() 575 fixups->fix[fixups->fc].reloc = in build_insn() 577 fixups->fix[fixups->fc].size = 4; in build_insn() 578 fixups->fix[fixups->fc].exp = opers[i]; in build_insn() 579 fixups->fix[fixups->fc].operand = form->operands[i]; in build_insn() 580 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_D30V_9_PCREL) in build_insn() 581 fixups->fix[fixups->fc].pcrel = RELOC_PCREL; in build_insn() 583 fixups->fix[fixups->fc].pcrel = op->reloc_flag; in build_insn() [all …]
|
| H A D | tc-s390.c | 1170 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local 1231 fixups[fc].exp = ex; 1232 fixups[fc].opindex = *opindex_ptr; 1233 fixups[fc].reloc = BFD_RELOC_UNUSED; 1331 fixups[fc].exp = ex; 1332 fixups[fc].opindex = *opindex_ptr; 1333 fixups[fc].reloc = reloc; 1460 fixups[fc].exp = ex; 1461 fixups[fc].opindex = -1; 1462 fixups[fc].reloc = reloc; [all …]
|
| H A D | tc-v850.c | 95 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable 1765 fixups[fc].exp = ex; in md_assemble() 1766 fixups[fc].opindex = *opindex_ptr; in md_assemble() 1767 fixups[fc].reloc = reloc; in md_assemble() 1788 fixups[fc].exp = ex; in md_assemble() 1789 fixups[fc].opindex = *opindex_ptr; in md_assemble() 1790 fixups[fc].reloc = reloc; in md_assemble() 1991 fixups[fc].exp = ex; in md_assemble() 1992 fixups[fc].opindex = *opindex_ptr; in md_assemble() 1993 fixups[fc].reloc = BFD_RELOC_UNUSED; in md_assemble() [all …]
|
| H A D | tc-mn10200.c | 87 struct mn10200_fixup fixups[MAX_INSN_FIXUPS]; variable 1134 fixups[fc].exp = ex; in md_assemble() 1135 fixups[fc].opindex = *opindex_ptr; in md_assemble() 1136 fixups[fc].reloc = BFD_RELOC_UNUSED; in md_assemble() 1233 opindex_converter.opindex = fixups[0].opindex; in md_assemble() 1235 fixups[0].exp.X_add_symbol, in md_assemble() 1236 fixups[0].exp.X_add_number, in md_assemble() 1277 operand = &mn10200_operands[fixups[i].opindex]; in md_assemble() 1278 if (fixups[i].reloc != BFD_RELOC_UNUSED) in md_assemble() 1286 fixups[i].reloc); in md_assemble() [all …]
|
| H A D | tc-mn10300.c | 122 struct mn10300_fixup fixups[MAX_INSN_FIXUPS]; variable 1894 fixups[fc].exp = ex; 1895 fixups[fc].opindex = *opindex_ptr; 1896 fixups[fc].reloc = BFD_RELOC_UNUSED; 1897 if (mn10300_check_fixup (& fixups[fc])) 2059 opindex_converter.opindex = fixups[0].opindex; 2061 fixups[0].exp.X_add_symbol, 2062 fixups[0].exp.X_add_number, 2205 operand = &mn10300_operands[fixups[i].opindex]; 2206 if (fixups[i].reloc != BFD_RELOC_UNUSED [all …]
|
| H A D | tc-i370.c | 1905 struct i370_fixup fixups[MAX_INSN_FIXUPS]; in md_assemble() local 2178 fixups[fc].exp = ex; in md_assemble() 2179 fixups[fc].opindex = 0; in md_assemble() 2180 fixups[fc].reloc = reloc; in md_assemble() 2193 fixups[fc].exp = ex; in md_assemble() 2194 fixups[fc].opindex = *opindex_ptr; in md_assemble() 2195 fixups[fc].reloc = BFD_RELOC_UNUSED; in md_assemble() 2240 operand = &i370_operands[fixups[i].opindex]; in md_assemble() 2241 if (fixups[i].reloc != BFD_RELOC_UNUSED) in md_assemble() 2243 reloc_howto_type *reloc_howto = bfd_reloc_type_lookup (stdoutput, fixups[i].reloc); in md_assemble() [all …]
|
| H A D | tc-alpha.c | 83 struct alpha_fixup fixups[MAX_INSN_FIXUPS]; member 1231 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL; in load_expression() 1267 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL; in load_expression() 1417 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL; in load_expression() 1420 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL; in load_expression() 1434 insn.fixups[insn.nfixups].reloc = DUMMY_RELOC_LITUSE_BASE; in load_expression() 1435 insn.fixups[insn.nfixups].exp.X_op = O_absent; in load_expression() 1613 struct alpha_fixup *fixup = &insn->fixups[i]; in emit_insn() 1928 fixup = &insn->fixups[insn->nfixups++]; in assemble_insn() 1978 fixup = &insn->fixups[insn->nfixups++]; in assemble_insn() [all …]
|
| H A D | tc-arc.c | 1485 struct arc_fixup fixups[MAX_FIXUPS]; in md_assemble() local 1561 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt]; in md_assemble() 1724 fixups[fc].exp = exp; in md_assemble() 1750 fixups[fc].opindex = arc_operand_map[(int) *syn]; in md_assemble() 1894 if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM) in md_assemble() 1897 fixups[i].exp.X_add_number += arc_limm_fixup_adjust (insn); in md_assemble() 1898 op_type = fixups[i].opindex; in md_assemble() 1910 &fixups[i].exp, in md_assemble() 1915 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex, in md_assemble() 1916 &fixups[i].exp, &exptmp); in md_assemble()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | comp_expand.c | 76 } fixups[MAX_TC_FIXUPS]; in _nc_tic_expand() local 196 fixups[octals].ch = UChar(ch); in _nc_tic_expand() 197 fixups[octals].offset = bufp; in _nc_tic_expand() 217 char *p = buffer + fixups[octals].offset; in _nc_tic_expand() 219 *p++ = (char) ((fixups[octals].ch == 127) in _nc_tic_expand() 221 : (fixups[octals].ch + (int) '@')); in _nc_tic_expand()
|
| H A D | captoinfo.c | 614 #define octal_fixup(n, c) fixups[n].ch = ((fixups[n].ch << 3) | ((c) - '0')) 637 } fixups[MAX_TC_FIXUPS]; in _nc_infotocap() local 726 fixups[myfix].ch = 0; in _nc_infotocap() 727 fixups[myfix].offset = (int) (bufptr in _nc_infotocap() 734 fixups[myfix].ch <<= 3; in _nc_infotocap() 735 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap() 742 fixups[myfix].ch <<= 3; in _nc_infotocap() 743 fixups[myfix].ch |= (str[n] - '0'); in _nc_infotocap() 745 if (fixups[myfix].ch < 32) { in _nc_infotocap() 789 fixups[myfix].ch = 0; in _nc_infotocap() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86RetClean.cpp | 104 std::vector<MachineInstr*> fixups; in runOnMachineFunction() local 111 fixups.push_back(&MI); in runOnMachineFunction() 115 for (auto *fixup : fixups) in runOnMachineFunction()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | RELEASE-NOTES | 26 - more named locale fixups 29 - allocation tuning, valgrind fixups
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | RELEASE-NOTES | 26 - more named locale fixups 29 - allocation tuning, valgrind fixups
|