Home
last modified time | relevance | path

Searched refs:attrform (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getattrcnt.c48 unsigned int attrform; in dwarf_getattrcnt() local
54 get_uleb128_unchecked (attrform, abbrevp); in dwarf_getattrcnt()
56 while (attrname != 0 && attrform != 0 && ++attrcnt); in dwarf_getattrcnt()
Ddwarf_getabbrev.c128 unsigned int attrform; in __libdw_getabbrev() local
136 get_uleb128 (attrform, abbrevp, end); in __libdw_getabbrev()
137 if (attrform == DW_FORM_implicit_const) in __libdw_getabbrev()
145 while (attrname != 0 || attrform != 0); in __libdw_getabbrev()