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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 60 if (m_EhFrame.hasEhFrame())
136 if (m_EhFrame.hasEhFrame())
LDSection.cpp 104 bool LDSection::hasEhFrame() const
ELFObjectWriter.cpp 400 assert(pSection.hasEhFrame());
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 172 bool hasEhFrame() const;
ELFFileFormat.h 138 bool hasEhFrame() const
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 87 if (pSection.hasEhFrame())
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 84 if (target->hasEhFrame())
ObjectLinker.cpp 337 if (!(*sect)->hasEhFrame())
641 if (eh_frame_sect && eh_frame_sect->hasEhFrame())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 301 if (!eh_sect || !eh_sect->hasEhFrame())
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 315 assert(!pSection.hasEhFrame() && "pSection already has eh_frame.");
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 241 if (!section->hasEhFrame())
    [all...]

Completed in 226 milliseconds