Searched defs:attr_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_query.c169 Dwarf_Attribute *attr_ptr = 0; local
244 attr_ptr = (Dwarf_Attribute *)
246 if (attr_ptr == NULL) {
253 *(attr_ptr + i) = curr_attr;
257 *attrbuf = attr_ptr;

Completed in 45 milliseconds