/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 32 unsigned Log2Size, uint64_t &FixedValue); 37 MCValue Target, uint64_t &FixedValue); 47 uint64_t &FixedValue) override { in RecordRelocation() argument 52 FixedValue); in RecordRelocation() 195 unsigned Log2Size, uint64_t &FixedValue) { in RecordScatteredRelocation() argument 218 FixedValue += SecAddr; in RecordScatteredRelocation() 230 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation() 260 other_half = (FixedValue >> 16) & 0xffff; in RecordScatteredRelocation() 266 FixedValue &= 0xffff; in RecordScatteredRelocation() 269 other_half = FixedValue & 0xffff; in RecordScatteredRelocation() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 37 uint64_t &FixedValue); 43 uint64_t &FixedValue); 49 uint64_t FixedValue); 60 uint64_t &FixedValue) override; 148 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument 166 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation() 179 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 206 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 210 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 220 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation() [all …]
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 35 uint64_t &FixedValue); 42 uint64_t &FixedValue); 50 uint64_t &FixedValue); 54 MCValue Target, uint64_t &FixedValue); 65 uint64_t &FixedValue) override { in RecordRelocation() argument 68 FixedValue); in RecordRelocation() 71 FixedValue); in RecordRelocation() 102 uint64_t &FixedValue) { in RecordX86_64Relocation() argument 249 FixedValue = Res; in RecordX86_64Relocation() 332 FixedValue = Value; in RecordX86_64Relocation() [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 40 uint64_t &FixedValue) override; 147 uint64_t &FixedValue) { in RecordRelocation() argument 163 FixedValue += FixupOffset; in RecordRelocation() 169 FixedValue = 0; in RecordRelocation() 313 FixedValue = Res; in RecordRelocation() 326 FixedValue); in RecordRelocation() 369 FixedValue = Res; in RecordRelocation() 406 FixedValue = Value; in RecordRelocation()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 75 uint64_t &FixedValue) = 0; 235 uint64_t &FixedValue); 241 uint64_t &FixedValue); 246 uint64_t &FixedValue) override;
|
D | MCObjectWriter.h | 83 bool &IsPCRel, uint64_t &FixedValue) = 0;
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 184 uint64_t &FixedValue) override; 674 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation() argument 724 FixedValue = (OffsetOfA - OffsetOfB) + Target.getConstant(); in RecordRelocation() 732 FixedValue = OffsetOfRelocation - OffsetOfB; in RecordRelocation() 734 FixedValue = Target.getConstant(); in RecordRelocation() 745 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->getFragment()) + in RecordRelocation() 763 FixedValue += 4; in RecordRelocation() 798 FixedValue = FixedValue + 4; in RecordRelocation()
|
D | MCAssembler.cpp | 883 uint64_t FixedValue; in handleFixup() local 886 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in handleFixup() 891 FixedValue); in handleFixup() 893 return std::make_pair(FixedValue, IsPCRel); in handleFixup() 957 uint64_t FixedValue; in Finish() local 959 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup); in Finish() 961 F->getContents().size(), FixedValue, IsPCRel); in Finish()
|
D | MachObjectWriter.cpp | 456 bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation() argument 458 Target, FixedValue); in RecordRelocation()
|
D | ELFObjectWriter.cpp | 218 uint64_t &FixedValue) override; 779 bool &IsPCRel, uint64_t &FixedValue) { in RecordRelocation() argument 841 FixedValue = C; in RecordRelocation()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
D | FixedValue.java | 27 public interface FixedValue extends Callback { interface
|
D | CallbackInfo.java | 58 new CallbackInfo(FixedValue.class, FixedValueGenerator.INSTANCE),
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 33 MCValue Target, uint64_t &FixedValue) { in RecordRelocation() argument
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 35 uint64_t &FixedValue) override { in RecordRelocation() argument
|
/external/robolectric/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/vogar/lib/ |
D | mockito-all-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/ ... |
/external/dexmaker/lib/ |
D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |