OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARF_IS_V_LOC
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/include/tdep-ppc32/
libunwind_i.h
96
# define
DWARF_IS_V_LOC
(l) 0
115
# define
DWARF_IS_V_LOC
(l) (((l).type & DWARF_LOC_TYPE_V) != 0)
135
assert (
DWARF_IS_V_LOC
(loc));
161
assert (
DWARF_IS_V_LOC
(loc));
186
assert (!
DWARF_IS_V_LOC
(loc));
207
assert (!
DWARF_IS_V_LOC
(loc));
229
assert (!
DWARF_IS_V_LOC
(loc));
250
assert (!
DWARF_IS_V_LOC
(loc));
/external/libunwind/include/tdep-ppc64/
libunwind_i.h
96
# define
DWARF_IS_V_LOC
(l) 0
115
# define
DWARF_IS_V_LOC
(l) (((l).type & DWARF_LOC_TYPE_V) != 0)
135
assert (
DWARF_IS_V_LOC
(loc));
161
assert (
DWARF_IS_V_LOC
(loc));
186
assert (!
DWARF_IS_V_LOC
(loc));
207
assert (!
DWARF_IS_V_LOC
(loc));
229
assert (!
DWARF_IS_V_LOC
(loc));
250
assert (!
DWARF_IS_V_LOC
(loc));
Completed in 2364 milliseconds