Searched defs:fixups (Results 1 - 6 of 6) sorted by relevance

/external/dtc/libfdt/
H A Dfdt_overlay.c188 * @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/
H A Dnvc0_program.h67 void *fixups; member in struct:nvc0_program
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h111 void *fixups; /* relocation records */ member in struct:nv50_program
/external/swiftshader/third_party/subzero/src/
H A DIceAssembler.h21 /// 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.
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
/external/syslinux/gpxe/src/drivers/net/
H A Dtulip.c453 static struct fixups {
452 static struct fixups { struct
/external/valgrind/VEX/priv/
H A Dir_opt.c2768 Int fixups[N_FIXUPS]; /* indices in the stmt array of 'out' */ local
2841 into a load-convert pair. The fixups[] entry
2846 fixups[n_fixups++] = out->stmts_used;
2876 Int ix = fixups[i];

Completed in 403 milliseconds