Home
last modified time | relevance | path

Searched defs:Dwarf_Attribute_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_opaque.h89 struct Dwarf_Attribute_s { struct
90 Dwarf_Half ar_attribute; /* Attribute Value. */
91 Dwarf_Half ar_attribute_form; /* Attribute Form. */
92 Dwarf_Half ar_attribute_form_direct;
97 Dwarf_CU_Context ar_cu_context;
100 Dwarf_Small *ar_debug_ptr;
103 Dwarf_Signed ar_implicit_const;
104 Dwarf_Debug ar_dbg; /* dbg owning the attr */
106 Dwarf_Die ar_die;/* Access to the DIE owning the attribute */
107 Dwarf_Attribute ar_next;