HomeSort by relevance Sort by last modified time
    Searched defs:PLT (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 1 //===- PLT.cpp ------------------------------------------------------------===//
10 #include <mcld/Target/PLT.h>
18 // PLT
20 PLT::PLT(LDSection& pSection)
26 PLT::~PLT()
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 1 //===- PLT.h --------------------------------------------------------------===//
22 * \brief PLTEntryDefaultBase provides the default interface for PLT Entry
50 /** \class PLT
53 class PLT
77 PLT(LDSection& pSection);
79 virtual ~PLT();

Completed in 81 milliseconds