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

1 2 3

  /external/llvm/test/MC/Hexagon/
pcrel.s 4 # make sure the fixups emitted match what is
got.s 4 # make sure the fixups emitted match what is
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
fixup.d 2 #ld: --emit-fixups
  /toolchain/binutils/binutils-2.25/gas/
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...]
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:__anon75120
70 output the insn and record any fixups. */
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 3 .section .fixups,"",@progbits
27 # CHECK: Name: .fixups (12)
  /toolchain/binutils/binutils-2.25/gas/config/
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-v850.c 145 /* Fixups. */
155 struct v850_fixup fixups[MAX_INSN_FIXUPS];
153 struct v850_fixup fixups[MAX_INSN_FIXUPS]; variable in typeref:struct:v850_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-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-alpha.c 100 struct alpha_fixup fixups[MAX_INSN_FIXUPS];
425 /* Linked list of .linkage fixups. */
99 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];
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-s390.c 1166 /* We need to keep a list of fixups. We can't simply generate them as
1186 struct s390_fixup fixups[MAX_INSN_FIXUPS]; local
    [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-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-rx.c 706 } fixups[2];
797 rx_bytes.fixups[rx_bytes.n_fixups].exp = exp;
798 rx_bytes.fixups[rx_bytes.n_fixups].offset = offsetbits;
799 rx_bytes.fixups[rx_bytes.n_fixups].nbits = nbits;
800 rx_bytes.fixups[rx_bytes.n_fixups].type = type;
801 rx_bytes.fixups[rx_bytes.n_fixups].reloc = exp.X_md;
1154 idx = rx_bytes.fixups[i].offset / 8;
1155 rel = reloc_map [rx_bytes.fixups[i].nbits / 8][(int) rx_bytes.fixups[i].type];
1157 if (rx_bytes.fixups[i].reloc
705 } fixups[2]; member in struct:rx_bytesT
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-little-endian.s 13 ! ...and that fixups are applied to the correct bytes.
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 95 void *fixups; /* relocation records */ member in struct:nv50_program
nv50_program.c 351 prog->fixups = info->bin.relocData;
409 if (prog->fixups)
410 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0);
434 if (p->fixups)
435 FREE(p->fixups);
  /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...]
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
elf-movt.s 17 @@ make sure that the text section fixups are sane too
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 7 # This checks that fixups that can be resolved within the same
ppc64-localentry.s 45 # Verify that fixups to local function symbols are performed only

Completed in 761 milliseconds

1 2 3