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

  /external/elfutils/0.153/libdw/
dwarf_getabbrevattr.c 72 const unsigned char *attrp = abbrev->attrp; local
79 start_attrp = attrp;
82 get_uleb128 (name, attrp);
83 get_uleb128 (form, attrp);
97 *offsetp = (start_attrp - abbrev->attrp) + abbrev->offset;
dwarf_getattrs.c 86 const unsigned char *attrp = die->abbrev->attrp; local
87 const unsigned char *const offset_attrp = die->abbrev->attrp + offset;
94 if (unlikely (attrp
101 const unsigned char *remembered_attrp = attrp;
104 get_uleb128 (attr.code, attrp);
105 get_uleb128 (attr.form, attrp);
128 return remembered_attrp - die->abbrev->attrp;
dwarf_child.c 94 const unsigned char *attrp = die->abbrev->attrp; local
98 if (unlikely (attrp + 1 >= endp))
106 get_uleb128 (attr_name, attrp);
108 get_uleb128 (attr_form, attrp);
libdwP.h 213 unsigned char *attrp; member in struct:Dwarf_Abbrev

Completed in 355 milliseconds