Searched defs:DWARF_IS_FP_LOC (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h150 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
212 assert (!DWARF_IS_FP_LOC (loc));
232 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h164 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
265 assert (!DWARF_IS_FP_LOC (loc));
287 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h151 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
213 assert (!DWARF_IS_FP_LOC (loc));
233 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h165 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
227 assert (!DWARF_IS_FP_LOC (loc));
247 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h153 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
215 assert (!DWARF_IS_FP_LOC (loc));
235 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h95 # define DWARF_IS_FP_LOC(l) 0 macro
114 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
136 assert (!DWARF_IS_FP_LOC (loc));
162 assert (!DWARF_IS_FP_LOC (loc));
185 assert (DWARF_IS_FP_LOC (loc));
206 assert (DWARF_IS_FP_LOC (loc));
228 assert (!DWARF_IS_FP_LOC (loc));
249 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h95 # define DWARF_IS_FP_LOC(l) 0 macro
114 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
136 assert (!DWARF_IS_FP_LOC (loc));
162 assert (!DWARF_IS_FP_LOC (loc));
185 assert (DWARF_IS_FP_LOC (loc));
206 assert (DWARF_IS_FP_LOC (loc));
228 assert (!DWARF_IS_FP_LOC (loc));
249 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h154 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
216 assert (!DWARF_IS_FP_LOC (loc));
236 assert (!DWARF_IS_FP_LOC (loc));
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h132 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro

Completed in 239 milliseconds