HomeSort by relevance Sort by last modified time
    Searched refs:__strcat_chk (Results 1 - 10 of 10) 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/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/arch-arm/krait/bionic/
__strcat_chk.S 43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
  /bionic/tests/
fortify_test.cpp 681 extern "C" char* __strcat_chk(char*, const char*, size_t);
801 char* res = __strcat_chk(buf, "01234", sizeof(buf));
820 char* res = __strcat_chk(buf, "01234567", sizeof(buf));
917 char* res = __strcat_chk(buf, "01234567", (size_t)-1);
  /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...]
  /external/clang/test/CodeGen/
builtins.c 108 V(__strcat_chk, (s0, s1, n));
  /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

Completed in 1126 milliseconds