Searched defs:Dwarf_P_Attribute_s (Results 1 – 1 of 1) sorted by relevance
173 struct Dwarf_P_Attribute_s { struct174 Dwarf_Half ar_attribute; /* Attribute Value. */175 Dwarf_Half ar_attribute_form; /* Attribute Form. */176 Dwarf_P_Die ar_ref_die; /* die pointer if form ref */177 char *ar_data; /* data, format given by form */178 Dwarf_Unsigned ar_nbytes; /* no. of bytes of data */179 Dwarf_Unsigned ar_rel_symidx; /* when attribute has a182 Dwarf_Ubyte ar_rel_type; /* relocation type */183 Dwarf_Word ar_rel_offset; /* Offset of relocation within block */184 char ar_reloc_len; /* Number of bytes that relocation[all …]