HomeSort by relevance Sort by last modified time
    Searched full:eh_frame_sect (Results 1 - 1 of 1) sorted by null

  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 675 LDSection* eh_frame_sect = m_pModule->getSection(".eh_frame"); local
676 if (eh_frame_sect && eh_frame_sect->hasEhFrame())
677 eh_frame_sect->getEhFrame()->computeOffsetSize();
    [all...]

Completed in 393 milliseconds