HomeSort by relevance Sort by last modified time
    Searched defs:fixups (Results 1 - 25 of 37) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/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:__anon75527
70 output the insn and record any fixups. */
cgen.c 70 /* We need to keep a list of fixups. We can't simply generate them as
90 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable in typeref:struct:fixup
112 as_fatal (_("too many fixups"));
113 fixups[num_fixups].exp = *expP;
114 fixups[num_fixups].opindex = opindex;
115 fixups[num_fixups].opinfo = opinfo;
138 that gas_init_parse() performs for the current fixups.
141 element - element number of the array you wish to store the fixups
146 element - element number of the array you wish to restore the fixups
150 element - swap the current fixups with those in this element number
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 95 void *fixups; /* relocation records */ member in struct:nv50_program
  /toolchain/binutils/binutils-2.25/gas/config/
tc-fr30.c 46 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75554
tc-ip2k.c 48 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75594
tc-lm32.c 49 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75597
tc-mt.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75623
tc-or1k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75628
tc-xc16x.c 54 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75680
tc-xstormy16.c 45 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75681
tc-epiphany.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75553
tc-mn10200.c 77 /* Fixups. */
87 struct mn10200_fixup fixups[MAX_INSN_FIXUPS];
1104 as_fatal (_("too many fixups"));
1105 fixups[fc].exp = ex;
1106 fixups[fc].opindex = *opindex_ptr;
1107 fixups[fc].reloc = BFD_RELOC_UNUSED;
1205 opindex_converter.opindex = fixups[0].opindex;
1207 fixups[0].exp.X_add_symbol,
1208 fixups[0].exp.X_add_number,
1244 /* Create any fixups. *
85 struct mn10200_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10200_fixup
    [all...]
tc-arc.c 312 /* We need to keep a list of fixups. We can't simply generate them as
1233 fixups we generated by the call to fix_new_exp, above. In the call
1446 struct arc_fixup fixups[MAX_FIXUPS]; local
    [all...]
tc-d10v.c 43 /* Fixups. */
60 } Fixups;
62 static Fixups FixUps[2];
63 static Fixups *fixups; variable
296 fixups = &FixUps[0];
297 FixUps[0].next = &FixUps[1]
    [all...]
tc-iq2000.c 51 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75595
603 /* Look through the fixups for this segment for a matching
tc-m32c.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75598
    [all...]
tc-mn10300.c 94 /* Set linkrelax here to avoid fixups in most sections. */
99 /* Fixups. */
108 struct mn10300_fixup fixups[MAX_INSN_FIXUPS];
106 struct mn10300_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:mn10300_fixup
    [all...]
tc-rl78.c 70 } fixups[2]; member in struct:rl78_bytesT
111 rl78_bytes.fixups[rl78_bytes.n_fixups].exp = exp;
112 rl78_bytes.fixups[rl78_bytes.n_fixups].offset = offsetbits;
113 rl78_bytes.fixups[rl78_bytes.n_fixups].nbits = nbits;
114 rl78_bytes.fixups[rl78_bytes.n_fixups].type = type;
115 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
587 idx = rl78_bytes.fixups[i].offset / 8;
588 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
590 if (rl78_bytes.fixups[i].reloc
    [all...]
tc-d30v.c 60 /* Fixups. */
77 } Fixups;
79 static Fixups FixUps[2];
80 static Fixups *fixups; variable
319 fixups = &FixUps[0];
320 FixUps[0].next = &FixUps[1]
    [all...]
tc-frv.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75555
1124 instructions but before we start resolving fixups. */
    [all...]
tc-i370.c 1141 fixups for word relocations in writable segments, so we can adjust
1904 struct i370_fixup fixups[MAX_INSN_FIXUPS]; local
    [all...]
tc-m32r.c 57 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75601
1009 /* Preserve any fixups that have been generated and reset the list
    [all...]
tc-mep.c 51 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon75606
62 their fixups so that we can parallelization grouping rules. */
509 /* Initialize the array we'll be using to store fixups. */
662 /* Move the insn and it's fixups to the second element of the
675 nop into element 0. Move the fixups in element 0 to
676 element 1 and save the current fixups to element 0.
677 Really there aren't any fixups at this point because we're
710 /* Now put the insn and fixups into the arrays. */
809 /* Move the insn and fixups to the second element of the
839 nop into element 0. Move the fixups in element 0 t
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 439 arm::DexCacheArrayFixups* fixups = new (arena) arm::DexCacheArrayFixups(graph, stats); local
444 fixups
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive.c 45 DBusList **fixups);
54 free_fixups (DBusList **fixups)
58 link = _dbus_list_get_first_link (fixups);
63 next = _dbus_list_get_next_link (fixups, link);
71 *fixups = NULL;
75 apply_and_free_fixups (DBusList **fixups,
81 if (*fixups)
82 _dbus_verbose (" %d FIXUPS to apply\n",
83 _dbus_list_get_length (fixups));
86 link = _dbus_list_get_first_link (fixups);
1167 DBusList *fixups; local
    [all...]

Completed in 681 milliseconds

1 2