summaryrefslogtreecommitdiff
path: root/plugins/elf/program.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-24 07:43:32 (GMT)
commit08c45a8c7970403c3d658b1b0af9ac09f66b4a7e (patch)
tree25a8108e36b7328c266ba6e71647243dfd6b7cac /plugins/elf/program.h
parent7135e7944c91d2e8b787c8782375423b9a90ed5b (diff)
Translated offsets and addresses with more accuracy.
Diffstat (limited to 'plugins/elf/program.h')
-rw-r--r--plugins/elf/program.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/elf/program.h b/plugins/elf/program.h
index 7c73340..34969cb 100644
--- a/plugins/elf/program.h
+++ b/plugins/elf/program.h
@@ -39,12 +39,6 @@ bool find_elf_program_by_index(const GElfFormat *, uint16_t, elf_phdr *);
/* Recherche un programme donné au sein de binaire par type. */
bool find_elf_program_by_type(const GElfFormat *, uint32_t, elf_phdr *);
-/* Fournit l'emplacement correspondant à une position physique. */
-bool translate_offset_into_vmpa_using_elf_programs(const GElfFormat *, phys_t, vmpa2t *);
-
-/* Fournit l'emplacement correspondant à une adresse virtuelle. */
-bool translate_address_into_vmpa_using_elf_programs(const GElfFormat *, virt_t, vmpa2t *);
-
#endif /* _PLUGINS_ELF_PROGRAM_H */