Home
last modified time | relevance | path

Searched refs:ExceptTabSID (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h38 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
44 SID ExceptTabSID; member
DRuntimeDyldMachO.cpp230 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local
253 ExceptTabSID = *ExceptTabSIDOrErr; in finalizeLoad()
264 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
324 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()