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
206 Dwarf_Ubyte ar_rel_type; /* relocation type */
208 char ar_reloc_len; /* Number of bytes that relocation
212 Dwarf_P_Attribute ar_next;
[all …]