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

  /external/elfutils/libdw/
dwarf_formstring.c 24 dwarf_formstring (attrp)
25 Dwarf_Attribute *attrp;
28 if (attrp == NULL)
32 if (attrp->form == DW_FORM_string)
34 return (const char *) attrp->valp;
36 Dwarf *dbg = attrp->cu->dbg;
38 if (unlikely (attrp->form != DW_FORM_strp)
48 if (attrp->cu->offset_size == 8)
49 off = read_8ubyte_unaligned (dbg, attrp->valp);
51 off = read_4ubyte_unaligned (dbg, attrp->valp)
    [all...]
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);
dwarf_getabbrev.c 91 abb->attrp = abbrevp;
libdwP.h 162 unsigned char *attrp; member in struct:Dwarf_Abbrev
libdw.h 236 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 68 milliseconds