Home | History | Annotate | Download | only in src

Lines Matching defs: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 | |
616 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
617 if (lpStart == 0)
618 lpStart = (const uint8_t*)funcStart;
665 landingPad = (uintptr_t)lpStart + landingPad;
1247 const uint8_t* lpStart = (const uint8_t*)readEncodedPointer(&lsda, lpStartEncoding);
1248 (void)lpStart; // purposefully unused. Just needed to increment lsda.