Searched refs:pFDE (Results 1 - 6 of 6) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h346 /// @param [in, out] pFDE The appended FDE entry.
349 static uint64_t AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame);
/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h113 void add(FDE& pFDE) { m_FDEs.push_back(&pFDE); } argument
114 void remove(FDE& pFDE) { m_FDEs.remove(&pFDE); } argument
194 void addFDE(FDE& pFDE, bool pAlsoAddFragment = true);
H A DEhFrameHdr.h53 uint32_t computePCBegin(const EhFrame::FDE& pFDE,
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp390 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame) argument
392 pEhFrame.addFDE(pFDE);
393 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size());
394 return pFDE.size();
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp158 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment) argument
160 pFDE.getCIE().add(pFDE);
162 addFragment(pFDE);
H A DEhFrameHdr.cpp143 uint32_t EhFrameHdr::computePCBegin(const EhFrame::FDE& pFDE, argument
146 uint8_t fde_encoding = pFDE.getCIE().getFDEEncode();
172 pFDE.getOffset() +
187 pc += m_EhFrame.addr() + pFDE.getOffset() +

Completed in 103 milliseconds