OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonGOTPLT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h
1
//===-
HexagonGOTPLT
.h ----------------------------------------------------===//
27
/** \class
HexagonGOTPLT
30
class
HexagonGOTPLT
: public HexagonGOT
33
HexagonGOTPLT
(LDSection &pSection);
35
~
HexagonGOTPLT
();
HexagonGOTPLT.cpp
1
//===-
HexagonGOTPLT
.cpp ------------------------------------------------------===//
9
#include "
HexagonGOTPLT
.h"
21
//
HexagonGOTPLT
23
HexagonGOTPLT
::
HexagonGOTPLT
(LDSection& pSection)
36
HexagonGOTPLT
::~
HexagonGOTPLT
()
41
bool
HexagonGOTPLT
::hasGOT1() const
46
void
HexagonGOTPLT
::applyGOT0(uint64_t pAddress)
52
void
HexagonGOTPLT
::applyAllGOTPLT(const HexagonPLT& pPLT
[
all
...]
HexagonLDBackend.h
15
#include "
HexagonGOTPLT
.h"
114
HexagonGOTPLT
& getGOTPLT();
116
const
HexagonGOTPLT
& getGOTPLT() const;
180
HexagonGOTPLT
* m_pGOTPLT;
HexagonPLT.h
13
#include "
HexagonGOTPLT
.h"
69
HexagonGOTPLT
& pGOTPLT,
92
HexagonGOTPLT
& m_GOTPLT;
HexagonLDBackend.cpp
280
HexagonGOTPLT
& HexagonLDBackend::getGOTPLT()
286
const
HexagonGOTPLT
& HexagonLDBackend::getGOTPLT() const
382
for (
HexagonGOTPLT
::iterator it = m_pGOTPLT->begin(),
436
m_pGOTPLT = new
HexagonGOTPLT
(gotplt);
[
all
...]
HexagonPLT.cpp
38
HexagonGOTPLT
&pGOTPLT,
Completed in 365 milliseconds