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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 63 if (m_EhFrame.hasEhFrame())
149 if (m_EhFrame.hasEhFrame())
LDSection.cpp 104 bool LDSection::hasEhFrame() const
ELFObjectWriter.cpp 383 assert(pSection.hasEhFrame());
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 175 bool hasEhFrame() const;
ELFFileFormat.h 141 bool hasEhFrame() const
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 83 if (pSection.hasEhFrame())
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 76 if (target->hasEhFrame())
ObjectLinker.cpp 262 if (!(*sect)->hasEhFrame())
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 215 if (!section->hasEhFrame())
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 334 assert(!pSection.hasEhFrame() && "pSection already has eh_frame.");

Completed in 88 milliseconds