Searched defs:GOTEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp18 // GOTEntry
20 GOTEntry::GOTEntry(uint64_t pContent, size_t pEntrySize, SectionData* pParent) function in class:GOTEntry
25 GOTEntry::~GOTEntry()
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h25 /** \class GOTEntry
28 class GOTEntry : public TargetFragment class in namespace:mcld
31 explicit GOTEntry(uint64_t pContent, size_t pEntrySize,
34 virtual ~GOTEntry();
48 static bool classof(const GOTEntry* pFrag)
94 virtual GOTEntry* getEntry(const ResolveInfo& pSymbol, bool& pExist) = 0;

Completed in 198 milliseconds