Home | History | Annotate | Download | only in asan

Lines Matching refs:INTERCEPTOR

174 INTERCEPTOR(int, pthread_create, void *thread,
196 INTERCEPTOR(void*, bsd_signal, int signum, void *handler) {
204 INTERCEPTOR(void*, signal, int signum, void *handler) {
213 INTERCEPTOR(int, sigaction, int signum, const struct sigaction *act,
248 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp,
271 INTERCEPTOR(void, longjmp, void *env, int val) {
277 INTERCEPTOR(void, _longjmp, void *env, int val) {
284 INTERCEPTOR(void, siglongjmp, void *env, int val) {
291 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
311 INTERCEPTOR(int, mlock, const void *addr, uptr len) {
316 INTERCEPTOR(int, munlock, const void *addr, uptr len) {
321 INTERCEPTOR(int, mlockall, int flags) {
326 INTERCEPTOR(int, munlockall, void) {
336 INTERCEPTOR(int, memcmp, const void *a1, const void *a2, uptr size) {
408 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) {
412 INTERCEPTOR(void*, memcpy, void *to, const void *from, uptr size) {
426 INTERCEPTOR(void*, memset, void *block, int c, uptr size) {
430 INTERCEPTOR(char*, strchr, const char *str, int c) {
448 INTERCEPTOR(char*, index, const char *string, int c)
462 INTERCEPTOR(char*, strcat, char *to, const char *from) { // NOLINT
481 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) {
498 INTERCEPTOR(char*, strcpy, char *to, const char *from) { // NOLINT
518 INTERCEPTOR(char*, strdup, const char *s) {
532 INTERCEPTOR(uptr, strlen, const char *s) {
547 INTERCEPTOR(uptr, wcslen, const wchar_t *s) {
556 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) {
568 INTERCEPTOR(uptr, strnlen, const char *s, uptr maxlen) {
595 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT
613 INTERCEPTOR(int, atoi, const char *nptr) {
632 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT
648 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT
669 INTERCEPTOR(long long, atoll, const char *nptr) { // NOLINT
688 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg,
701 INTERCEPTOR(int, fork, void) {