HomeSort by: relevance | last modified time | path
    Searched refs:UNWIND_POINTER_REG (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
unwind-c6x.h 34 #define UNWIND_POINTER_REG 0
pr-support.c 517 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
527 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
unwind-c6x.h 34 #define UNWIND_POINTER_REG 0
pr-support.c 517 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
527 ucbp = (_Unwind_Control_Block *) _Unwind_GetGR (context, UNWIND_POINTER_REG);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
c6x.d 36 enum int UNWIND_POINTER_REG = 0;
arm.d 41 enum int UNWIND_POINTER_REG = 12;
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unwind-arm.h 34 #define UNWIND_POINTER_REG 12
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unwind-arm.h 34 #define UNWIND_POINTER_REG 12
  /src/external/gpl3/gcc/dist/libgcc/
unwind-c.c 143 _Unwind_SetGR (context, UNWIND_POINTER_REG, ip);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-c.c 143 _Unwind_SetGR (context, UNWIND_POINTER_REG, ip);
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_personality.cc 427 _Unwind_SetGR(context, UNWIND_POINTER_REG, ip);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_personality.cc 427 _Unwind_SetGR(context, UNWIND_POINTER_REG, ip);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
deh.d 889 _Unwind_SetGR(context, UNWIND_POINTER_REG, cast(_Unwind_Ptr)unwindHeader);

Completed in 36 milliseconds