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

  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
  /bionic/libc/arch-arm/cortex-a53/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
  /bionic/libc/arch-arm/cortex-a7/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcat_chk.S 39 ENTRY(__strcat_chk) function
194 END(__strcat_chk)
  /bionic/libc/arch-arm/denver/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
193 END(__strcat_chk)
  /bionic/libc/bionic/
fortify.cpp 272 // strcat is performance-critical enough that we have assembler __strcat_chk implementations.
453 extern "C" char* __strcat_chk(char* dst, const char* src, size_t dst_buf_size) { function
  /external/clang/test/Analysis/
string.c 351 #define __strcat_chk BUILTIN(__strcat_chk) macro
352 char *__strcat_chk(char *restrict s1, const char *restrict s2, size_t destlen);
354 #define strcat(a,b) __strcat_chk(a,b,(size_t)-1)
    [all...]

Completed in 117 milliseconds