Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_opaque.h195 struct Dwarf_P_Attribute_s { struct
196 Dwarf_Half ar_attribute; /* Attribute Value. */
197 Dwarf_Half ar_attribute_form; /* Attribute Form. */
198 Dwarf_P_Die ar_ref_die; /* die pointer if form ref */
199 char *ar_data; /* data, format given by form */
200 Dwarf_Unsigned ar_nbytes; /* no. of bytes of data */
201 Dwarf_Unsigned ar_rel_symidx; /* when attribute has a
204 Dwarf_Unsigned ar_debug_str_offset; /* Offset in .debug_str
206 Dwarf_Ubyte ar_rel_type; /* relocation type */
207 Dwarf_Unsigned ar_rel_offset; /* Offset of relocation within block */
[all …]