Home
last modified time | relevance | path

Searched refs:MAX_ABI (Results 1 – 2 of 2) sorted by relevance

/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.h84 #define MAX_ABI 4 macro
87 #define MAX_ABI 7 macro
89 #define MAX_ABI 0 // If we hit this case, do NOT fuzz the abi value. macro
Dfuzz_ffi.cc339 #if MAX_ABI > 0 && defined(ARM) in LLVMFuzzerTestOneInput()
341 dataProvider.ConsumeIntegralInRange<uint32_t>(0, MAX_ABI)); in LLVMFuzzerTestOneInput()