Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d613 _uleb128_t CSLandingPad, CSAction;
616 CSLandingPad = read_uleb128(&p);
623 landingPad = CSLandingPad + 1;
636 auto CSLandingPad = read_encoded_value(null, CSEncoding, &p);
644 if (CSLandingPad)
645 landingPad = LPStart + CSLandingPad;
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d601 _uleb128_t CSLandingPad, CSAction; in scanLSDA() local
604 CSLandingPad = read_uleb128(p); in scanLSDA()
611 landingPad = CSLandingPad + 1; in scanLSDA()
624 auto CSLandingPad = read_encoded_value(null, CSEncoding, p); in scanLSDA() local
632 if (CSLandingPad) in scanLSDA()
633 landingPad = LPStart + CSLandingPad; in scanLSDA()