Searched refs:RTDYLD_INVALID_SECTION_ID (Results 1 – 3 of 3) sorted by relevance
183 unsigned EHFrameSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()184 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()185 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()258 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()259 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()264 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
36 : EHFrameSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()37 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()38 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
206 #define RTDYLD_INVALID_SECTION_ID ((SID)(-1)) macro