Searched defs:pFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp175 EhFrame& EhFrame::merge(const Input& pInput, EhFrame& pFrame) argument
177 assert (this != &pFrame);
178 if (pFrame.emptyCIEs()) {
181 moveInputFragments(pFrame);
189 if ((*ri)->getLink() == &pFrame.getSection()) {
194 pFrame.setupAttributes(rel_sec);
197 for (cie_iterator i = pFrame.cie_begin(), e = pFrame.cie_end(); i != e; ++i) {
201 moveInputFragments(pFrame, input_cie);
211 moveInputFragments(pFrame, input_ci
[all...]
H A DELFObjectWriter.cpp413 EhFrame& pFrame, MemoryRegion& pRegion) const
415 emitSectionData(*pFrame.getSectionData(), pRegion);
418 for (EhFrame::cie_iterator i = pFrame.cie_begin(), e = pFrame.cie_end();
430 uint64_t fde_offset = pFrame.getSection().offset() + fde.getOffset() +
412 emitEhFrame(Module& pModule, EhFrame& pFrame, MemoryRegion& pRegion) const argument

Completed in 42 milliseconds