/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
addsw-bad.l | 2 [^:]*:5: Error: invalid constant \(496\) after fixup 3 [^:]*:6: Error: invalid constant \(496\) after fixup
|
/external/llvm/test/MC/Mips/mips32r6/ |
relocations.s | 2 # RUN: | FileCheck %s -check-prefix=CHECK-FIXUP 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A] 9 # CHECK-FIXUP: # fixup A - offset: 0, 10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2 11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A] 12 # CHECK-FIXUP: # fixup A - offset: 0, 13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16 14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A [all...] |
/external/llvm/test/MC/Mips/ |
micromips-branch-fixup.s | 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP 10 # CHECK-FIXUP: beqz16 $6, bar # encoding: [0b0AAAAAAA,0x8f] 11 # CHECK-FIXUP: # fixup A - offset: 0, 12 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1 13 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00] 14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf] 15 # CHECK-FIXUP: # fixup A - offset: 0, 16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S [all...] |
micromips-relocations.s | 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP 10 # CHECK-FIXUP: lui $2, %hi(_gp_disp) 11 # CHECK-FIXUP: # encoding: [0xa2'A',0x41'A',0x00,0x00] 12 # CHECK-FIXUP: # fixup A - offset: 0, 13 # CHECK-FIXUP: value: %hi(_gp_disp), 14 # CHECK-FIXUP: kind: fixup_MICROMIPS_HI16 15 # CHECK-FIXUP: addiu $2, $2, %lo(_gp_disp) 16 # CHECK-FIXUP: # encoding: [0x42'A',0x30'A',0x00,0x00] 17 # CHECK-FIXUP: # fixup A - offset: 0 [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
relocations.s | 2 # RUN: | FileCheck %s -check-prefix=CHECK-FIXUP 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A] 9 # CHECK-FIXUP: # fixup A - offset: 0, 10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2 11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A] 12 # CHECK-FIXUP: # fixup A - offset: 0, 13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16 14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ipf/ |
PeCoffLoaderEx.c | 75 Performs an Itanium-based specific relocation fixup.
78 @param Fixup Pointer to the address to fix up.
80 @param Adjust The offset to adjust the fixup.
88 IN OUT CHAR8 *Fixup,
104 Fixup = (CHAR8 *)((UINTN) Fixup & (UINTN) ~(15));
111 (UINT32 *)Fixup + IMM64_IMM7B_INST_WORD_X,
118 (UINT32 *)Fixup + IMM64_IMM9D_INST_WORD_X,
125 (UINT32 *)Fixup + IMM64_IMM5C_INST_WORD_X,
132 (UINT32 *)Fixup + IMM64_IC_INST_WORD_X, [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/Ipf/ |
PeCoffLoaderEx.c | 67 Performs an Itanium-based specific relocation fixup.
70 @param Fixup The pointer to the address to fix up.
72 @param Adjust The offset to adjust the fixup.
81 IN OUT CHAR8 *Fixup,
97 Fixup = (CHAR8 *)((UINTN) Fixup & (UINTN) ~(15));
104 (UINT32 *)Fixup + IMM64_IMM7B_INST_WORD_X,
111 (UINT32 *)Fixup + IMM64_IMM9D_INST_WORD_X,
118 (UINT32 *)Fixup + IMM64_IMM5C_INST_WORD_X,
125 (UINT32 *)Fixup + IMM64_IC_INST_WORD_X, [all...] |
/external/elfutils/ |
Android.bp | 11 export_include_dirs: ["bionic-fixup"],
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcFixupKinds.h | 1 //===-- SparcFixupKinds.h - Sparc Specific Fixup Entries --------*- C++ -*-===// 29 /// fixup_sparc_bpr - 16-bit fixup for bpr 33 /// fixup_sparc_hi22 - 22-bit fixup corresponding to %hi(foo) 37 /// fixup_sparc_lo10 - 10-bit fixup corresponding to %lo(foo) 40 /// fixup_sparc_h44 - 22-bit fixup corresponding to %h44(foo) 43 /// fixup_sparc_m44 - 10-bit fixup corresponding to %m44(foo) 46 /// fixup_sparc_l44 - 12-bit fixup corresponding to %l44(foo) 49 /// fixup_sparc_hh - 22-bit fixup corresponding to %hh(foo) 52 /// fixup_sparc_hm - 10-bit fixup corresponding to %hm(foo) 55 /// fixup_sparc_pc22 - 22-bit fixup corresponding to %pc22(foo [all...] |
/external/llvm/test/MC/Mips/micromips64r6/ |
relocations.s | 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP 8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A] 9 # CHECK-FIXUP: # fixup A - offset: 0, 10 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1 11 # CHECK-FIXUP: bc bar # encoding: [0b100101AA,A,A,A] 12 # CHECK-FIXUP: # fixup A - offset: 0, 13 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1 14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A [all...] |
/external/llvm/test/MC/AArch64/ |
fixup-out-of-range.s | 3 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range 6 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range 9 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup not sufficiently aligned 12 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range 15 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup not sufficiently aligned 18 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range 21 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup must be 8-byte aligned 24 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of range 27 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup must be 4-byte aligned 30 // CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: fixup value out of rang [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/ |
MCFixup.h | 22 /// \brief Extensible enumeration to represent the type of a fixup. 24 FK_Data_1 = 0, ///< A one-byte fixup. 25 FK_Data_2, ///< A two-byte fixup. 26 FK_Data_4, ///< A four-byte fixup. 27 FK_Data_8, ///< A eight-byte fixup. 28 FK_PCRel_1, ///< A one-byte pc relative fixup. 29 FK_PCRel_2, ///< A two-byte pc relative fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 31 FK_PCRel_8, ///< A eight-byte pc relative fixup. 32 FK_GPRel_1, ///< A one-byte gp relative fixup [all...] |