HomeSort by relevance Sort by last modified time
    Searched defs:attrp (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdw/
dwarf_getabbrevattr.c 36 unsigned char *attrp = abbrev->attrp; local
43 start_attrp = attrp;
46 get_uleb128 (name, attrp);
47 get_uleb128 (form, attrp);
61 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
dwarf_getattrs.c 46 unsigned char *attrp = die->abbrev->attrp + offset; local
53 if (unlikely (attrp
64 get_uleb128 (attr.code, attrp);
65 get_uleb128 (attr.form, attrp);
77 return attrp - die->abbrev->attrp;
dwarf_child.c 57 unsigned char *attrp = die->abbrev->attrp; local
61 if (unlikely (attrp + 1 >= endp))
72 get_uleb128 (attr_name, attrp);
74 get_uleb128 (attr_form, attrp);
libdwP.h 162 unsigned char *attrp; member in struct:Dwarf_Abbrev

Completed in 47 milliseconds