OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_form
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdw/
dwarf_child.c
73
unsigned int
attr_form
;
local
74
get_uleb128 (
attr_form
, attrp);
77
if (attr_name == 0 &&
attr_form
== 0)
86
*formp =
attr_form
;
92
if (
attr_form
!= 0)
94
size_t len = __libdw_form_val_len (dbg, die->cu,
attr_form
, readp);
/external/elfutils/tests/
show-abbrev.c
100
unsigned int
attr_form
;
local
104
if (dwarf_getabbrevattr (abbrev, j, &attr_num, &
attr_form
,
111
attr_form
, (uint64_t) aboffset);
Completed in 411 milliseconds