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
32
input->type() == Input::
DynObj
||
58
input->type() == Input::
DynObj
||
SearchDirs.cpp
79
assert(Input::
DynObj
== pType ||
88
case Input::
DynObj
:
112
case Input::
DynObj
: {
146
assert(Input::
DynObj
== pType ||
155
case Input::
DynObj
:
179
case Input::
DynObj
: {
CommandAction.cpp
59
path = m_SearchDirs.find(namespec(), Input::
DynObj
);
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
36
DynObj
,
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
100
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
175
(LinkerConfig::
DynObj
== m_Config.codeGenType()))
192
((LinkerConfig::
DynObj
== m_Config.codeGenType()) &&
205
if (LinkerConfig::
DynObj
== m_Config.codeGenType() &&
285
LinkerConfig::
DynObj
== m_Config.codeGenType())
299
(LinkerConfig::
DynObj
== m_Config.codeGenType()))
321
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
GNULDBackend.cpp
194
case LinkerConfig::
DynObj
: {
708
case LinkerConfig::
DynObj
:
727
case LinkerConfig::
DynObj
:
807
case LinkerConfig::
DynObj
: {
[
all
...]
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
57
config.setCodeGenType(LinkerConfig::
DynObj
);
98
config.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
156
config1.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
205
config2.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
253
config1.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
307
config2.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
352
config.setCodeGenType(LinkerConfig::
DynObj
); ///< --shared
/frameworks/compile/mclinker/lib/LD/
GroupReader.cpp
70
if (Input::
DynObj
== (*input)->type()) {
105
(*input)->setType(Input::
DynObj
);
DiagnosticInfos.cpp
138
case LinkerConfig::
DynObj
:
ELFDynObjReader.cpp
65
} else if (Input::
DynObj
!= m_pELFReader->fileType(ELF_hdr)) {
ELFReaderIf.cpp
103
if (Input::
DynObj
== pInput.type())
ELFReader.cpp
88
/// recording symbols added from
DynObj
to analyze weak alias
90
bool is_dyn_obj = (pInput.type()==Input::
DynObj
);
305
return Input::
DynObj
;
488
result->setSource(pInput.type() == Input::
DynObj
);
497
/// readDynamic - read ELF .dynamic in input
dynobj
500
assert(pInput.type() == Input::
DynObj
);
613
/// recording symbols added from
DynObj
to analyze weak alias
615
bool is_dyn_obj = (pInput.type()==Input::
DynObj
);
826
return Input::
DynObj
;
[
all
...]
ELFObjectWriter.cpp
124
bool is_dynobj = m_Config.codeGenType() == LinkerConfig::
DynObj
;
234
case LinkerConfig::
DynObj
:
272
LinkerConfig::
DynObj
!= pConfig.codeGenType());
509
if(LinkerConfig::
DynObj
== pConfig.codeGenType() ||
552
if(LinkerConfig::
DynObj
== pConfig.codeGenType() ||
/frameworks/compile/mclinker/include/mcld/MC/
Input.h
38
DynObj
,
/frameworks/compile/mclinker/tools/mcld/lib/
OutputFormatOptions.cpp
32
clEnumValN(mcld::LinkerConfig::
DynObj
, "dso",
254
m_FileType = mcld::LinkerConfig::
DynObj
;
278
case mcld::LinkerConfig::
DynObj
: {
296
mcld::LinkerConfig::
DynObj
== m_FileType ||
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
121
case Input::
DynObj
:
140
if (LinkerConfig::
DynObj
== m_pConfig->codeGenType() ||
270
case mcld::LinkerConfig::
DynObj
:
IRBuilder.cpp
166
path = m_Module.getScript().directories().find(pNameSpec, Input::
DynObj
);
455
case Input::
DynObj
: {
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
61
assert(LinkerConfig::
DynObj
== m_Config.codeGenType() ||
66
if (LinkerConfig::
DynObj
== m_Config.codeGenType()) {
129
if (LinkerConfig::
DynObj
== m_Config.codeGenType())
X86Relocator.cpp
404
if (LinkerConfig::
DynObj
==
480
if (LinkerConfig::
DynObj
== config().codeGenType()) {
529
if (LinkerConfig::
DynObj
== config().codeGenType()) {
644
if (LinkerConfig::
DynObj
==
658
LinkerConfig::
DynObj
!= config().codeGenType()) {
733
if (LinkerConfig::
DynObj
== config().codeGenType()) {
779
if (LinkerConfig::
DynObj
== config().codeGenType()) {
[
all
...]
X86LDBackend.cpp
497
if (LinkerConfig::
DynObj
== config().codeGenType() ||
697
if (LinkerConfig::
DynObj
== config().codeGenType() ||
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
204
if (LinkerConfig::
DynObj
== config().codeGenType() ||
213
if (LinkerConfig::
DynObj
== config().codeGenType() ||
261
if (LinkerConfig::
DynObj
== config().codeGenType())
/frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp
133
path = script.directories().find(token->name(), Input::
DynObj
);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
44
assert(LinkerConfig::
DynObj
== m_Config.codeGenType() ||
/art/compiler/
elf_writer_mclinker.cc
124
linker_config_->setCodeGenType(mcld::LinkerConfig::
DynObj
);
/frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp
255
pConfig.setCodeGenType(LinkerConfig::
DynObj
);
Completed in 847 milliseconds
1
2