Home
last modified time | relevance | path

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

/external/chromium_org/courgette/
Dassembly_program.cc72 class ElfRelocsInstruction : public Instruction { class
74 ElfRelocsInstruction() : Instruction(MAKEELFRELOCS) {} in ElfRelocsInstruction() function in courgette::__anona341a06e0111::ElfRelocsInstruction
166 return Emit(new(std::nothrow) ElfRelocsInstruction()); in EmitElfRelocationInstruction()