Home
last modified time | relevance | path

Searched refs:RelocAbsToDisp32 (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/assembler/
Dmachine_code_test.cc75 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()
Dmachine_code.cc57 case RelocationType::RelocAbsToDisp32: { in PerformRelocations()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h155 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()
Dmachine_code.h37 RelocAbsToDisp32, enumerator