Searched refs:fread_unlocked (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 116 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument 119 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file); in INTERCEPTOR() 124 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 730 /// size_t fread_unlocked(void *ptr, size_t size, size_t nitems, FILE *stream); 731 TLI_DEFINE_ENUM_INTERNAL(fread_unlocked) 732 TLI_DEFINE_STRING_INTERNAL("fread_unlocked")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | unlocked-stdio.ll | 78 ; CHECK-NEXT: [[TMP1:%.*]] = call i64 @fread_unlocked(i8* nonnull [[ARRAYDECAY]], i64 10, i64 10…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1768 fun:fread_unlocked=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 365 PUBLIC 6dbc0 0 fread_unlocked
|