OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DynObj
(Results
1 - 25
of
31
) sorted by null
1
2
/frameworks/compile/mclinker/lib/MC/
FileAction.cpp
30
input->type() == Input::
DynObj
|| input->type() == Input::Archive)
53
input->type() == Input::
DynObj
|| input->type() == Input::Archive)
SearchDirs.cpp
72
assert(Input::
DynObj
== pType || Input::Archive == pType ||
80
case Input::
DynObj
:
104
case Input::
DynObj
: {
137
assert(Input::
DynObj
== pType || Input::Archive == pType ||
145
case Input::
DynObj
:
169
case Input::
DynObj
: {
CommandAction.cpp
62
path = m_SearchDirs.find(namespec(), Input::
DynObj
);
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
31
enum CodeGenType { Unknown, Object,
DynObj
, Exec, External, Binary };
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
92
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
166
(LinkerConfig::
DynObj
== m_Config.codeGenType()))
180
((LinkerConfig::
DynObj
== m_Config.codeGenType()) &&
194
if (LinkerConfig::
DynObj
== m_Config.codeGenType() &&
264
LinkerConfig::
DynObj
== m_Config.codeGenType())
278
(LinkerConfig::
DynObj
== m_Config.codeGenType()))
300
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
GNULDBackend.cpp
183
case LinkerConfig::
DynObj
: {
664
case LinkerConfig::
DynObj
:
682
case LinkerConfig::
DynObj
:
760
case LinkerConfig::
DynObj
: {
[
all
...]
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
51
config.setCodeGenType(LinkerConfig::
DynObj
);
91
config.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
149
config1.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
199
config2.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
247
config1.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
302
config2.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
347
config.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
/frameworks/compile/mclinker/lib/LD/
GroupReader.cpp
68
if (Input::
DynObj
== (*input)->type()) {
100
(*input)->setType(Input::
DynObj
);
DiagnosticInfos.cpp
141
case LinkerConfig::
DynObj
:
ELFDynObjReader.cpp
62
} else if (Input::
DynObj
!= m_pELFReader->fileType(ELF_hdr)) {
ELFReaderIf.cpp
98
if (pInput.type() == Input::
DynObj
)
ELFReader.cpp
84
/// recording symbols added from
DynObj
to analyze weak alias
86
bool is_dyn_obj = (pInput.type() == Input::
DynObj
);
293
return Input::
DynObj
;
466
result->setSource(pInput.type() == Input::
DynObj
);
475
/// readDynamic - read ELF .dynamic in input
dynobj
477
assert(pInput.type() == Input::
DynObj
);
584
/// recording symbols added from
DynObj
to analyze weak alias
586
bool is_dyn_obj = (pInput.type() == Input::
DynObj
);
787
return Input::
DynObj
;
[
all
...]
ELFObjectWriter.cpp
121
bool is_dynobj = m_Config.codeGenType() == LinkerConfig::
DynObj
;
230
case LinkerConfig::
DynObj
:
268
LinkerConfig::
DynObj
!= pConfig.codeGenType());
499
if (LinkerConfig::
DynObj
== pConfig.codeGenType() ||
541
if (LinkerConfig::
DynObj
== pConfig.codeGenType() ||
GarbageCollection.cpp
204
if (LinkerConfig::
DynObj
== m_Config.codeGenType() ||
/frameworks/compile/mclinker/include/mcld/MC/
Input.h
38
DynObj
,
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
122
case Input::
DynObj
:
140
if (LinkerConfig::
DynObj
== m_pConfig->codeGenType() ||
265
case mcld::LinkerConfig::
DynObj
:
IRBuilder.cpp
169
path = m_Module.getScript().directories().find(pNameSpec, Input::
DynObj
);
442
case Input::
DynObj
: {
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
53
assert(LinkerConfig::
DynObj
== m_Config.codeGenType() ||
58
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
115
if (LinkerConfig::
DynObj
== m_Config.codeGenType())
X86Relocator.cpp
442
if (LinkerConfig::
DynObj
== config().codeGenType()) {
492
if (LinkerConfig::
DynObj
== config().codeGenType()) {
620
LinkerConfig::
DynObj
!= config().codeGenType()) {
696
if (LinkerConfig::
DynObj
== config().codeGenType()) {
744
if (LinkerConfig::
DynObj
== config().codeGenType()) {
[
all
...]
X86LDBackend.cpp
457
if (LinkerConfig::
DynObj
== config().codeGenType() || m_pGOTPLT->hasGOT1() ||
642
if (LinkerConfig::
DynObj
== config().codeGenType() || m_pGOTPLT->hasGOT1() ||
/frameworks/compile/mclinker/lib/Script/
InputCmd.cpp
145
path = script.directories().find(token->name(), Input::
DynObj
);
191
(*input)->setType(Input::
DynObj
);
GroupCmd.cpp
134
path = script.directories().find(token->name(), Input::
DynObj
);
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
194
if (LinkerConfig::
DynObj
== config().codeGenType() || m_pGOT->hasGOT1() ||
201
if (LinkerConfig::
DynObj
== config().codeGenType() ||
249
if (LinkerConfig::
DynObj
== config().codeGenType())
AArch64Relocator.cpp
274
LinkerConfig::
DynObj
!= config().codeGenType()) {
417
return (config().codeGenType() == LinkerConfig::
DynObj
);
421
return ((config().codeGenType() == LinkerConfig::
DynObj
) &&
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
39
assert(LinkerConfig::
DynObj
== pConfig.codeGenType() ||
Completed in 229 milliseconds
1
2