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

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp1 //===- GOT.cpp ------------------------------------------------------------===//
10 #include <mcld/Target/GOT.h>
30 // GOT
32 GOT::GOT(LDSection& pSection, function in class:GOT
40 GOT::~GOT()
44 size_t GOT::getEntrySize() const
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h1 //===- GOT.h --------------------------------------------------------------===//
21 class GOT;
60 /** \class GOT
63 class GOT class in namespace:mcld
66 GOT(LDSection& pSection, SectionData& pSectionData, size_t pEntrySize);
69 virtual ~GOT();
85 /// Before layout, we scan all relocations to determine if GOT entries are

Completed in 40 milliseconds