OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPLT0
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h
60
ARMPLT0*
getPLT0
() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h
64
AArch64PLT0*
getPLT0
() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h
81
PLTEntryBase*
getPLT0
() const;
HexagonPLT.cpp
53
PLTEntryBase* HexagonPLT::
getPLT0
() const {
57
"FragmentList is empty,
getPLT0
failed!");
67
size =
getPLT0
()->size();
96
PLTEntryBase* plt0 =
getPLT0
();
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
90
size =
getPLT0
()->size();
121
PLTEntryBase* X86PLT::
getPLT0
() const {
125
"FragmentList is empty,
getPLT0
failed!");
143
PLTEntryBase* plt0 =
getPLT0
();
226
PLTEntryBase* plt0 =
getPLT0
();
X86PLT.h
119
PLTEntryBase*
getPLT0
() const;
Completed in 113 milliseconds