|
NAMEdwarf_hasform , dwarf_whatform ,
dwarf_whatform_direct —
query attribute forms
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
int
int
int
DESCRIPTIONFunctiondwarf_hasform () indicates whether the DWARF
attribute denoted by argument attr has the attribute
form specified by argument form. If the attribute has
the specified form, then argument ret is set to a
non-zero value, otherwise it is set to zero. If argument
err is non-NULL, it will be used to return an error
descriptor in case of an error.
Function Function RETURN VALUESThese functions returnDW_DLV_OK on success. In case of
an error, these functions return DW_DLV_ERR and set
argument err.
ERRORSThese functions may fail with the following errors:
SEE ALSOdwarf(3), dwarf_attr(3), dwarf_hasattr(3)
Visit the GSP FreeBSD Man Page Interface. |