diff options
author | Roland McGrath <roland@redhat.com> | 2005-09-11 09:00:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2005-09-11 09:00:26 +0000 |
commit | a8dc8b0b5856220d72e20de4b70d2793fc092214 (patch) | |
tree | b838b291a3a0307d6538f3d1e1ce65ae010380be /libdw/libdw.h | |
parent | a17e26fba868e58359f08aabe61378c54c0532a1 (diff) | |
download | elfutils-a8dc8b0b5856220d72e20de4b70d2793fc092214.tar.gz |
disapproval of revision c1decd790dc3a6ab55ecfc0ace23dd93f55c01ff
Diffstat (limited to 'libdw/libdw.h')
-rw-r--r-- | libdw/libdw.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libdw/libdw.h b/libdw/libdw.h index b76d4327..350aa440 100644 --- a/libdw/libdw.h +++ b/libdw/libdw.h @@ -292,10 +292,6 @@ extern int dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr) extern int dwarf_lowpc (Dwarf_Die *die, Dwarf_Addr *return_addr) __nonnull_attribute__ (2); -/* Return entry_pc or low_pc attribute of DIE. */ -extern int dwarf_entrypc (Dwarf_Die *die, Dwarf_Addr *return_addr) - __nonnull_attribute__ (2); - /* Return 1 if DIE's lowpc/highpc or ranges attributes match the PC address, 0 if not, or -1 for errors. */ extern int dwarf_haspc (Dwarf_Die *die, Dwarf_Addr pc); @@ -534,12 +530,6 @@ extern int dwarf_func_inline_instances (Dwarf_Func *func, void *arg); -/* Find the appropriate PC location or locations for function entry - breakpoints for the given DW_TAG_subprogram DIE. Returns -1 for errors. - On success, returns the number of breakpoint locations (never zero) - and sets *BKPTS to a malloc'd vector of addresses. */ -extern int dwarf_entry_breakpoints (Dwarf_Die *die, Dwarf_Addr **bkpts); - /* Call callback function for each of the macro information entry for the CU. */ |