HomeSort by relevance Sort by last modified time
    Searched defs:AssemblyProgram (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/courgette/
assembly_program.h 44 // 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 {
65 explicit AssemblyProgram(ExecutableType kind);
66 ~AssemblyProgram();
164 DISALLOW_COPY_AND_ASSIGN(AssemblyProgram);
    [all...]
assembly_program.cc 138 AssemblyProgram::AssemblyProgram(ExecutableType kind)
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::EmitBytesInstruction(const uint8* values
    [all...]

Completed in 46 milliseconds