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

/external/chromium_org/courgette/
H A Dassembly_program.h44 // An AssemblyProgram is the result of disassembling an executable file.
46 // * The disassembler creates labels in the AssemblyProgram and emits
51 // * At this point the AssemblyProgram can be converted into an
56 // The optional step is to modify the AssemblyProgram. One form of modification
58 // AssemblyProgram look more like the EncodedProgram for some other
59 // AssemblyProgram. The modification process should call UnassignIndexes, do
63 class AssemblyProgram { class in namespace:courgette
65 explicit AssemblyProgram(ExecutableType kind);
66 ~AssemblyProgram();
164 DISALLOW_COPY_AND_ASSIGN(AssemblyProgram);
[all...]
H A Dassembly_program.cc138 AssemblyProgram::AssemblyProgram(ExecutableType kind) function in class:courgette::AssemblyProgram
147 AssemblyProgram::~AssemblyProgram() {
161 CheckBool AssemblyProgram::EmitPeRelocsInstruction() {
165 CheckBool AssemblyProgram::EmitElfRelocationInstruction() {
169 CheckBool AssemblyProgram::EmitElfARMRelocationInstruction() {
173 CheckBool AssemblyProgram::EmitOriginInstruction(RVA rva) {
177 CheckBool AssemblyProgram::EmitByteInstruction(uint8 byte) {
181 CheckBool AssemblyProgram
[all...]

Completed in 68 milliseconds