Searched refs:__memrchr_chk (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | string.h | 34 void* __memrchr_chk(const void*, int, size_t, size_t) __INTRODUCED_IN(23); 128 return __memrchr_chk(s, c, n, bos); in __memrchr_fortify() 280 return __memrchr_chk(s, c, n, bos); in __memrchr_fortify()
|
/bionic/libc/bionic/ |
D | fortify.cpp | 148 void* __memrchr_chk(const void* s, int c, size_t n, size_t actual_size) { in __memrchr_chk() function
|
/bionic/libc/ |
D | libc.arm64.map | 58 __memrchr_chk; # introduced=23
|
D | libc.x86_64.map | 58 __memrchr_chk; # introduced=23
|
D | libc.mips64.map | 58 __memrchr_chk; # introduced=23
|
D | libc.x86.map | 71 __memrchr_chk; # introduced=23
|
D | libc.mips.map | 71 __memrchr_chk; # introduced=23
|
D | libc.arm.map | 74 __memrchr_chk; # introduced=23
|
D | libc.map.txt | 74 __memrchr_chk; # introduced=23
|