OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARMPLT
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h
1
//===-
ARMPLT
.h -----------------------------------------------------===//
50
/** \class
ARMPLT
53
class
ARMPLT
: public PLT
56
ARMPLT
(LDSection& pSection, ARMGOT& pGOTPLT);
57
~
ARMPLT
();
ARMPLT.cpp
1
//===-
ARMPLT
.cpp -----------------------------------------------------------===//
10
#include "
ARMPLT
.h"
29
//
ARMPLT
31
ARMPLT
::
ARMPLT
(LDSection& pSection,
38
ARMPLT
::~
ARMPLT
()
42
bool
ARMPLT
::hasPLT1() const
47
void
ARMPLT
::finalizeSectionSize()
61
void
ARMPLT
::reserveEntry(size_t pNum
[
all
...]
ARMLDBackend.h
14
#include "
ARMPLT
.h"
97
ARMPLT
& getPLT();
98
const
ARMPLT
& getPLT() const;
156
ARMPLT
* m_pPLT;
Android.mk
11
ARMPLT
.cpp \
ARMLDBackend.cpp
103
m_pPLT = new
ARMPLT
(plt, *m_pGOT);
456
ARMPLT
& ARMGNULDBackend::getPLT()
462
const
ARMPLT
& ARMGNULDBackend::getPLT() const
Completed in 208 milliseconds