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

1 2

  /toolchain/binutils/binutils-2.27/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:__anon4233
70 output the insn and record any fixups. */
cgen.c 68 /* We need to keep a list of fixups. We can't simply generate them as
88 static struct fixup fixups[GAS_CGEN_MAX_FIXUPS]; variable in typeref:struct:fixup
107 as_fatal (_("too many fixups"));
108 fixups[num_fixups].exp = *expP;
109 fixups[num_fixups].opindex = opindex;
110 fixups[num_fixups].opinfo = opinfo;
133 that gas_init_parse() performs for the current fixups.
136 element - element number of the array you wish to store the fixups
141 element - element number of the array you wish to restore the fixups
145 element - swap the current fixups with those in this element number
    [all...]
  /art/dexlayout/
dex_visualize.cc 191 const dex_ir::CodeFixups* fixups = code_item->GetCodeFixups(); local
192 if (fixups != nullptr) {
193 for (dex_ir::TypeId* type_id : fixups->TypeIds()) {
196 for (dex_ir::StringId* string_id : fixups->StringIds()) {
199 for (dex_ir::MethodId* method_id : fixups->MethodIds()) {
202 for (dex_ir::FieldId* field_id : fixups->FieldIds()) {
dex_ir.cc 711 CodeFixups* fixups = new CodeFixups(std::move(type_ids), local
715 code_item->SetCodeFixups(fixups);
    [all...]
dexlayout.cc 1653 dex_ir::CodeFixups* fixups = code_item->GetCodeFixups(); local
    [all...]
  /external/dtc/libfdt/
fdt_overlay.c 188 * @fixup_node: Node offset of the matching local fixups node
309 int fixups; local
311 fixups = fdt_path_offset(fdto, "/__local_fixups__");
312 if (fixups < 0) {
314 if (fixups == -FDT_ERR_NOTFOUND)
317 return fixups;
323 return overlay_update_local_node_references(fdto, 0, fixups,
396 * @property: Property offset in the overlay holding the list of fixups
497 /* We can have overlays without any fixups */
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.h 67 void *fixups; member in struct:nvc0_program
  /system/libufdt/
ufdt_overlay.c 49 * special terms (e.g., fixups, local fixups, fragment, etc)
201 * @fixups is property value, array of NUL-terminated strings
203 * @fixups_len length of the fixups array in bytes.
206 int ufdt_do_one_fixup(struct ufdt *tree, const char *fixups, int fixups_len,
214 fixup_pos = ufdt_get_fixup_location(tree, fixups);
221 fixups_len -= dto_strlen(fixups) + 1;
222 fixups += dto_strlen(fixups) + 1;
265 struct ufdt_node *fixups = *it local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-fr30.c 46 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4262
tc-ip2k.c 48 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4304
tc-lm32.c 49 fixS *fixups[GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4307
tc-mt.c 49 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4335
tc-or1k.c 47 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4340
tc-xc16x.c 54 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4395
tc-xstormy16.c 45 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4396
tc-epiphany.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4261
tc-mn10200.c 77 /* Fixups. */
87 struct mn10200_fixup fixups[MAX_INSN_FIXUPS];
1101 as_fatal (_("too many fixups"));
1102 fixups[fc].exp = ex;
1103 fixups[fc].opindex = *opindex_ptr;
1104 fixups[fc].reloc = BFD_RELOC_UNUSED;
1202 opindex_converter.opindex = fixups[0].opindex;
1204 fixups[0].exp.X_add_symbol,
1205 fixups[0].exp.X_add_number,
1241 /* 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
296 fixups = &FixUps[0];
297 FixUps[0].next = &FixUps[1]
    [all...]
tc-iq2000.c 51 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4305
603 /* Look through the fixups for this segment for a matching
tc-m32c.c 50 fixS * fixups [GAS_CGEN_MAX_FIXUPS]; member in struct:__anon4308
    [all...]
tc-mn10300.c 96 /* Fixups. */
105 struct mn10300_fixup fixups[MAX_INSN_FIXUPS];
948 /* Set linkrelax here to avoid fixups in most sections. */
103 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
112 rl78_bytes.fixups[rl78_bytes.n_fixups].exp = exp;
113 rl78_bytes.fixups[rl78_bytes.n_fixups].offset = offsetbits;
114 rl78_bytes.fixups[rl78_bytes.n_fixups].nbits = nbits;
115 rl78_bytes.fixups[rl78_bytes.n_fixups].type = type;
116 rl78_bytes.fixups[rl78_bytes.n_fixups].reloc = exp.X_md;
634 idx = rl78_bytes.fixups[i].offset / 8;
635 rel = reloc_map [rl78_bytes.fixups[i].nbits / 8][(int) rl78_bytes.fixups[i].type];
637 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...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.h 111 void *fixups; /* relocation records */ member in struct:nv50_program
  /external/swiftshader/third_party/subzero/src/
IceAssembler.h 21 /// from this base class. This base class manages buffers and fixups for
198 const FixupRefList &fixups() const { return Fixups; } function in class:Ice::AssemblerBuffer
216 /// List of pool-allocated fixups relative to the current function.
217 FixupRefList Fixups;
306 const FixupRefList &fixups() const { return Buffer.fixups(); } function in class:Ice::Assembler
355 /// all changes to label bindings, label links, and relocation fixups are

Completed in 372 milliseconds

1 2