Searched defs:Dwarf_P_Attribute_s (Results 1 – 1 of 1) sorted by relevance
195 struct Dwarf_P_Attribute_s { struct196 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 a204 Dwarf_Unsigned ar_debug_str_offset; /* Offset in .debug_str206 Dwarf_Ubyte ar_rel_type; /* relocation type */207 Dwarf_Unsigned ar_rel_offset; /* Offset of relocation within block */[all …]