Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1486 uint32_t FirstDataWord = *UnwindData; in getInfoFromEHABISection() local
1487 size_t N = ((FirstDataWord >> 24) & 0xff); in getInfoFromEHABISection()