about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-08-17 16:59:55 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-08-17 16:59:55 +0200
commit683e44baf97e9d58de60c90fa8c54d15142e0d18 (patch)
tree16b2626ec8955f4f7423eedf8688270c795f8959 /src/include
parentc845d0cf81a259e0d21be46841dc41a0f0ba5b0e (diff)
downloadbox64-683e44baf97e9d58de60c90fa8c54d15142e0d18.tar.gz
box64-683e44baf97e9d58de60c90fa8c54d15142e0d18.zip
[BOX32] Added 32bits elf reloc type rel handling
Diffstat (limited to 'src/include')
-rw-r--r--src/include/elfloader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/elfloader.h b/src/include/elfloader.h
index 2bce3c64..edaf9771 100644
--- a/src/include/elfloader.h
+++ b/src/include/elfloader.h
@@ -45,7 +45,6 @@ int CalcLoadAddr(elfheader_t* head);
 int AllocLoadElfMemory(box64context_t* context, elfheader_t* head, int mainbin);
 void FreeElfMemory(elfheader_t* head);
 int isElfHasNeededVer(elfheader_t* head, const char* libname, elfheader_t* verneeded);
-void GrabX64CopyMainElfReloc(elfheader_t* head);
 int RelocateElf(lib_t *maplib, lib_t* local_maplib, int bindnow, int deepbind, elfheader_t* head);
 int RelocateElfPlt(lib_t *maplib, lib_t* local_maplib, int bindnow, int deepbind, elfheader_t* head);
 void CalcStack(elfheader_t* h, uint64_t* stacksz, size_t* stackalign);