summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-14 12:55:41 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-14 12:55:41 +0000
commitf020142891decdf63e5908b4756bcaad9b0f5f7e (patch)
treeb504bde4e0b0c1ff4e58a90b4f8bb40ce8eac384 /lib
parent86de700207fb0114ec52fafc36f84e1cbe508fd8 (diff)
misc removal of unused things
Diffstat (limited to 'lib')
-rw-r--r--lib/elf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/elf.h b/lib/elf.h
index 3edb0a1..05d25bc 100644
--- a/lib/elf.h
+++ b/lib/elf.h
@@ -8,10 +8,8 @@
#ifdef __x86_64__
# define elf_validate elf64_validate
# define elf_size elf64_size
-# define elf_reloc elf64_reloc
#endif
bool elf64_validate(Elf64_Ehdr *ehdr, unsigned type, unsigned machine);
size_t elf64_size(Elf64_Ehdr *ehdr, Elf64_Phdr *phdr);
-void elf64_reloc(Elf64_Ehdr *ehdr);