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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 60 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs();
79 for (EhFrame::const_cie_iterator i = m_EhFrame.getEhFrame()->cie_begin(),
80 e = m_EhFrame.getEhFrame()->cie_end();
136 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs();
SectionSymbolSet.cpp 76 if (EhFrame* ehframe = pOutSect.getEhFrame())
ELFObjectWriter.cpp 100 emitEhFrame(pModule, *section->getEhFrame(), region);
390 sd = pSection.getEhFrame()->getSectionData();
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 149 const EhFrame* getEhFrame() const { return m_Data.eh_frame; }
150 EhFrame* getEhFrame() { return m_Data.eh_frame; }
ELFFileFormat.h 522 LDSection& getEhFrame() {
527 const LDSection& getEhFrame() const {
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 82 eh_frame = target->getEhFrame();
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame());
ObjectLinker.cpp 677 eh_frame_sect->getEhFrame()->computeOffsetSize();
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 84 data = pSection.getEhFrame()->getSectionData();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 280 EhFrame* eh_frame = eh_sect->getEhFrame();
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 148 milliseconds