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 66 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs();
89 EhFrame::const_fde_iterator fde, fde_end = m_EhFrame.getEhFrame()->fde_end();
90 for(fde = m_EhFrame.getEhFrame()->fde_begin(); fde != fde_end; ++fde) {
150 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs();
SectionSymbolSet.cpp 80 pOutSect.getEhFrame()->getSectionData().front(), 0x0);
ELFObjectWriter.cpp 384 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 46 milliseconds