|
NAMEdwarf_diename —
retrieve the name associated with a debugging information
entry
LIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h>
int
DESCRIPTIONFunctiondwarf_diename () retrieves a pointer to the
NUL-terminated string associated with the DW_AT_name
attribute of the debugging information entry descriptor referenced by argument
die. If the pointer was successfully retrieved, it is
stored in the location pointed to by argument ret_name.
RETURN VALUESFunctiondwarf_diename () returns
DW_DLV_OK on success.
If the debugging information entry descriptor denoted by argument
die does not contain a
ERRORSFunctiondwarf_diename () can fail with the following
errors:
SEE ALSOdwarf(3), dwarf_die_abbrev_code(3), dwarf_dieoffset(3), dwarf_tag(3)
Visit the GSP FreeBSD Man Page Interface. |