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

  /external/libunwind/include/
libunwind-hppa.h 109 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32) macro
libunwind-sh.h 113 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
114 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-mips.h 156 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
157 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-aarch64.h 213 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
215 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-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);

Completed in 194 milliseconds