diff options
Diffstat (limited to 'backends/plugins/elf/arm-loader.cpp')
-rw-r--r-- | backends/plugins/elf/arm-loader.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/plugins/elf/arm-loader.cpp b/backends/plugins/elf/arm-loader.cpp index 6aac5b5e78..388723eafb 100644 --- a/backends/plugins/elf/arm-loader.cpp +++ b/backends/plugins/elf/arm-loader.cpp @@ -30,13 +30,6 @@ #include "common/debug.h" -/** - * Follow the instruction of a relocation section. - * - * @param fileOffset Offset into the File - * @param size Size of relocation section - * @param relSegment Base address of relocated segment in memory (memory offset) - */ bool ARMDLObject::relocate(Elf32_Off offset, Elf32_Word size, byte *relSegment) { Elf32_Rel *rel = 0; //relocation entry |