Home
last modified time | relevance | path

Searched refs:Dwarf_Abbrev (Results 1 – 19 of 19) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getabbrev.c38 Dwarf_Abbrev *
41 size_t *lengthp, Dwarf_Abbrev *result) in __libdw_getabbrev()
84 Dwarf_Abbrev *abb = NULL; in __libdw_getabbrev()
89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev); in __libdw_getabbrev()
152 Dwarf_Abbrev *
Ddwarf_tag.c37 Dwarf_Abbrev *
41 Dwarf_Abbrev *abb; in __libdw_findabbrev()
85 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_tag()
Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef
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)
573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
Ddwarf_offabbrev.c39 Dwarf_Abbrev *abbrevp) in dwarf_offabbrev()
44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
Ddwarf_child.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp); in __libdw_find_attr()
125 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_child()
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 *
Ddwarf_getabbrevtag.c40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag()
Ddwarf_getabbrevcode.c40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode()
Ddwarf_abbrevhaschildren.c40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren()
Ddwarf_abbrev_hash.h34 #define TYPE Dwarf_Abbrev *
Ddwarf_getattrcnt.c38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) in dwarf_getattrcnt()
Ddwarf_haschildren.c42 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_haschildren()
Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, in dwarf_getabbrevattr()
Ddwarf_hasattr.c45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_hasattr()
Ddwarf_getattrs.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr); in dwarf_getattrs()
DChangeLog1647 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
/external/elfutils/include/elfutils/
Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef
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)
573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
/external/elfutils/tests/
Dshow-abbrev.c59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main()
/external/elfutils/src/
Dreadelf.c4646 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()