]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Rewrites in read hooks
authorPetr Machata <pmachata@redhat.com>
Mon, 27 Apr 2009 16:53:06 +0000 (18:53 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 27 Apr 2009 16:53:06 +0000 (18:53 +0200)
commit5b3534b62cbd45fe4f11dd1be3e492237938cce0
tree4814e6d9ae8739b48b1abd6fbee3e2597998c94f
parent9e265d71d0eb900e76d6fdb0196ef4fc6507f3a7
Rewrites in read hooks

* Have the checking and reading logic itself in the header so that it gets
  optimized out/inlined.  Call external relocating hook from there, there
  will presumably be more work to do, and we presumably don't want to keep
  this in the header.
libdw/Makefile.am
libdw/dwarf_formaddr.c
libdw/dwarf_formref_die.c
libdw/dwarf_getlocation.c
libdw/dwarf_getpubnames.c
libdw/libdwP.h
libdw/libdw_readhooks.c [moved from libdw/dwarf_readhooks.c with 73% similarity]