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

  /external/elfutils/libdw/
dwarf_abbrev_hash.h 55 #define TYPE Dwarf_Abbrev *
dwarf_offabbrev.c 60 Dwarf_Abbrev *abbrevp)
65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
dwarf_abbrevhaschildren.c 62 Dwarf_Abbrev *abbrev;
dwarf_getabbrevcode.c 62 Dwarf_Abbrev *abbrev;
dwarf_getabbrevtag.c 62 Dwarf_Abbrev *abbrev;
dwarf_getattrcnt.c 60 Dwarf_Abbrev *abbrev;
dwarf_getabbrev.c 60 Dwarf_Abbrev *
67 Dwarf_Abbrev *result;
108 Dwarf_Abbrev *abb = NULL;
113 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
161 Dwarf_Abbrev *
dwarf_haschildren.c 64 Dwarf_Abbrev *abbrevp = die->abbrev;
dwarf_tag.c 58 Dwarf_Abbrev *
62 Dwarf_Abbrev *abb;
dwarf_getabbrevattr.c 62 Dwarf_Abbrev *abbrev;
libdw.h 114 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
164 Dwarf_Abbrev *abbrev;
394 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
399 Dwarf_Abbrev *abbrevp)
403 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
406 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
409 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
412 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp
    [all...]
dwarf_child.c 76 Dwarf_Abbrev *abbrevp = die->abbrev;
167 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
libdwP.h 195 struct Dwarf_Abbrev
366 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
371 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
373 Dwarf_Abbrev *result)
  /external/elfutils/tests/
show-abbrev.c 67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 106 milliseconds