Lines Matching defs:attr
37 dwarf_getlocation_die (Dwarf_Attribute *attr, const Dwarf_Op *op,
40 if (attr == NULL)
62 if (op->number > (attr->cu->end - attr->cu->start))
68 dieoff = attr->cu->start + op->number;
75 if (op->number2 > (attr->cu->end - attr->cu->start))
77 dieoff = attr->cu->start + op->number2;
89 if (__libdw_offdie (attr->cu->dbg, dieoff, result,
90 ISV4TU(attr->cu)) == NULL)