OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisassemblerElf32ARM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32_arm.h
25
class
DisassemblerElf32ARM
: public DisassemblerElf32 {
49
explicit
DisassemblerElf32ARM
(const void* start, size_t length);
77
DISALLOW_COPY_AND_ASSIGN(
DisassemblerElf32ARM
);
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,
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)
272
CheckBool
DisassemblerElf32ARM
::RelToRVA(Elf32_Rel rel, RVA* result) const {
298
CheckBool
DisassemblerElf32ARM
::ParseRelocationSection(
367
CheckBool
DisassemblerElf32ARM
::ParseRel32RelocsFromSection
[
all
...]
Completed in 36 milliseconds