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 ----------------------------------------------------===//
23
/** \class
HexagonGOTPLT
26
class
HexagonGOTPLT
: public HexagonGOT
29
HexagonGOTPLT
(LDSection &pSection);
31
~
HexagonGOTPLT
();
HexagonGOTPLT.cpp
1
//===-
HexagonGOTPLT
.cpp ------------------------------------------------------===//
9
#include "
HexagonGOTPLT
.h"
21
//
HexagonGOTPLT
23
HexagonGOTPLT
::
HexagonGOTPLT
(LDSection& pSection)
33
HexagonGOTPLT
::~
HexagonGOTPLT
()
38
bool
HexagonGOTPLT
::hasGOT1() const
43
void
HexagonGOTPLT
::applyGOT0(uint64_t pAddress)
49
void
HexagonGOTPLT
::applyAllGOTPLT(const HexagonPLT& pPLT
[
all
...]
HexagonLDBackend.h
15
#include "
HexagonGOTPLT
.h"
115
HexagonGOTPLT
& getGOTPLT();
117
const
HexagonGOTPLT
& getGOTPLT() const;
182
HexagonGOTPLT
* m_pGOTPLT;
HexagonPLT.h
13
#include "
HexagonGOTPLT
.h"
69
HexagonGOTPLT
& pGOTPLT,
90
HexagonGOTPLT
& m_GOTPLT;
HexagonLDBackend.cpp
287
HexagonGOTPLT
& HexagonLDBackend::getGOTPLT()
293
const
HexagonGOTPLT
& HexagonLDBackend::getGOTPLT() const
390
for (
HexagonGOTPLT
::iterator it = m_pGOTPLT->begin(),
444
m_pGOTPLT = new
HexagonGOTPLT
(gotplt);
[
all
...]
HexagonPLT.cpp
38
HexagonGOTPLT
&pGOTPLT,
Completed in 62 milliseconds