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) : m_Section(pSection) { function in class:mcld::GOT
28 GOT::~GOT() {
31 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
27 explicit GOT(LDSection& pSection);
56 virtual ~GOT();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp349 // This assumes that GOT exists
359 // Symbol needs GOT entry, reserve entry in .got
360 // return if we already create GOT for this symbol
363 // If the GOT is used in statically linked binaries,
364 // the GOT entry is enough and no relocation is needed.
369 // set GOT bit
847 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); local
848 int32_t result = (int32_t)(GOT_S - GOT);
887 result_u = GOT_S - GOT;
912 // (S + A - GOT)
916 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); local
[all...]

Completed in 7418 milliseconds