HomeSort by relevance Sort by last modified time
    Searched refs:getEhFrame (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 64 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs();
83 EhFrame::const_fde_iterator fde, fde_end = m_EhFrame.getEhFrame()->fde_end();
84 for(fde = m_EhFrame.getEhFrame()->fde_begin(); fde != fde_end; ++fde) {
137 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs();
SectionSymbolSet.cpp 79 if (EhFrame *ehframe = pOutSect.getEhFrame())
ELFObjectWriter.cpp 387 sd = pSection.getEhFrame()->getSectionData();
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 170 const EhFrame* getEhFrame() const { return m_Data.eh_frame; }
171 EhFrame* getEhFrame() { return m_Data.eh_frame; }
ELFFileFormat.h 500 LDSection& getEhFrame() {
505 const LDSection& getEhFrame() const {
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 77 eh_frame = target->getEhFrame();
81 eh_frame->merge(*pInputSection.getEhFrame());
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 84 data = pSection.getEhFrame()->getSectionData();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 171 milliseconds