Home | History | Annotate | Download | only in src

Lines Matching defs:lpStart

45 | lpStart | (encoded with lpStartEncoding) | defaults to funcStart |
63 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
76 | | landingPad | (ULEB128) | offset relative to lpStart | |
619 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
620 if (lpStart == 0)
621 lpStart = (const uint8_t*)funcStart;
668 landingPad = (uintptr_t)lpStart + landingPad;
1220 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
1221 (void)lpStart; // purposefully unused. Just needed to increment lsda.