Searched refs:fixups (Results 1 – 25 of 36) sorted by relevance
12
/external/dtc/libfdt/ |
D | fdt_overlay.c | 310 int fixups; in overlay_update_local_references() local 312 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references() 313 if (fixups < 0) { in overlay_update_local_references() 315 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references() 318 return fixups; in overlay_update_local_references() 324 return overlay_update_local_node_references(fdto, 0, fixups, in overlay_update_local_references()
|
/external/llvm/test/MC/Mips/ |
D | mips64eb-fixups.s | 3 .section .fixups,"",@progbits 27 # CHECK: Name: .fixups (12)
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | 2012-06-15-lsr-noaddrmode.ll | 13 ; 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/ |
D | nv50_program.c | 351 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()
|
D | nv50_program.h | 95 void *fixups; /* relocation records */ member
|
/external/llvm/test/MC/Hexagon/ |
D | pcrel.s | 4 # make sure the fixups emitted match what is
|
D | got.s | 4 # make sure the fixups emitted match what is
|
/external/llvm/test/MC/Sparc/ |
D | sparc-little-endian.s | 13 ! ...and that fixups are applied to the correct bytes.
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | arm-memory-instructions.s | 30 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
D | elf-movt.s | 17 @@ make sure that the text section fixups are sane too
|
/external/llvm/test/MC/ARM/ |
D | arm-memory-instructions.s | 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
D | elf-movt.s | 17 @@ make sure that the text section fixups are sane too
|
/external/llvm/test/MC/COFF/ |
D | switch-relocations.ll | 2 ; relax the fixups that are created for jump tables on x86-64. See PR7960.
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | switch-relocations.ll | 2 ; relax the fixups that are created for jump tables on x86-64. See PR7960.
|
/external/llvm/test/MC/Mips/micromips32r6/ |
D | relocations.s | 6 # Check that the assembler can handle the documented syntax for fixups.
|
/external/llvm/test/MC/Mips/micromips64r6/ |
D | relocations.s | 6 # Check that the assembler can handle the documented syntax for fixups.
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-localentry.s | 45 # Verify that fixups to local function symbols are performed only
|
D | ppc64-fixup-apply.s | 7 # This checks that fixups that can be resolved within the same
|
/external/llvm/test/MC/Mips/mips32r6/ |
D | relocations.s | 6 # Check that the assembler can handle the documented syntax for fixups.
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | relocations.s | 6 # Check that the assembler can handle the documented syntax for fixups.
|
/external/libvorbis/ |
D | CHANGES | 80 * merges tuning improvements from Aoyumi's aoTuV with fixups
|
/external/clang/ |
D | ToolchainPrebuilts.md | 151 There may be necessary fixups here, to handle .ll reading or other projects
|
/external/dtc/Documentation/ |
D | dt-object-internal.txt | 236 local fixups.
|
/external/netperf/ |
D | AUTHORS | 158 fixups in places such as BSD.
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | memory-arm-instructions.txt | 22 # to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
12