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

  /external/elfutils/libdw/
dwarf_formstring.c 60 dwarf_formstring (attrp)
61 Dwarf_Attribute *attrp;
64 if (attrp == NULL)
68 if (attrp->form == DW_FORM_string)
70 return (const char *) attrp->valp;
72 Dwarf *dbg = attrp->cu->dbg;
74 if (unlikely (attrp->form != DW_FORM_strp)
84 if (attrp->cu->offset_size == 8)
85 off = read_8ubyte_unaligned (dbg, attrp->valp);
87 off = read_4ubyte_unaligned (dbg, attrp->valp)
    [all...]
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 83 const unsigned char *attrp = die->abbrev->attrp + offset; local
90 if (unlikely (attrp
97 const unsigned char *remembered_attrp = attrp;
100 get_uleb128 (attr.code, attrp);
101 get_uleb128 (attr.form, attrp);
120 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);
dwarf_getabbrev.c 134 abb->attrp = (unsigned char *) abbrevp;
libdwP.h 201 unsigned char *attrp; member in struct:Dwarf_Abbrev
libdw.h 312 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 287 milliseconds