Home
last modified time | relevance | path

Searched refs:__strdup (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp255 INTERCEPTOR(char *, __strdup, const char *s) { in INTERCEPTOR() argument
350 MEMPROF_INTERCEPT_FUNC(__strdup); in InitializeMemprofInterceptors()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt41 __strdup U
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp446 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() argument
629 ASAN_INTERCEPT_FUNC(__strdup); in InitializeAsanInterceptors()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp336 INTERCEPTOR(char *, __strdup, char *src) { in INTERCEPTOR() argument
341 char *res = REAL(__strdup)(src); in INTERCEPTOR()
345 #define MSAN_MAYBE_INTERCEPT___STRDUP INTERCEPT_FUNCTION(__strdup)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def453 /// char * __strdup(const char *s);
455 TLI_DEFINE_STRING_INTERNAL("__strdup")
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1105 fun:__strdup=uninstrumented