diff options
author | Mark Wielaard <mjw@redhat.com> | 2013-12-16 13:28:59 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2013-12-16 15:27:27 +0100 |
commit | 14c2d9e614cb0e3fd50ad757eaba686b37699580 (patch) | |
tree | 039e7c4b73d00403f66b642e4bfbc43dd2117330 /NEWS | |
parent | e6e6cc83ea27413facb310ce48bebb1579a47130 (diff) | |
download | elfutils-14c2d9e614cb0e3fd50ad757eaba686b37699580.tar.gz |
libdwfl: Add dwfl_module_getsymtab_first_global.
New function that provides the index after the last non-local symbol as
returned by dwfl_module_getsym and dwfl_module_getsym_info. Allows users to
first search through all global symbols before searching the local symbols
in the table like dwfl_module_addrsym and dwfl_module_addrsym_info do as
optimization.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ Version 0.158 libdwfl: dwfl_core_file_report has new parameter executable. + New function dwfl_module_getsymtab_first_global. Version 0.157 |