summaryrefslogtreecommitdiff
path: root/plugins/elf/section.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/section.h')
-rw-r--r--plugins/elf/section.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/elf/section.h b/plugins/elf/section.h
index 021caf0..ac74ab1 100644
--- a/plugins/elf/section.h
+++ b/plugins/elf/section.h
@@ -57,12 +57,6 @@ bool find_elf_section_range_by_name(const GElfFormat *, const char *, mrange_t *
/* Identifie une chaîne de caractères dans une section adéquate. */
const char *extract_name_from_elf_string_section(const GElfFormat *, const elf_shdr *, off_t);
-/* Fournit l'emplacement correspondant à une position physique. */
-bool translate_offset_into_vmpa_using_elf_sections(const GElfFormat *, phys_t, vmpa2t *);
-
-/* Fournit l'emplacement correspondant à une adresse virtuelle. */
-bool translate_address_into_vmpa_using_elf_sections(const GElfFormat *, virt_t, vmpa2t *);
-
#endif /* _PLUGINS_ELF_SECTION_H */