Searched defs:DisassemblerElf32ARM (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_elf_32_arm.h25 class DisassemblerElf32ARM : public DisassemblerElf32 { class in namespace:courgette
49 explicit DisassemblerElf32ARM(const void* start, size_t length);
73 DISALLOW_COPY_AND_ASSIGN(DisassemblerElf32ARM);
H A Ddisassembler_elf_32_arm.cc20 CheckBool DisassemblerElf32ARM::Compress(ARM_RVA type, uint32 arm_op, RVA rva,
134 CheckBool DisassemblerElf32ARM::Decompress(ARM_RVA type, uint16 c_op,
205 uint16 DisassemblerElf32ARM::TypedRVAARM::op_size() const {
222 CheckBool DisassemblerElf32ARM::TypedRVAARM::ComputeRelativeTarget(
258 CheckBool DisassemblerElf32ARM::TypedRVAARM::EmitInstruction(
267 DisassemblerElf32ARM::DisassemblerElf32ARM(const void* start, size_t length) function in class:courgette::DisassemblerElf32ARM
272 CheckBool DisassemblerElf32ARM::RelToRVA(Elf32_Rel rel, RVA* result) const {
298 CheckBool DisassemblerElf32ARM::ParseRelocationSection(
367 CheckBool DisassemblerElf32ARM
[all...]

Completed in 232 milliseconds