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.cpp216 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local
230 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()