OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasGOT1
(Results
1 - 17
of
17
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h
32
//
hasGOT1
- return if this section has any GOT1 entry
33
bool
hasGOT1
() const;
49
//
hasGOT1
- return if this section has any GOT1 entry
50
bool
hasGOT1
() const;
X86GOTPLT.cpp
32
bool X86_32GOTPLT::
hasGOT1
() const {
65
bool X86_64GOTPLT::
hasGOT1
() const {
X86LDBackend.cpp
457
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->
hasGOT1
() ||
642
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->
hasGOT1
() ||
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h
32
//
hasGOT1
- return if this section has any GOT1 entry
33
bool
hasGOT1
() const;
HexagonGOTPLT.cpp
35
bool HexagonGOTPLT::
hasGOT1
() const {
HexagonLDBackend.cpp
293
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->
hasGOT1
() ||
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h
27
//
hasGOT1
- return if this section has any GOT1 entry
28
bool
hasGOT1
() const;
MipsGOTPLT.cpp
46
bool MipsGOTPLT::
hasGOT1
() const {
MipsGOT.h
82
///
hasGOT1
- return if this got section has any GOT1 entry
83
bool
hasGOT1
() const;
MipsLDBackend.cpp
191
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->
hasGOT1
() ||
199
if (m_pGOTPLT->
hasGOT1
()) {
691
if (!m_pGOT->
hasGOT1
())
[
all
...]
MipsGOT.cpp
110
bool MipsGOT::
hasGOT1
() const {
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h
76
bool
hasGOT1
() const;
AArch64GOT.cpp
38
bool AArch64GOT::
hasGOT1
() const {
AArch64LDBackend.cpp
194
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->
hasGOT1
() ||
202
m_pGOTPLT->
hasGOT1
() || m_pGOTSymbol != NULL) {
206
if (m_pGOT->
hasGOT1
())
/frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h
64
bool
hasGOT1
() const;
ARMGOT.cpp
35
bool ARMGOT::
hasGOT1
() const {
ARMLDBackend.cpp
294
if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->
hasGOT1
() ||
[
all
...]
Completed in 230 milliseconds