Main index | Section 3 | Options |
#include <libdwarf.h>
Argument attr should reference a DWARF attribute of the form DW_FORM_exprloc. Argument retlen should point to a location that will be set to the length of the location expression. Argument retexpr should point to a location that will be set to a pointer to the content of the location expression itself.
If argument err is not NULL, it will be used to return an error descriptor in case of an error.
[DW_DLE_ARGUMENT] | One of arguments attr, retlen or retexpr was NULL. |
[DW_DLE_ATTR_FORM_BAD] | The attribute referenced by argument attr was not of form DW_FORM_exprloc. |
DWARF_FORMEXPRLOC (3) | July 25, 2010 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
— The Unix Haters' handbook |