Searched refs:lpStart (Results 1 – 2 of 2) sorted by relevance
101 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in scanEHTable() local102 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
616 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding); in scan_eh_tab() local617 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() local1248 (void)lpStart; // purposefully unused. Just needed to increment lsda. in __cxa_call_unexpected()