summaryrefslogtreecommitdiffstats
path: root/courgette/assembly_program.h
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/assembly_program.h')
-rw-r--r--courgette/assembly_program.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/courgette/assembly_program.h b/courgette/assembly_program.h
index 5c6b1b1..3d231c2 100644
--- a/courgette/assembly_program.h
+++ b/courgette/assembly_program.h
@@ -69,7 +69,10 @@ class AssemblyProgram {
// Instructions will be assembled in the order they are emitted.
// Generates an entire base relocation table.
- CheckBool EmitMakeRelocsInstruction() WARN_UNUSED_RESULT;
+ CheckBool EmitPeRelocsInstruction() WARN_UNUSED_RESULT;
+
+ // Generates an ELF style relocation table.
+ CheckBool EmitElfRelocationInstruction() WARN_UNUSED_RESULT;
// Following instruction will be assembled at address 'rva'.
CheckBool EmitOriginInstruction(RVA rva) WARN_UNUSED_RESULT;