Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp1077 uint32_t FirstDataWord = *UnwindData; in __gxx_personality_v0() local
1078 size_t N = ((FirstDataWord >> 24) & 0xff); in __gxx_personality_v0()
/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp790 uint32_t FirstDataWord = *UnwindData; in getInfoFromEHABISection() local
791 size_t N = ((FirstDataWord >> 24) & 0xff); in getInfoFromEHABISection()