diff options
| author | Roland McGrath <[email protected]> | 2010-06-16 03:40:56 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-06-16 11:16:45 -0700 |
| commit | 3e4b5bbeca8987527c11a1ea048459a7ebd4ab5e (patch) | |
| tree | 3d50b9a1c32c4c41eac398d9d6bd91b16e26c858 /libdw/cfi.h | |
| parent | 5f4b5089e1e3ca3c696cb420a6e215006691cf95 (diff) | |
Add new dwarf_cfi_validate_fde call.
Diffstat (limited to 'libdw/cfi.h')
| -rw-r--r-- | libdw/cfi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdw/cfi.h b/libdw/cfi.h index 6aaa9c8a..ef9cd7e1 100644 --- a/libdw/cfi.h +++ b/libdw/cfi.h @@ -227,6 +227,11 @@ extern struct dwarf_fde *__libdw_find_fde (Dwarf_CFI *cache, Dwarf_Addr address) __nonnull_attribute__ (1) internal_function; +/* Look for an FDE by its offset in the section. */ +extern struct dwarf_fde *__libdw_fde_by_offset (Dwarf_CFI *cache, + Dwarf_Off offset) + __nonnull_attribute__ (1) internal_function; + /* Process the FDE that contains the given PC address, to yield the frame state when stopped there. The return value is a DWARF_E_* error code. */ |
