|
NAMEdwarf_get_ACCESS_name ,
dwarf_get_AT_name ,
dwarf_get_ATE_name ,
dwarf_get_CC_name ,
dwarf_get_CFA_name ,
dwarf_get_CHILDREN_name ,
dwarf_get_DS_name ,
dwarf_get_DSC_name ,
dwarf_get_EH_name ,
dwarf_get_END_name ,
dwarf_get_FORM_name ,
dwarf_get_ID_name ,
dwarf_get_INL_name ,
dwarf_get_LANG_name ,
dwarf_get_LNE_name ,
dwarf_get_LNS_name ,
dwarf_get_MACINFO_name ,
dwarf_get_OP_name ,
dwarf_get_ORD_name ,
dwarf_get_TAG_name ,
dwarf_get_VIRTUALITY_name ,
dwarf_get_VIS_name —
retrieve the symbolic names of DWARF constants
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
DESCRIPTIONThese functions return the symbolic name of a numeric DWARF constant.Argument val specifies the numeric value whose symbolic name is desired. Argument str should point to a location which will hold the returned NUL-terminated string containing the symbolic name of the specified value. The list of functions and the DWARF constants that they accept are:
RETURN VALUESThese functions returnDW_DLV_OK on success. If the
DWARF constant denoted by argument val is not
recognized, these function return DW_DLV_NO_ENTRY .
SEE ALSOdwarf(3)
Visit the GSP FreeBSD Man Page Interface. |