HomeSort by relevance Sort by last modified time
    Searched refs:unw_tdep_is_fpreg (Results 1 - 12 of 12) sorted by null

  /external/libunwind/include/
libunwind-sh.h 113 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
114 extern int unw_tdep_is_fpreg (int);
libunwind-aarch64.h 211 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
213 extern int unw_tdep_is_fpreg (int);
libunwind-mips.h 156 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
157 extern int unw_tdep_is_fpreg (int);
libunwind-ppc32.h 206 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
207 extern int unw_tdep_is_fpreg (int);
libunwind-x86.h 186 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
187 extern int unw_tdep_is_fpreg (int);
libunwind-x86_64.h 136 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
139 extern int unw_tdep_is_fpreg (int);
libunwind-hppa.h 109 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32) macro
libunwind-ppc64.h 263 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
264 extern int unw_tdep_is_fpreg (int);
libunwind-arm.h 301 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
302 extern int unw_tdep_is_fpreg (int);
libunwind-ia64.h 156 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_IA64_FR) < 128) macro
libunwind-common.h.in 113 #define unw_is_fpreg(r) unw_tdep_is_fpreg(r)
libunwind-common.h 125 #define unw_is_fpreg(r) unw_tdep_is_fpreg(r)

Completed in 60 milliseconds