OpenGrok
Cross Reference: Unwind-EHABI.cpp
xref
: /
external
/
libcxxabi
/
src
/
Unwind
/
Unwind-EHABI.cpp
Home
|
History
|
Annotate
|
Download
|
only in
Unwind
Lines Matching
defs:shift
312
uint32_t
shift
= 0;
318
addend |= (v & 0x7f) <<
shift
;
321
shift
+= 7;