/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/ |
BasePeCoffLibInternals.h | 28 Performs an Itanium-based specific relocation fixup and is a no-op on other
32 @param Fixup The pointer to the address to fix up.
34 @param Adjust The offset to adjust the fixup.
42 IN OUT CHAR8 *Fixup,
49 Performs an Itanium-based specific re-relocation fixup and is a no-op on other
54 @param Fixup The pointer to the address to fix up.
56 @param Adjust The offset to adjust the fixup.
64 IN OUT CHAR8 *Fixup,
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmBackend.cpp | 22 // fixup kind Kind. 36 llvm_unreachable("Unknown fixup kind!"); 51 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, 56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, 88 void SystemZMCAsmBackend::applyFixup(const MCFixup &Fixup, char *Data, 91 MCFixupKind Kind = Fixup.getKind(); 92 unsigned Offset = Fixup.getOffset(); 95 assert(Offset + Size <= DataSize && "Invalid fixup offset!");
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
WebAssemblyAsmBackend.cpp | 38 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, 44 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, 73 void WebAssemblyAsmBackend::applyFixup(const MCFixup &Fixup, char *Data, 76 const MCFixupKindInfo &Info = getFixupKindInfo(Fixup.getKind()); 86 unsigned Offset = Fixup.getOffset(); 87 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!"); 89 // For each byte of the fragment that the fixup touches, mask in the 90 // bits from the fixup value.
|
/external/llvm/test/MC/ARM/ |
thumb1-relax-8m-baseline.s | 4 @ CHECK-V8MBASE-NOT: out of range pc-relative fixup value 5 @ CHECK-V6M: out of range pc-relative fixup value
|
thumb2be-b.w-encoding.s | 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: bar, kind: fixup_t2_uncondbranch 8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: bar, kind: fixup_t2_uncondbranch
|
thumb2be-beq.w-encoding.s | 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: bar, kind: fixup_t2_condbranch 8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: bar, kind: fixup_t2_condbranch
|
thumb2be-movt-encoding.s | 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movt_hi16 8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movt_hi16
|
thumb2be-movw-encoding.s | 6 @ CHECK-LE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movw_lo16 8 @ CHECK-BE-NEXT: @ fixup A - offset: 0, value: _bar, kind: fixup_t2_movw_lo16
|
modified-immediate-fixup-error.s | 13 @ CHECK: error: out of range immediate fixup value
|
/external/llvm/test/MC/Mips/ |
micromips-diagnostic-fixup.s | 4 # CHECK: error: out of range PC16 fixup 5 # CHECK: error: out of range PC16 fixup
|
micromips-pc16-fixup.s | 3 # CHECK-NOT: error: out of range PC16 fixup
|
mips-pc16-fixup.s | 3 # CHECK-NOT: error: out of range PC16 fixup
|
/external/llvm/test/MC/Sparc/ |
sparc-relocations.s | 17 ! CHECK: ! fixup A - offset: 0, value: foo, kind: fixup_sparc_call30 21 ! CHECK-NEXT: ! fixup A - offset: 0, value: %lo(sym), kind: fixup_sparc_lo10 25 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hi(sym), kind: fixup_sparc_hi22 29 ! CHECK-NEXT: ! fixup A - offset: 0, value: %h44(sym), kind: fixup_sparc_h44 33 ! CHECK-NEXT: ! fixup A - offset: 0, value: %m44(sym), kind: fixup_sparc_m44 37 ! CHECK-NEXT: ! fixup A - offset: 0, value: %l44(sym), kind: fixup_sparc_l44 41 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hh(sym), kind: fixup_sparc_hh 45 ! CHECK-NEXT: ! fixup A - offset: 0, value: %hm(sym), kind: fixup_sparc_hm
|
/external/python/cpython3/Lib/test/test_tools/ |
test_gprof2html.py | 18 def fixup(): function in function:Gprof2htmlTests.setUp 20 self.addCleanup(fixup)
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
elf32_spu.sh | 24 .fixup ${RELOCATING-0} : { 26 KEEP(*(.fixup))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/ |
PeCoffLoaderEx.c | 30 IN OUT CHAR8 *Fixup,
38 Performs an IA-32 specific relocation fixup
44 Fixup - Pointer to the address to fix up
48 Adjust - The offset to adjust the fixup
|
PeCoffLoaderEx.h | 30 IN OUT CHAR8 *Fixup,
38 Performs an IA-32 specific relocation fixup
44 Fixup - Pointer to the address to fix up
48 Adjust - The offset to adjust the fixup
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/ |
PeCoffLoaderEx.h | 32 IN OUT CHAR8 *Fixup,
40 Performs an Itanium-based specific relocation fixup
46 Fixup - Pointer to the address to fix up
50 Adjust - The offset to adjust the fixup
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/ |
PeCoffLoaderEx.c | 31 IN OUT CHAR8 *Fixup,
38 Performs an x64 specific relocation fixup
42 Fixup - Pointer to the address to fix up
44 Adjust - The offset to adjust the fixup
|
PeCoffLoaderEx.h | 30 IN OUT CHAR8 *Fixup,
38 Performs an x64 specific relocation fixup
44 Fixup - Pointer to the address to fix up
48 Adjust - The offset to adjust the fixup
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-c14n11spec3-102.xml | 5 Check that correct xml:base fixup is performed.
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
BPFELFObjectWriter.cpp | 26 const MCFixup &Fixup, bool IsPCRel) const override; 37 const MCFixup &Fixup, 40 switch ((unsigned)Fixup.getKind()) { 42 llvm_unreachable("invalid fixup kind!");
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCFixupKinds.h | 1 //===-- PPCFixupKinds.h - PPC Specific Fixup Entries ------------*- C++ -*-===// 36 /// fixup_ppc_half16 - A 16-bit fixup corresponding to lo16(_foo) 40 /// fixup_ppc_half16ds - A 14-bit fixup corresponding to lo16(_foo) with 44 /// fixup_ppc_nofixup - Not a true fixup, but ties a symbol to a call
|
/external/llvm/test/MC/AArch64/ |
arm64-adr.s | 11 // CHECK-NEXT: // fixup A - offset: 0, value: .Ltmp0, kind: fixup_aarch64_pcrel_adr_imm21 13 // CHECK-NEXT: // fixup A - offset: 0, value: foo, kind: fixup_aarch64_pcrel_adr_imm21 22 // CHECK-NEXT: // fixup A - offset: 0, value: .Ltmp0, kind: fixup_aarch64_pcrel_adrp_imm21 24 // CHECK-NEXT: // fixup A - offset: 0, value: foo, kind: fixup_aarch64_pcrel_adrp_imm21
|
/external/llvm/test/MC/MachO/AArch64/ |
reloc-errors.s | 9 ; CHECK: error: unknown AArch64 fixup kind!
|