summaryrefslogtreecommitdiff
path: root/libdw/libdw.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-06-23 03:17:28 -0700
committerRoland McGrath <roland@redhat.com>2010-06-23 03:17:28 -0700
commit9616b85b0854b3295d0bab900cb9270be90b70df (patch)
treece404fc1fc0f1bbf5fdfe6cc56758db093ef9357 /libdw/libdw.h
parentc16966a0043dc173fcaab5d3f8b754b4e9c9ceb7 (diff)
downloadelfutils-9616b85b0854b3295d0bab900cb9270be90b70df.tar.gz
Back out dwarf_cfi_validate_fde.
Diffstat (limited to 'libdw/libdw.h')
-rw-r--r--libdw/libdw.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libdw/libdw.h b/libdw/libdw.h
index d3e7a5ab..92021366 100644
--- a/libdw/libdw.h
+++ b/libdw/libdw.h
@@ -825,20 +825,6 @@ extern int dwarf_frame_register (Dwarf_Frame *frame, int regno,
Dwarf_Op **ops, size_t *nops)
__nonnull_attribute__ (3, 4, 5);
-/* Look up the FDE described at OFFSET bytes into the CFI section,
- and validate it by decoding the FDE fully. Returns -1 for errors.
- On success, returns the maximum DWARF register number that this
- FDE describes and fills *START and *END with the PC address range
- this FDE covers, *SIGNALP with whether this is a signal frame, and
- *ENCODING with the pointer encoding used in this FDE. This is not
- necessarily the exact encoding byte given in the augmentation string;
- it will describe the exact address size used (DW_EH_PE_udata4 or
- DW_EH_PE_udata8) if a DW_EH_PE_absptr encoding is being used. */
-extern int dwarf_cfi_validate_fde (Dwarf_CFI *cache,
- Dwarf_Off offset,
- Dwarf_Addr *start, Dwarf_Addr *end,
- bool *signalp, uint8_t *encoding);
-
/* Return error code of last failing function call. This value is kept
separately for each thread. */