Searched refs:pFDE (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h52 uint32_t computePCBegin(const EhFrame::FDE& pFDE,
H A DEhFrame.h112 void add(FDE& pFDE) { m_FDEs.push_back(&pFDE); } argument
113 void remove(FDE& pFDE) { m_FDEs.remove(&pFDE); } argument
191 void addFDE(FDE& pFDE, bool pAlsoAddFragment = true);
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp141 uint32_t EhFrameHdr::computePCBegin(const EhFrame::FDE& pFDE, argument
143 uint8_t fde_encoding = pFDE.getCIE().getFDEEncode();
169 pFDE.getOffset() + EhFrame::getDataStartOffset<32>();
182 pc += m_EhFrame.addr() + pFDE.getOffset() +
H A DEhFrame.cpp145 void EhFrame::addFDE(EhFrame::FDE& pFDE, bool pAlsoAddFragment) { argument
146 pFDE.getCIE().add(pFDE);
148 addFragment(pFDE);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h339 /// @param [in, out] pFDE The appended FDE entry.
342 static uint64_t AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp382 uint64_t IRBuilder::AppendEhFrame(EhFrame::FDE& pFDE, EhFrame& pEhFrame) { argument
383 pEhFrame.addFDE(pFDE);
384 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size());
385 return pFDE.size();

Completed in 132 milliseconds