Searched refs:Dwarf_Abbrev (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_abbrev_hash.h34 #define TYPE Dwarf_Abbrev *
H A Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev)
H A Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev)
H A Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev)
H A Ddwarf_getattrcnt.c38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
H A Ddwarf_offabbrev.c39 Dwarf_Abbrev *abbrevp)
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp,
H A Ddwarf_tag.c37 Dwarf_Abbrev *
41 Dwarf_Abbrev *abb;
85 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
H A Ddwarf_haschildren.c42 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
H A Ddwarf_getabbrev.c38 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 *
H A Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep,
H A Ddwarf_hasattr.c45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
H A Ddwarf_child.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp);
125 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
H A Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct: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 *abbre
[all...]
H A Ddwarf_getattrs.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr);
H A DlibdwP.h212 struct Dwarf_Abbrev struct
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/include/elfutils/
H A Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct: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 *abbre
[all...]
/external/elfutils/tests/
H A Dshow-abbrev.c59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
/external/elfutils/src/
H A Dreadelf.c4646 Dwarf_Abbrev abbrev;

Completed in 835 milliseconds