Searched refs:__strcat_chk (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/arch-arm/cortex-a15/bionic/
H A D__strcat_chk.S43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
/bionic/libc/arch-arm/cortex-a53/bionic/
H A D__strcat_chk.S43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
/bionic/libc/arch-arm/cortex-a7/bionic/
H A D__strcat_chk.S43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
/bionic/libc/arch-arm/cortex-a9/bionic/
H A D__strcat_chk.S39 ENTRY(__strcat_chk) function
194 END(__strcat_chk)
/bionic/libc/arch-arm/denver/bionic/
H A D__strcat_chk.S43 ENTRY(__strcat_chk) function
193 END(__strcat_chk)
/bionic/libc/arch-arm/krait/bionic/
H A D__strcat_chk.S43 ENTRY(__strcat_chk) function
203 END(__strcat_chk)
/bionic/tests/
H A Dfortify_test.cpp681 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);
/bionic/libc/bionic/
H A Dfortify.cpp272 // 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 141 milliseconds