OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HexagonGOTPLT
(Results
1 - 2
of
2
) 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
...]
Completed in 177 milliseconds