Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc101 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in scanEHTable() local
102 if (lpStart == 0) { in scanEHTable()
103 lpStart = (const uint8_t*)funcStart; in scanEHTable()
130 landingPad = (uintptr_t)lpStart + landingPad; in scanEHTable()
393 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in saveUnexpectedDataToBarrierCache() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp616 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in scan_eh_tab() local
617 if (lpStart == 0) in scan_eh_tab()
618 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
665 landingPad = (uintptr_t)lpStart + landingPad; in scan_eh_tab()
1247 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in __cxa_call_unexpected() local
1248 (void)lpStart; // purposefully unused. Just needed to increment lsda. in __cxa_call_unexpected()