Home | History | Annotate | Download | only in src

Lines Matching refs:lpStart

48 | lpStart | (encoded with lpStartEncoding) | defaults to funcStart |
66 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
79 | | landingPad | (ULEB128) | offset relative to lpStart | |
606 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
607 if (lpStart == 0)
608 lpStart = (const uint8_t*)funcStart;
655 landingPad = (uintptr_t)lpStart + landingPad;
1218 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
1219 (void)lpStart; // purposefully unused. Just needed to increment lsda.