| //===- PLT.cpp ------------------------------------------------------------===// |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| #include <mcld/Target/PLT.h> |
| //===----------------------------------------------------------------------===// |
| //===----------------------------------------------------------------------===// |
| PLTEntry::PLTEntry(size_t pSize, SectionData* pParent) |
| : TargetFragment(Fragment::Target, pParent), |
| m_EntrySize(pSize), m_pContent(NULL) |
| //===----------------------------------------------------------------------===// |
| //===----------------------------------------------------------------------===// |
| PLT::PLT(LDSection& pSection, SectionData& pSectionData) |
| m_SectionData(pSectionData) |