Home | History | Annotate | Line # | Download | only in string
strrchr.S revision 1.2.6.3
      1  1.2.6.2  tls /* $NetBSD: strrchr.S,v 1.2.6.3 2014/08/19 23:45:12 tls Exp $ */
      2  1.2.6.2  tls 
      3  1.2.6.2  tls #include <machine/asm.h>
      4  1.2.6.2  tls 
      5  1.2.6.2  tls STRONG_ALIAS(rindex, strrchr)
      6  1.2.6.2  tls 
      7  1.2.6.3  tls #if defined(_STANDALONE) || (defined(__thumb__) && !defined(_ARM_ARCH_T2))
      8  1.2.6.2  tls #include "strrchr_naive.S"
      9  1.2.6.2  tls #else
     10  1.2.6.2  tls #include "strrchr_arm.S"
     11  1.2.6.2  tls #endif
     12