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
216 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local230 ExceptTabSID = findOrEmitSection(Obj, Section, true, SectionMap); in finalizeLoad()238 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()295 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()296 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()