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

  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 16 // GOTEntry
17 GOTEntry::GOTEntry(uint64_t pContent, size_t pEntrySize,
23 GOTEntry::~GOTEntry()
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 24 /** \class GOTEntry
27 class GOTEntry : public MCTargetFragment
30 explicit GOTEntry(uint64_t pContent, size_t pEntrySize,
33 virtual ~GOTEntry();
47 static bool classof(const GOTEntry* pFrag)
95 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;

Completed in 78 milliseconds