Searched defs:abbrevp (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/src/libdw/
H A Ddwarf_haschildren.c43 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); local
44 if (unlikely (abbrevp == DWARF_END_ABBREV))
50 return abbrevp->has_children;
H A Ddwarf_offabbrev.c39 Dwarf_Abbrev *abbrevp)
45 abbrevp);
38 dwarf_offabbrev(Dwarf *dbg, Dwarf_Off offset, size_t *lengthp, Dwarf_Abbrev *abbrevp) argument
H A Ddwarf_tag.c86 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); local
87 if (unlikely (abbrevp == DWARF_END_ABBREV))
93 return abbrevp->tag;
H A Ddwarf_getabbrev.c57 const unsigned char *abbrevp local
60 if (*abbrevp == '\0')
82 const unsigned char *start_abbrevp = abbrevp;
84 get_uleb128 (code, abbrevp, end);
119 if (abbrevp >= end)
121 get_uleb128 (abb->tag, abbrevp, end);
122 if (abbrevp + 1 >= end)
124 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
125 abb->attrp = (unsigned char *) abbrevp;
134 if (abbrevp >
[all...]
H A Ddwarf_getattrs.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr); local
52 if (unlikely (abbrevp == DWARF_END_ABBREV))
60 const unsigned char *attrp = abbrevp->attrp;
61 const unsigned char *const offset_attrp = abbrevp->attrp + offset;
104 return remembered_attrp - abbrevp->attrp;
H A Ddwarf_child.c50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp); local
51 if (unlikely (abbrevp == DWARF_END_ABBREV))
63 const unsigned char *attrp = abbrevp->attrp;
127 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL);
128 if (unlikely (abbrevp == DWARF_END_ABBREV))
135 if (! abbrevp->has_children)

Completed in 283 milliseconds