HomeSort by relevance Sort by last modified time
    Searched refs:ARM_OFF24 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
typedrva_unittest.cc 105 TestRelativeTargetARM(courgette::ARM_OFF24, 0x0, 0x0, 0x8);
109 TestRelativeTargetARM(courgette::ARM_OFF24, 0x2384, 0x4af3613a, 0xffcda874);
110 TestRelativeTargetARM(courgette::ARM_OFF24, 0x23bc, 0x6af961b9, 0xffe5aaa8);
111 TestRelativeTargetARM(courgette::ARM_OFF24, 0x23d4, 0x2b006823, 0x1c468);
149 TestARMOPEncode(courgette::ARM_OFF24, 0x0, 0x0, 0x8);
150 TestARMOPEncode(courgette::ARM_OFF24, 0x2384, 0x4af3613a, 0xffcda874);
151 TestARMOPEncode(courgette::ARM_OFF24, 0x23bc, 0x6af961b9, 0xffe5aaa8);
152 TestARMOPEncode(courgette::ARM_OFF24, 0x23d4, 0x2b006823, 0x1c468);
disassembler_elf_32_arm.h 20 ARM_OFF24,
disassembler_elf_32_arm.cc 29 // ARM_OFF24 is for the ARM opcode. The rest are for thumb opcodes.
56 case ARM_OFF24: {
146 case ARM_OFF24:
211 case ARM_OFF24:
235 case ARM_OFF24: {
454 rel32_rva = new TypedRVAARM(ARM_OFF24, rva);
encoded_program.cc 465 if (!DisassemblerElf32ARM::Decompress(ARM_OFF24, (uint16) op,

Completed in 72 milliseconds