Searched refs:ExceptTabSID (Results 1 – 2 of 2) sorted by relevance
32 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()35 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()38 SID ExceptTabSID; member
231 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local257 ExceptTabSID = *ExceptTabSIDOrErr; in finalizeLoad()268 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()327 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()328 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()