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

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 1 //===- PLT.cpp ------------------------------------------------------------===//
9 #include "mcld/Target/PLT.h"
18 // PLT
20 PLT::PLT(LDSection& pSection) : m_Section(pSection) {
24 PLT::~PLT() {
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 1 //===- PLT.h --------------------------------------------------------------===//
22 * \brief PLTEntryDefaultBase provides the default interface for PLT Entry
42 /** \class PLT
45 class PLT {
64 explicit PLT(LDSection& pSection);
66 virtual ~PLT();
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]

Completed in 465 milliseconds