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

  /external/elfutils/libdw/
dwarf_abbrev_hash.h 19 #define TYPE Dwarf_Abbrev *
dwarf_haschildren.c 28 Dwarf_Abbrev *abbrevp = die->abbrev;
29 if (abbrevp != (Dwarf_Abbrev *) -1l)
39 die->abbrev = abbrevp ?: (Dwarf_Abbrev *) -1l;
41 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
dwarf_abbrevhaschildren.c 26 Dwarf_Abbrev *abbrev;
dwarf_getabbrevcode.c 26 Dwarf_Abbrev *abbrev;
dwarf_getabbrevtag.c 26 Dwarf_Abbrev *abbrev;
dwarf_getattrcnt.c 24 Dwarf_Abbrev *abbrev;
dwarf_tag.c 22 Dwarf_Abbrev *
26 Dwarf_Abbrev *abb;
74 if (die->abbrev == (Dwarf_Abbrev *) -1l)
dwarf_offabbrev.c 24 Dwarf_Abbrev *abbrevp)
dwarf_child.c 40 Dwarf_Abbrev *abbrevp = die->abbrev;
44 die->abbrev = abbrevp ?: (Dwarf_Abbrev *) -1l;
46 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
130 if (die->abbrev != (Dwarf_Abbrev *) -1
133 if (die->abbrev == (Dwarf_Abbrev *) -1l)
dwarf_getabbrev.c 24 Dwarf_Abbrev *
31 Dwarf_Abbrev *result;
65 Dwarf_Abbrev *abb = NULL;
70 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
118 Dwarf_Abbrev *
libdw.h 70 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
127 Dwarf_Abbrev *abbrev;
293 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
298 Dwarf_Abbrev *abbrevp)
302 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
305 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
308 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
311 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
315 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx
    [all...]
dwarf_getabbrevattr.c 26 Dwarf_Abbrev *abbrev;
libdwP.h 156 struct Dwarf_Abbrev
293 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
298 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
300 Dwarf_Abbrev *result)
dwarf_getattrs.c 39 if (die->abbrev == (Dwarf_Abbrev *) -1l)
dwarf_siblingof.c 65 || unlikely (this_die.abbrev == (Dwarf_Abbrev *) -1l))
  /external/elfutils/tests/
show-abbrev.c 55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 94 milliseconds