]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Extend __libdw_open_file and elf_begin as *_at_offset.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 22 Feb 2014 19:54:37 +0000 (20:54 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 22 Feb 2014 20:16:26 +0000 (21:16 +0100)
commit45c85fe5df4559b1e8bb8f5bbf9093160dcec449
tree122644d7a4162b92c28d092424fede67a990439e
parent43c9c2d0d8422cb584e3c97df5edde5d7be53173
Extend __libdw_open_file and elf_begin as *_at_offset.

./
2014-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>

Extend __libdw_open_file and elf_begin as *_at_offset.
* NEWS (libelf): New, with elf_begin_at_offset.

libdwfl/
2014-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>

Extend __libdw_open_file and elf_begin as *_at_offset.
* libdwflP.h (__libdw_open_file_at_offset): New declaration.
* open.c (__libdw_open_file): Rename to ...
(__libdw_open_file_at_offset): ... here and add parameters start_offset
and maximum_size.
(__libdw_open_file): New wrapper of it.

libelf/
2014-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>

Extend __libdw_open_file and elf_begin as *_at_offset.
* elf_begin.c (elf_begin): Rename to ...
(elf_begin_at_offset): ... here and add parameters start_offset and
maximum_size.
(elf_begin): New wrapper of it.
* libelf.h (elf_begin_at_offset): New declaration.
* libelf.map (ELFUTILS_1.7): New, with elf_begin_at_offset.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
NEWS
libdwfl/libdwflP.h
libdwfl/open.c
libelf/elf_begin.c
libelf/libelf.h
libelf/libelf.map