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 34 #define TYPE Dwarf_Abbrev *
dwarf_abbrevhaschildren.c 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev)
dwarf_getabbrevcode.c 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev)
dwarf_getabbrevtag.c 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev)
dwarf_getattrcnt.c 38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
dwarf_offabbrev.c 39 Dwarf_Abbrev *abbrevp)
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
dwarf_tag.c 37 Dwarf_Abbrev *
41 Dwarf_Abbrev *abb;
85 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
dwarf_haschildren.c 42 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
dwarf_getabbrev.c 38 Dwarf_Abbrev *
41 size_t *lengthp, Dwarf_Abbrev *result)
84 Dwarf_Abbrev *abb = NULL;
89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
152 Dwarf_Abbrev *
dwarf_getabbrevattr.c 40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep,
dwarf_hasattr.c 45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
dwarf_child.c 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp);
125 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
libdw.h 94 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
97 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
145 Dwarf_Abbrev *abbrev;
551 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
556 Dwarf_Abbrev *abbrevp)
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp
    [all...]
dwarf_getattrs.c 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr);
libdwP.h 212 struct Dwarf_Abbrev
447 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
452 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
454 Dwarf_Abbrev *result)
459 static inline Dwarf_Abbrev *
  /external/elfutils/tests/
show-abbrev.c 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
  /external/elfutils/src/
readelf.c     [all...]

Completed in 156 milliseconds