HomeSort by: relevance | last modified time | path
    Searched refs:fixups (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRFixupKinds.h 17 /// The set of supported fixups.
26 enum Fixups {
133 namespace fixups { namespace in namespace:llvm::AVR
143 } // end of namespace fixups
AVRMCCodeEmitter.cpp 91 template <AVR::Fixups Fixup>
94 SmallVectorImpl<MCFixup> &Fixups,
99 Fixups.push_back(MCFixup::create(0, MO.getExpr(),
109 AVR::fixups::adjustBranchTarget(target);
114 SmallVectorImpl<MCFixup> &Fixups,
135 SmallVectorImpl<MCFixup> &Fixups,
161 Fixups.push_back(MCFixup::create(0, OffsetOp.getExpr(),
171 SmallVectorImpl<MCFixup> &Fixups,
180 template <AVR::Fixups Fixup, unsigned Offset>
182 SmallVectorImpl<MCFixup> &Fixups,
    [all...]
  /src/external/gpl3/binutils/dist/gas/
cgen.c 67 /* We need to keep a list of fixups. We can't simply generate them as
87 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable in typeref:struct:fixup
106 as_fatal (_("too many fixups"));
107 fixups[num_fixups].exp = *expP;
108 fixups[num_fixups].opindex = opindex;
109 fixups[num_fixups].opinfo = opinfo;
132 that gas_init_parse() performs for the current fixups.
135 element - element number of the array you wish to store the fixups
140 element - element number of the array you wish to restore the fixups
144 element - swap the current fixups with those in this element number
    [all...]
cgen.h 27 /* Maximum number of fixups in an insn.
40 /* Number of fixups this insn has. */
42 /* Array of fixups. */
43 fixS * fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon9946
70 output the insn and record any fixups. */
  /src/external/gpl3/binutils.old/dist/gas/
cgen.c 67 /* We need to keep a list of fixups. We can't simply generate them as
87 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable in typeref:struct:fixup
106 as_fatal (_("too many fixups"));
107 fixups[num_fixups].exp = *expP;
108 fixups[num_fixups].opindex = opindex;
109 fixups[num_fixups].opinfo = opinfo;
132 that gas_init_parse() performs for the current fixups.
135 element - element number of the array you wish to store the fixups
140 element - element number of the array you wish to restore the fixups
144 element - swap the current fixups with those in this element number
    [all...]
cgen.h 27 /* Maximum number of fixups in an insn.
40 /* Number of fixups this insn has. */
42 /* Array of fixups. */
43 fixS * fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11426
70 output the insn and record any fixups. */
  /src/external/gpl3/binutils/dist/gas/config/
tc-d10v.c 43 /* Fixups. */
60 } Fixups;
62 static Fixups FixUps[2];
63 static Fixups *fixups; variable
295 fixups = &FixUps[0];
296 FixUps[0].next = &FixUps[1]
    [all...]
tc-v850.c 148 /* Fixups. */
158 struct v850_fixup fixups[MAX_INSN_FIXUPS];
2505 as_fatal (_("too many fixups"));
2507 fixups[fc].exp = ex;
2508 fixups[fc].opindex = *opindex_ptr;
2509 fixups[fc].reloc = reloc;
2576 as_fatal (_("too many fixups"));
2578 fixups[fc].exp = ex;
2579 fixups[fc].opindex = *opindex_ptr;
2580 fixups[fc].reloc = reloc
156 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:v850_fixup
    [all...]
tc-rl78.c 68 } fixups[2]; member in struct:rl78_bytesT
110 rl78_bytes.fixups[rl78_bytes.n_fixups].exp = exp;
111 rl78_bytes.fixups[rl78_bytes.n_fixups].offset = offsetbits;
112 rl78_bytes.fixups[rl78_bytes.n_fixups].nbits = nbits;
113 rl78_bytes.fixups[rl78_bytes.n_fixups].type = type;
114 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
619 idx = rl78_bytes.fixups[i].offset / 8;
620 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
622 if (rl78_bytes.fixups[i].reloc
    [all...]
tc-d30v.c 59 /* Fixups. */
76 } Fixups;
78 static Fixups FixUps[2];
79 static Fixups *fixups; variable
318 fixups = &FixUps[0];
319 FixUps[0].next = &FixUps[1]
    [all...]
tc-mn10300.c 96 /* Fixups. */
105 struct mn10300_fixup fixups[MAX_INSN_FIXUPS];
947 /* Set linkrelax here to avoid fixups in most sections. */
1756 as_fatal (_("too many fixups"));
1757 fixups[fc].exp = ex;
1758 fixups[fc].opindex = *opindex_ptr;
1759 fixups[fc].reloc = BFD_RELOC_UNUSED;
1760 if (mn10300_check_fixup (& fixups[fc]))
1919 opindex_converter.opindex = fixups[0].opindex;
1921 fixups[0].exp.X_add_symbol
103 struct mn10300_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10300_fixup
    [all...]
tc-alpha.c 99 struct alpha_fixup fixups[MAX_INSN_FIXUPS];
410 /* Linked list of .linkage fixups. */
1285 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL;
1321 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL;
1383 insn.fixups[insn.nfixups].reloc = BFD_RELOC_ALPHA_NOP;
1390 insn.fixups[insn.nfixups].exp.X_op = O_symbol;
1391 insn.fixups[insn.nfixups].exp.X_add_symbol = ensym;
1392 insn.fixups[insn.nfixups].exp.X_add_number = 0;
1393 insn.fixups[insn.nfixups].xtrasym = alpha_linkage_symbol;
1394 insn.fixups[insn.nfixups].procsym = alpha_evax_proc->symbol
98 struct alpha_fixup fixups[MAX_INSN_FIXUPS]; member in struct:alpha_insn
    [all...]
tc-mn10200.c 77 /* Fixups. */
87 struct mn10200_fixup fixups[MAX_INSN_FIXUPS];
1091 as_fatal (_("too many fixups"));
1092 fixups[fc].exp = ex;
1093 fixups[fc].opindex = *opindex_ptr;
1094 fixups[fc].reloc = BFD_RELOC_UNUSED;
1192 opindex_converter.opindex = fixups[0].opindex;
1194 fixups[0].exp.X_add_symbol,
1195 fixups[0].exp.X_add_number,
1231 /* Create any fixups. *
85 struct mn10200_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10200_fixup
    [all...]
tc-s390.c 1414 /* We need to keep a list of fixups. We can't simply generate them as
1434 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local
1514 as_fatal (_("operand %d: too many fixups"), operand_number);
1515 fixups[fc].exp = ex;
1516 fixups[fc].opindex = *opindex_ptr;
1517 fixups[fc].reloc = BFD_RELOC_UNUSED;
1679 as_fatal (_("operand %d: too many fixups"), operand_number);
1680 fixups[fc].exp = ex;
1681 fixups[fc].opindex = *opindex_ptr;
1682 fixups[fc].reloc = reloc
    [all...]
tc-rx.c 718 } fixups[2];
811 rx_bytes.fixups[rx_bytes.n_fixups].exp = exp;
812 rx_bytes.fixups[rx_bytes.n_fixups].offset = offsetbits;
813 rx_bytes.fixups[rx_bytes.n_fixups].nbits = nbits;
814 rx_bytes.fixups[rx_bytes.n_fixups].type = type;
815 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1199 idx = rx_bytes.fixups[i].offset / 8;
1200 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1202 if (rx_bytes.fixups[i].reloc
717 } fixups[2]; member in struct:rx_bytesT
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-d10v.c 43 /* Fixups. */
60 } Fixups;
62 static Fixups FixUps[2];
63 static Fixups *fixups; variable
295 fixups = &FixUps[0];
296 FixUps[0].next = &FixUps[1]
    [all...]
tc-v850.c 148 /* Fixups. */
158 struct v850_fixup fixups[MAX_INSN_FIXUPS];
2510 as_fatal (_("too many fixups"));
2512 fixups[fc].exp = ex;
2513 fixups[fc].opindex = *opindex_ptr;
2514 fixups[fc].reloc = reloc;
2581 as_fatal (_("too many fixups"));
2583 fixups[fc].exp = ex;
2584 fixups[fc].opindex = *opindex_ptr;
2585 fixups[fc].reloc = reloc
156 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:v850_fixup
    [all...]
tc-rl78.c 68 } fixups[2]; member in struct:rl78_bytesT
110 rl78_bytes.fixups[rl78_bytes.n_fixups].exp = exp;
111 rl78_bytes.fixups[rl78_bytes.n_fixups].offset = offsetbits;
112 rl78_bytes.fixups[rl78_bytes.n_fixups].nbits = nbits;
113 rl78_bytes.fixups[rl78_bytes.n_fixups].type = type;
114 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
619 idx = rl78_bytes.fixups[i].offset / 8;
620 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
622 if (rl78_bytes.fixups[i].reloc
    [all...]
tc-d30v.c 57 /* Fixups. */
74 } Fixups;
76 static Fixups FixUps[2];
77 static Fixups *fixups; variable
316 fixups = &FixUps[0];
317 FixUps[0].next = &FixUps[1]
    [all...]
tc-mn10300.c 96 /* Fixups. */
105 struct mn10300_fixup fixups[MAX_INSN_FIXUPS];
947 /* Set linkrelax here to avoid fixups in most sections. */
1756 as_fatal (_("too many fixups"));
1757 fixups[fc].exp = ex;
1758 fixups[fc].opindex = *opindex_ptr;
1759 fixups[fc].reloc = BFD_RELOC_UNUSED;
1760 if (mn10300_check_fixup (& fixups[fc]))
1919 opindex_converter.opindex = fixups[0].opindex;
1921 fixups[0].exp.X_add_symbol
103 struct mn10300_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10300_fixup
    [all...]
tc-alpha.c 99 struct alpha_fixup fixups[MAX_INSN_FIXUPS];
410 /* Linked list of .linkage fixups. */
1285 insn.fixups[0].reloc = BFD_RELOC_ALPHA_LITERAL;
1321 insn.fixups[0].reloc = BFD_RELOC_ALPHA_ELF_LITERAL;
1383 insn.fixups[insn.nfixups].reloc = BFD_RELOC_ALPHA_NOP;
1390 insn.fixups[insn.nfixups].exp.X_op = O_symbol;
1391 insn.fixups[insn.nfixups].exp.X_add_symbol = ensym;
1392 insn.fixups[insn.nfixups].exp.X_add_number = 0;
1393 insn.fixups[insn.nfixups].xtrasym = alpha_linkage_symbol;
1394 insn.fixups[insn.nfixups].procsym = alpha_evax_proc->symbol
98 struct alpha_fixup fixups[MAX_INSN_FIXUPS]; member in struct:alpha_insn
    [all...]
tc-mn10200.c 77 /* Fixups. */
87 struct mn10200_fixup fixups[MAX_INSN_FIXUPS];
1092 as_fatal (_("too many fixups"));
1093 fixups[fc].exp = ex;
1094 fixups[fc].opindex = *opindex_ptr;
1095 fixups[fc].reloc = BFD_RELOC_UNUSED;
1193 opindex_converter.opindex = fixups[0].opindex;
1195 fixups[0].exp.X_add_symbol,
1196 fixups[0].exp.X_add_number,
1232 /* Create any fixups. *
85 struct mn10200_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10200_fixup
    [all...]
tc-s390.c 1414 /* We need to keep a list of fixups. We can't simply generate them as
1434 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local
1514 as_fatal (_("operand %d: too many fixups"), operand_number);
1515 fixups[fc].exp = ex;
1516 fixups[fc].opindex = *opindex_ptr;
1517 fixups[fc].reloc = BFD_RELOC_UNUSED;
1679 as_fatal (_("operand %d: too many fixups"), operand_number);
1680 fixups[fc].exp = ex;
1681 fixups[fc].opindex = *opindex_ptr;
1682 fixups[fc].reloc = reloc
    [all...]
tc-rx.c 718 } fixups[2];
811 rx_bytes.fixups[rx_bytes.n_fixups].exp = exp;
812 rx_bytes.fixups[rx_bytes.n_fixups].offset = offsetbits;
813 rx_bytes.fixups[rx_bytes.n_fixups].nbits = nbits;
814 rx_bytes.fixups[rx_bytes.n_fixups].type = type;
815 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1199 idx = rx_bytes.fixups[i].offset / 8;
1200 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1202 if (rx_bytes.fixups[i].reloc
717 } fixups[2]; member in struct:rx_bytesT
    [all...]
  /src/sys/external/bsd/libfdt/dist/
fdt_overlay.c 207 * @fixup_node: Node offset of the matching local fixups node
328 int fixups; local
330 fixups = fdt_path_offset(fdto, "/__local_fixups__");
331 if (fixups < 0) {
333 if (fixups == -FDT_ERR_NOTFOUND)
336 return fixups;
342 return overlay_update_local_node_references(fdto, 0, fixups,
415 * @property: Property offset in the overlay holding the list of fixups
516 /* We can have overlays without any fixups */

Completed in 32 milliseconds

1 2 3