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 106 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32) macro
libunwind-sh.h 107 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
108 extern int unw_tdep_is_fpreg (int);
libunwind-ia64.h 153 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_IA64_FR) < 128) macro
libunwind-mips.h 150 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
151 extern int unw_tdep_is_fpreg (int);
libunwind-x86_64.h 130 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
133 extern int unw_tdep_is_fpreg (int);
libunwind-aarch64.h 205 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
207 extern int unw_tdep_is_fpreg (int);
libunwind-ppc32.h 200 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
201 extern int unw_tdep_is_fpreg (int);
libunwind-x86.h 180 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
181 extern int unw_tdep_is_fpreg (int);
libunwind-ppc64.h 257 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
258 extern int unw_tdep_is_fpreg (int);
libunwind-arm.h 295 #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) macro
296 extern int unw_tdep_is_fpreg (int);

Completed in 702 milliseconds