Home
last modified time | relevance | path

Searched refs:RTDYLD_INVALID_SECTION_ID (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp183 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()
DRuntimeDyldMachO.h36 : EHFrameSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
37 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
38 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
DRuntimeDyldImpl.h206 #define RTDYLD_INVALID_SECTION_ID ((SID)(-1)) macro