Main index | Section 3 | Options |
#include <libdwarf.h>
Argument fdelist should point to an array of FDE descriptors, as returned by the functions dwarf_get_fde_list(3) or dwarf_get_fde_list_eh(3).
Argument fde_index specifies the 0-based index of the desired FDE descriptor.
Argument ret_fde should point to a location that will hold the returned FDE descriptor.
If argument err is not NULL, it will be used to store error information in case of an error.
[DW_DLE_ARGUMENT] | Either of the arguments fdelist or ret_fde was NULL. |
[DW_DLE_NO_ENTRY] | The FDE descriptor index specified by argument fde_index was out of range. |
DWARF_GET_FDE_N (3) | May 14, 2011 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | I define UNIX as “30 definitions of regular expressions living under one roof.” | ” |
— Donald Knuth |