OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputRelocSection
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp
1
//===-
OutputRelocSection
.cpp ---------------------------------------------===//
9
#include <mcld/Target/
OutputRelocSection
.h>
22
//
OutputRelocSection
24
OutputRelocSection
::
OutputRelocSection
(Module& pModule, LDSection& pSection)
33
OutputRelocSection
::~
OutputRelocSection
()
37
void
OutputRelocSection
::reserveEntry(size_t pNum)
43
Relocation*
OutputRelocSection
::consumeEntry()
67
size_t
OutputRelocSection
::numOfRelocs(
[
all
...]
Android.mk
10
OutputRelocSection
.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h
1
//===-
OutputRelocSection
.h -----------------------------------------------===//
25
/** \class
OutputRelocSection
28
class
OutputRelocSection
31
OutputRelocSection
(Module& pModule, LDSection& pSection);
33
~
OutputRelocSection
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
17
#include <mcld/Target/
OutputRelocSection
.h>
100
OutputRelocSection
& getRelDyn();
101
const
OutputRelocSection
& getRelDyn() const;
103
OutputRelocSection
& getRelPLT();
104
const
OutputRelocSection
& getRelPLT() const;
158
OutputRelocSection
* m_pRelDyn;
160
OutputRelocSection
* m_pRelPLT;
ARMLDBackend.cpp
109
m_pRelPLT = new
OutputRelocSection
(pModule, relplt);
113
m_pRelDyn = new
OutputRelocSection
(pModule, reldyn);
468
OutputRelocSection
& ARMGNULDBackend::getRelDyn()
474
const
OutputRelocSection
& ARMGNULDBackend::getRelDyn() const
480
OutputRelocSection
& ARMGNULDBackend::getRelPLT()
486
const
OutputRelocSection
& ARMGNULDBackend::getRelPLT() const
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
21
#include <mcld/Target/
OutputRelocSection
.h>
110
OutputRelocSection
& getRelaDyn();
112
const
OutputRelocSection
& getRelaDyn() const;
118
OutputRelocSection
& getRelaPLT();
120
const
OutputRelocSection
& getRelaPLT() const;
183
OutputRelocSection
* m_pRelaDyn;
185
OutputRelocSection
* m_pRelaPLT;
HexagonLDBackend.cpp
256
OutputRelocSection
& HexagonLDBackend::getRelaDyn()
262
const
OutputRelocSection
& HexagonLDBackend::getRelaDyn() const
268
OutputRelocSection
& HexagonLDBackend::getRelaPLT()
274
const
OutputRelocSection
& HexagonLDBackend::getRelaPLT() const
447
m_pRelaPLT = new
OutputRelocSection
(pModule, relaplt);
451
m_pRelaDyn = new
OutputRelocSection
(pModule, reladyn);
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
18
#include <mcld/Target/
OutputRelocSection
.h>
85
OutputRelocSection
& getRelDyn();
86
const
OutputRelocSection
& getRelDyn() const;
88
OutputRelocSection
& getRelPLT();
89
const
OutputRelocSection
& getRelPLT() const;
137
OutputRelocSection
* m_pRelDyn;
139
OutputRelocSection
* m_pRelPLT;
X86LDBackend.cpp
224
OutputRelocSection
& X86GNULDBackend::getRelDyn()
230
const
OutputRelocSection
& X86GNULDBackend::getRelDyn() const
236
OutputRelocSection
& X86GNULDBackend::getRelPLT()
242
const
OutputRelocSection
& X86GNULDBackend::getRelPLT() const
345
m_pRelPLT = new
OutputRelocSection
(pModule, relplt);
349
m_pRelDyn = new
OutputRelocSection
(pModule, reldyn);
531
m_pRelPLT = new
OutputRelocSection
(pModule, relplt);
535
m_pRelDyn = new
OutputRelocSection
(pModule, reldyn);
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
18
class
OutputRelocSection
;
88
OutputRelocSection
& getRelDyn();
89
const
OutputRelocSection
& getRelDyn() const;
136
OutputRelocSection
* m_pRelDyn; // .rel.dyn
MipsGOT.h
30
class
OutputRelocSection
;
97
void finalizeScanning(
OutputRelocSection
& pRelDyn);
MipsLDBackend.cpp
27
#include <mcld/Target/
OutputRelocSection
.h>
66
m_pRelDyn = new
OutputRelocSection
(pModule, reldyn);
233
OutputRelocSection
& MipsGNULDBackend::getRelDyn()
239
const
OutputRelocSection
& MipsGNULDBackend::getRelDyn() const
MipsGOT.cpp
16
#include <mcld/Target/
OutputRelocSection
.h>
103
void MipsGOT::finalizeScanning(
OutputRelocSection
& pRelDyn)
MipsRelocator.cpp
13
#include <mcld/Target/
OutputRelocSection
.h>
Completed in 132 milliseconds