Home | History | Annotate | Download | only in LD

Lines Matching refs:EhFrame

30 /// @ref - GNU gold 1.11, ehframe.h, Eh_frame::skip_leb128.
94 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame)
171 bool EhFrameReader::addCIE(EhFrame& pEhFrame,
216 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
326 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
336 bool EhFrameReader::addFDE(EhFrame& pEhFrame,
348 EhFrame::CIEMap::iterator iter = pEhFrame.getCIEMap().find(cie_offset);
353 EhFrame::FDE* fde = new EhFrame::FDE(pRegion, *iter->second);
358 bool EhFrameReader::addTerm(EhFrame& pEhFrame,
365 bool EhFrameReader::reject(EhFrame& pEhFrame,