aboutsummaryrefslogtreecommitdiff
path: root/ltrace-elf.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-09-22 15:24:06 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-22 15:28:56 +0200
commit311358a1cac22781ecffe697a808bd43eac73bce (patch)
tree55687fd44a09aaf4428abb22fac2bee10e2f3288 /ltrace-elf.h
parent53ae73b27227eeb12d7a6fb3cb7721fe9378092e (diff)
downloadltrace-311358a1cac22781ecffe697a808bd43eac73bce.tar.gz
Add more details to description of some backend.h declarations
arch_plt_sym_val was moved from ltrace-elf.h. arch_fetch_* was declared in fetch.h. It uses enum tof, and it doesn't feel right to pull this enum to backend. Instead leave arch_fetch_* callbacks in fetch.h, and reference them in a comment in backend.h.
Diffstat (limited to 'ltrace-elf.h')
-rw-r--r--ltrace-elf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ltrace-elf.h b/ltrace-elf.h
index 64d1cb8..c560bb8 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -56,8 +56,6 @@ int ltelf_read_library(struct library *lib, struct Process *proc,
* point address is stored to *ENTRYP. */
struct library *ltelf_read_main_binary(struct Process *proc, const char *path);
-GElf_Addr arch_plt_sym_val(struct ltelf *, size_t, GElf_Rela *);
-
Elf_Data *elf_loaddata(Elf_Scn *scn, GElf_Shdr *shdr);
int elf_get_section_covering(struct ltelf *lte, GElf_Addr addr,
Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr);