Searched refs:RTDYLD_INVALID_SECTION_ID (Results 1 – 3 of 3) sorted by relevance
230 unsigned EHFrameSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()231 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()232 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()322 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()323 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()328 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
35 : EHFrameSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()36 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()37 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
257 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1)) macro