Home
last modified time | relevance | path

Searched refs:DWARF_IS_FP_LOC (Results 1 – 12 of 12) sorted by relevance

/third_party/libunwind/include/tdep-ppc32/
Dlibunwind_i.h92 # define DWARF_IS_FP_LOC(l) 0 macro
111 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
133 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_getvr()
159 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_putvr()
182 assert (DWARF_IS_FP_LOC (loc)); in dwarf_getfp()
203 assert (DWARF_IS_FP_LOC (loc)); in dwarf_putfp()
225 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
246 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h166 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
186 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_getvr()
212 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_putvr()
235 assert (DWARF_IS_FP_LOC (loc)); in dwarf_getfp()
256 assert (DWARF_IS_FP_LOC (loc)); in dwarf_putfp()
278 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
299 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-s390x/
Dlibunwind_i.h87 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
122 if (DWARF_IS_FP_LOC (loc)) in dwarf_getfp()
146 if (DWARF_IS_FP_LOC (loc)) in dwarf_putfp()
168 if (DWARF_IS_FP_LOC (loc)) in dwarf_get()
192 if (DWARF_IS_FP_LOC (loc)) in dwarf_put()
/third_party/libunwind/include/tdep-tilegx/
Dlibunwind_i.h133 #define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
166 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
186 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-hppa/
Dlibunwind_i.h135 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
197 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
217 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-riscv/
Dlibunwind_i.h153 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
217 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
237 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h136 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
198 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
218 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-x86/
Dlibunwind_i.h163 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
225 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
245 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-mips/
Dlibunwind_i.h145 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
246 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
276 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h196 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
259 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
286 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h179 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro
242 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_get()
269 assert (!DWARF_IS_FP_LOC (loc)); in dwarf_put()
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h159 # define DWARF_IS_FP_LOC(l) (((l).type & DWARF_LOC_TYPE_FP) != 0) macro