Query: dwarf_tag
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DWARF_TAG(3) BSD Library Functions Manual DWARF_TAG(3)NAMEdwarf_tag -- retrieve the tag associated with a DWARF debugging information entryLIBRARYDWARF Access Library (libdwarf, -ldwarf)SYNOPSIS#include <libdwarf.h> int dwarf_tag(Dwarf_Die die, Dwarf_Half *tag, Dwarf_Error *err);DESCRIPTIONFunction dwarf_tag() retrieves the tag associated with the debugging information entry referenced by argument die, and stores it into the location pointed to by argument tag. If argument err if non-NULL, it will be used to return an error descriptor in case of an error.RETURN VALUESOn success, function dwarf_tag() returns DW_DLV_OK. In case of an error, it returns DW_DLV_ERROR and sets argument err.ERRORSFunction dwarf_tag() can fail with the following error: [DW_DLE_ARGUMENT] Argument die or tag was NULL.SEE ALSOdwarf(3), dwarf_die_abbrev_code(3), dwarf_diename(3), dwarf_dieoffset(3)BSDApril 14, 2010 BSD
Related Man Pages |
---|
dwarf_highpc_b(3) - freebsd |
dwarf_arrayorder(3) - freebsd |
dwarf_highpc(3) - freebsd |
dwarf_dieoffset(3) - freebsd |
dwarf_diename(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
The Whole Story on #! /usr/bin/ksh |
A simple UNIXtime component in Vue.js |
Reason for no directory creation date |
Controlling user input |