Lines Matching +full:- +full:- +full:skip +full:- +full:published
2 Copyright (C) 2003-2011, 2014, 2017 Red Hat, Inc.
9 * the GNU Lesser General Public License as published by the Free
15 * the GNU General Public License as published by the Free
56 const unsigned char *endp = die->cu->endp; in __libdw_find_attr()
60 const unsigned char *attrp = abbrevp->attrp; in __libdw_find_attr()
104 /* Skip over the rest of this attribute (if there is any). */ in __libdw_find_attr()
107 size_t len = __libdw_form_val_len (die->cu, attr_form, readp); in __libdw_find_attr()
108 if (unlikely (len == (size_t) -1l)) in __libdw_find_attr()
117 // If the value is in the abbrev data, skip it. in __libdw_find_attr()
141 return -1; in dwarf_child()
148 return -1; in dwarf_child()
152 if (! abbrevp->has_children) in dwarf_child()
155 /* Skip past the last attribute. */ in dwarf_child()
159 return -1; in dwarf_child()
162 struct Dwarf_CU *cu = die->cu; in dwarf_child()
168 const unsigned char *endp = cu->endp; in dwarf_child()
186 result->addr = addr; in dwarf_child()
189 result->cu = cu; in dwarf_child()