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

  /external/chromium_org/courgette/
disassembler_elf_32_arm.h 17 enum ARM_RVA {
29 TypedRVAARM(ARM_RVA type, RVA rva) : TypedRVA(rva), type_(type) { }
43 ARM_RVA type_;
55 static CheckBool Compress(ARM_RVA type, uint32 arm_op, RVA rva,
58 static CheckBool Decompress(ARM_RVA type, uint16 c_op, uint32 addr,
typedrva_unittest.cc 14 void TestRelativeTargetARM(courgette::ARM_RVA arm_rva,
19 void TestARMOPEncode(courgette::ARM_RVA arm_rva,
41 void TypedRVATest::TestRelativeTargetARM(courgette::ARM_RVA arm_rva,
46 = new courgette::DisassemblerElf32ARM::TypedRVAARM(arm_rva, rva);
55 void TypedRVATest::TestARMOPEncode(courgette::ARM_RVA arm_rva,
61 EXPECT_TRUE(courgette::DisassemblerElf32ARM::Compress(arm_rva, op, rva
    [all...]
disassembler_elf_32_arm.cc 20 CheckBool DisassemblerElf32ARM::Compress(ARM_RVA type, uint32 arm_op, RVA rva,
134 CheckBool DisassemblerElf32ARM::Decompress(ARM_RVA type, uint16 c_op,

Completed in 670 milliseconds