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 59 if (m_EhFrame.hasEhFrame())
135 if (m_EhFrame.hasEhFrame())
LDSection.cpp 97 bool LDSection::hasEhFrame() const {
ELFObjectWriter.cpp 389 assert(pSection.hasEhFrame());
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 154 bool hasEhFrame() const;
ELFFileFormat.h 154 bool hasEhFrame() const {
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 83 if (pSection.hasEhFrame())
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 81 if (target->hasEhFrame())
ObjectLinker.cpp 369 if (!(*sect)->hasEhFrame())
676 if (eh_frame_sect && eh_frame_sect->hasEhFrame())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 277 if (!eh_sect || !eh_sect->hasEhFrame())
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 303 assert(!pSection.hasEhFrame() && "pSection already has eh_frame.");
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 227 if (!section->hasEhFrame())
    [all...]

Completed in 391 milliseconds