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

1 2 3

  /src/external/gpl3/binutils/dist/gas/
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. */
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...]
  /src/external/gpl3/binutils.old/dist/gas/
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. */
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...]
  /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
  /src/external/gpl3/binutils/dist/gas/config/
tc-fr30.c 46 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10003
tc-ip2k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10048
tc-lm32.c 49 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10052
tc-mt.c 48 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10081
tc-or1k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10083
tc-xstormy16.c 45 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10142
tc-epiphany.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10002
tc-m32c.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon10054
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-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...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-fr30.c 46 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11475
tc-ip2k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11520
tc-lm32.c 49 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11524
tc-mt.c 48 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11553
tc-or1k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11555
tc-xstormy16.c 45 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11614
tc-epiphany.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11474
tc-m32c.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon11526
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...]
  /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 243 milliseconds

1 2 3