Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Dassembly_program.cc78 class ElfARMRelocsInstruction : public Instruction { class
80 ElfARMRelocsInstruction() : Instruction(MAKEELFARMRELOCS) {} in ElfARMRelocsInstruction() function in courgette::__anon9242cf010111::ElfARMRelocsInstruction
170 return Emit(new(std::nothrow) ElfARMRelocsInstruction()); in EmitElfARMRelocationInstruction()