Searched refs:RelocAbsToDisp32 (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/assembler/ |
D | machine_code_test.cc | 75 TEST(MachineCodeTest, RelocAbsToDisp32) { in TEST() argument 88 1, RelocationType::RelocAbsToDisp32, 0, reinterpret_cast<intptr_t>(out) + 128); // 128 (0x80) in TEST() 90 6, RelocationType::RelocAbsToDisp32, 6, reinterpret_cast<intptr_t>(out)); // -6 (0xfa) in TEST()
|
D | machine_code.cc | 57 case RelocationType::RelocAbsToDisp32: { in PerformRelocations()
|
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_32.h | 155 pc() - 4, RelocationType::RelocAbsToDisp32, pc(), reinterpret_cast<intptr_t>(target)); in Call() 178 pc() - 4, RelocationType::RelocAbsToDisp32, pc(), reinterpret_cast<intptr_t>(target)); in Jcc() 193 pc() - 4, RelocationType::RelocAbsToDisp32, pc(), reinterpret_cast<intptr_t>(target)); in Jmp()
|
D | machine_code.h | 37 RelocAbsToDisp32, enumerator
|