OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attrcnt
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libdw/
dwarf_getattrcnt.c
30
*attrcntp = abbrev->
attrcnt
;
dwarf_getabbrev.c
95
abb->
attrcnt
= 0;
103
while (attrname != 0 && attrform != 0 && ++abb->
attrcnt
);
libdwP.h
161
unsigned int
attrcnt
;
member in struct:Dwarf_Abbrev
/external/elfutils/tests/
show-abbrev.c
90
size_t
attrcnt
;
local
91
if (dwarf_getattrcnt (abbrev, &
attrcnt
) != 0)
103
for (j = 0; j <
attrcnt
; ++j)
Completed in 1157 milliseconds