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

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp1 //===- GOT.cpp ------------------------------------------------------------===//
12 #include <mcld/Target/GOT.h>
22 // GOT
24 GOT::GOT(LDSection& pSection) function in class:GOT
29 GOT::~GOT()
33 void GOT::finalizeSectionSize()
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h1 //===- GOT.h --------------------------------------------------------------===//
18 class GOT;
22 /** \class GOT
25 class GOT class in namespace:mcld
28 GOT(LDSection& pSection);
63 virtual ~GOT();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp340 // This assumes that GOT exists
350 // Symbol needs GOT entry, reserve entry in .got
351 // return if we already create GOT for this symbol
354 // If the GOT is used in statically linked binaries,
355 // the GOT entry is enough and no relocation is needed.
360 // set GOT bit
833 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); local
834 int32_t result = (int32_t)(GOT_S - GOT);
873 result_u = GOT_S - GOT;
898 // (S + A - GOT)
902 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); local
[all...]

Completed in 86 milliseconds