Searched refs:ExceptTabSID (Results 1 – 2 of 2) sorted by relevance
38 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()44 SID ExceptTabSID; member
230 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local253 ExceptTabSID = *ExceptTabSIDOrErr; in finalizeLoad()264 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()324 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()