Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 25 of 28) sorted by relevance

12

/external/dbus/dbus/
Ddbus-marshal-recursive.c45 DBusList **fixups);
54 free_fixups (DBusList **fixups) in free_fixups() argument
58 link = _dbus_list_get_first_link (fixups); in free_fixups()
63 next = _dbus_list_get_next_link (fixups, link); in free_fixups()
71 *fixups = NULL; in free_fixups()
75 apply_and_free_fixups (DBusList **fixups, in apply_and_free_fixups() argument
81 if (*fixups) in apply_and_free_fixups()
83 _dbus_list_get_length (fixups)); in apply_and_free_fixups()
86 link = _dbus_list_get_first_link (fixups); in apply_and_free_fixups()
91 next = _dbus_list_get_next_link (fixups, link); in apply_and_free_fixups()
[all …]
/external/llvm/test/MC/Mips/
Dmips64eb-fixups.s3 .section .fixups,"",@progbits
27 # CHECK: Name: .fixups (12)
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.c351 prog->fixups = info->bin.relocData; in nv50_program_translate()
409 if (prog->fixups) in nv50_program_upload_code()
410 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code()
434 if (p->fixups) in nv50_program_destroy()
435 FREE(p->fixups); in nv50_program_destroy()
Dnv50_program.h95 void *fixups; /* relocation records */ member
/external/llvm/test/MC/Hexagon/
Dpcrel.s4 # make sure the fixups emitted match what is
Dgot.s4 # make sure the fixups emitted match what is
/external/llvm/test/MC/Sparc/
Dsparc-little-endian.s13 ! ...and that fixups are applied to the correct bytes.
/external/llvm/test/MC/ARM/
Darm-memory-instructions.s32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
Delf-movt.s17 @@ make sure that the text section fixups are sane too
/external/llvm/test/MC/COFF/
Dswitch-relocations.ll2 ; relax the fixups that are created for jump tables on x86-64. See PR7960.
/external/llvm/test/MC/PowerPC/
Dppc64-localentry.s45 # Verify that fixups to local function symbols are performed only
Dppc64-fixup-apply.s7 # This checks that fixups that can be resolved within the same
Dppc64-fixups.s679 # Verify that fixups on constants are resolved at assemble time
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s6 # Check that the assembler can handle the documented syntax for fixups.
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s6 # Check that the assembler can handle the documented syntax for fixups.
/external/libvorbis/
DCHANGES80 * merges tuning improvements from Aoyumi's aoTuV with fixups
/external/clang/
DToolchainPrebuilts.md137 There may be necessary fixups here, to handle .ll reading or other projects
/external/netperf/
DAUTHORS158 fixups in places such as BSD.
/external/llvm/test/MC/Disassembler/ARM/
Dmemory-arm-instructions.txt22 # to the use of non-contiguous bit ranges for fixups in ARM. Once that's
/external/libxml2/
DNEWS306 Various "make distcheck" and portability fixups 2nd part (Daniel Richard G),
307 Various "make distcheck" and portability fixups (Daniel Richard G),
326 More fixups on the push parser behaviour (Daniel Veillard),
351 fixup regression in Various "make distcheck" and portability fixups (Roumen Petrov),
1122 XHTML1 serialization (David Madore), Attribute derivation fixups in XSD
1186 QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug
1213 - bug fixes: schemas type decimal fixups (William Brack), xmmlint return
1266 push mode (Rob Richards), line and col computations fixups (Aleksey
/external/valgrind/VEX/priv/
Dir_opt.c2767 Int fixups[N_FIXUPS]; /* indices in the stmt array of 'out' */ in cprop_BB() local
2845 fixups[n_fixups++] = out->stmts_used; in cprop_BB()
2875 Int ix = fixups[i]; in cprop_BB()
/external/libmtp/
DChangeLog1161 * src/libmtp.c: album fixups
2060 * src/libmtp.c: various fixups to enable use of Windows
/external/e2fsprogs/debian/
Dchangelog2284 * Add FreeBSD port fixups
2315 * Minor manual page fixups/cleanups.
/external/elfutils/src/
DChangeLog3366 * strip.c (handle_elf): Apply symbol table fixups to discarded

12