Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp179 constexpr int numSkip {6}; in ParseElfHeaders() local
181 for (int count = 0; count < numSkip; ++count) { in ParseElfHeaders()