Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.h60 static constexpr uint8_t kMaxFuncCount = 100; variable
DUnwinderComponentCreator.cpp74 uint8_t func_count = data_provider->ConsumeIntegralInRange<uint>(0, kMaxFuncCount); in ElfPushFakeFunctionData()