Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMException.cpp104 LDSection* const relExIdx = exTuple->getRelExIdxSection(); in scanInputExceptionSections() local
111 } else if (relExIdx) { in scanInputExceptionSections()
112 fatal(diag::eh_missing_exidx_section) << relExIdx->name() in scanInputExceptionSections()
150 RelocData* exIdxRD = relExIdx ? relExIdx->getRelocData() : NULL; in scanInputExceptionSections()