OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLTEntryBase
(Results
1 - 16
of
16
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
PLT.h
24
class
PLTEntryBase
: public TargetFragment {
26
explicit
PLTEntryBase
(SectionData& pParent)
29
virtual ~
PLTEntryBase
() { free(m_pValue); }
50
template <size_t SIZE, typename EntryBase =
PLTEntryBase
>
/frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.h
36
PLTEntryBase
* create();
MipsPLT.cpp
96
PLTEntryBase
* MipsPLT::create() {
106
PLTEntryBase
* plt = &(llvm::cast<
PLTEntryBase
>(*it));
MipsRelocator.h
35
typedef KeyEntryMap<ResolveInfo,
PLTEntryBase
> SymPLTMap;
MipsRelocator.cpp
96
PLTEntryBase
* pltEntry = backend.getPLT().create();
112
PLTEntryBase
* plt_entry = pParent.getSymPLTMap().lookUp(pSym);
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
97
PLTEntryBase
* plt1 = &(llvm::cast<
PLTEntryBase
>(*it));
114
PLTEntryBase
* X86PLT::create() {
121
PLTEntryBase
* X86PLT::getPLT0() const {
127
PLTEntryBase
* plt0 = &(llvm::cast<
PLTEntryBase
>(*first));
143
PLTEntryBase
* plt0 = getPLT0();
182
PLTEntryBase
* plt1 = 0;
187
plt1 = &(llvm::cast<
PLTEntryBase
>(*it));
226
PLTEntryBase
* plt0 = getPLT0()
[
all
...]
X86PLT.h
109
PLTEntryBase
* create();
119
PLTEntryBase
* getPLT0() const;
X86LDBackend.cpp
175
unsigned int plt0_size = llvm::cast<
PLTEntryBase
>((*it)).size();
177
memcpy(buffer, llvm::cast<
PLTEntryBase
>((*it)).getValue(), plt0_size);
181
PLTEntryBase
* plt1 = 0;
184
plt1 = &(llvm::cast<
PLTEntryBase
>(*it));
X86Relocator.h
29
typedef KeyEntryMap<ResolveInfo,
PLTEntryBase
> SymPLTMap;
X86Relocator.cpp
99
static
PLTEntryBase
& helper_PLT_init(Relocation& pReloc,
106
PLTEntryBase
* plt_entry = ld_backend.getPLT().create();
125
PLTEntryBase
* plt_entry = pParent.getSymPLTMap().lookUp(pSym);
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
53
PLTEntryBase
* HexagonPLT::getPLT0() const {
59
PLTEntryBase
* plt0 = &(llvm::cast<
PLTEntryBase
>(*first));
74
PLTEntryBase
* plt1 = &(llvm::cast<
PLTEntryBase
>(*it));
96
PLTEntryBase
* plt0 = getPLT0();
HexagonPLT.h
81
PLTEntryBase
* getPLT0() const;
HexagonRelocator.h
29
typedef KeyEntryMap<ResolveInfo,
PLTEntryBase
> SymPLTMap;
HexagonLDBackend.cpp
153
unsigned int plt0_size = llvm::cast<
PLTEntryBase
>((*it)).size();
155
memcpy(buffer, llvm::cast<
PLTEntryBase
>((*it)).getValue(), plt0_size);
159
PLTEntryBase
* plt1 = 0;
162
plt1 = &(llvm::cast<
PLTEntryBase
>(*it));
[
all
...]
HexagonRelocator.cpp
91
static
PLTEntryBase
& helper_PLT_init(Relocation& pReloc,
98
PLTEntryBase
* plt_entry = ld_backend.getPLT().create();
116
PLTEntryBase
* plt_entry = pParent.getSymPLTMap().lookUp(pSym);
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h
87
PLTEntryBase
* plt_entry = pParent.getSymPLTMap().lookUp(pSym);
Completed in 911 milliseconds