Searched refs:mcld (Results 151 - 175 of 487) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h12 #include "mcld/Script/ScriptCommand.h"
16 namespace mcld { namespace
41 } // namespace mcld
H A DOutputCmd.h12 #include "mcld/Script/ScriptCommand.h"
16 namespace mcld { namespace
42 } // namespace mcld
H A DSearchDirCmd.h12 #include "mcld/Script/ScriptCommand.h"
16 namespace mcld { namespace
41 } // namespace mcld
/frameworks/compile/mclinker/lib/Fragment/
H A DAlignFragment.cpp9 #include "mcld/Fragment/AlignFragment.h"
10 #include "mcld/LD/SectionData.h"
14 namespace mcld { namespace
42 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
35 } // namespace mcld
H A DARMGNUInfo.h11 #include "mcld/Target/GNUInfo.h"
15 namespace mcld { namespace
28 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
35 } // namespace mcld
H A DHexagonGNUInfo.h11 #include "mcld/Target/GNUInfo.h"
12 #include "mcld/TargetOptions.h"
16 namespace mcld { namespace
36 } // namespace mcld
H A DHexagonGOT.h12 #include "mcld/Target/GOT.h"
14 namespace mcld { namespace
41 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h11 #include "mcld/Target/GNUInfo.h"
14 namespace mcld { namespace
37 } // namespace mcld
H A DMipsGOTPLT.h12 #include "mcld/Support/MemoryRegion.h"
13 #include "mcld/Target/GOT.h"
16 namespace mcld { namespace
39 } // namespace mcld
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp11 #include "mcld/LD/ELFFileFormat.h"
13 namespace mcld { namespace
35 } // namespace mcld
/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp9 #include "mcld/Support/FileHandle.h"
10 #include "mcld/Support/Path.h"
15 using namespace mcld;
41 mcld::sys::fs::Path path(TOPDIR);
59 mcld::sys::fs::Path path(TOPDIR);
83 mcld::sys::fs::Path path(TOPDIR);
H A DStaticResolverTest.cpp10 #include "mcld/Support/TargetSelect.h"
11 #include "mcld/LD/StaticResolver.h"
12 #include "mcld/LD/ResolveInfo.h"
13 #include "mcld/LinkerConfig.h"
15 #include "mcld/Support/FileSystem.h"
17 using namespace mcld;
53 ASSERT_TRUE(mcld::ResolveInfo::Define == new_sym->desc());
54 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc());
55 ASSERT_TRUE(mcld::ResolveInfo::define_flag == new_sym->info());
56 ASSERT_TRUE(mcld
[all...]
H A DInputTreeTest.cpp14 #include "mcld/InputTree.h"
15 #include "mcld/MC/InputFactory.h"
16 #include "mcld/LinkerConfig.h"
17 #include "mcld/MC/InputBuilder.h"
18 #include "mcld/MC/FileAction.h"
19 #include "mcld/MC/CommandAction.h"
21 using namespace mcld;
22 using namespace mcld::test;
27 m_pConfig = new mcld::LinkerConfig("arm-none-linux-gnueabi");
28 m_pAlloc = new mcld
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h12 #include "mcld/MC/Input.h"
13 #include "mcld/Support/Path.h"
14 #include "mcld/Support/Compiler.h"
21 namespace mcld { namespace
50 mcld::Input::Type pPreferType);
53 mcld::Input::Type pPreferType) const;
79 } // namespace mcld
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp9 #include "mcld/LD/RelocationFactory.h"
11 #include "mcld/LinkerConfig.h"
12 #include "mcld/Support/MsgHandling.h"
13 #include "mcld/Target/TargetLDBackend.h"
20 namespace mcld { namespace
53 tmp_data = mcld::bswap32(tmp_data);
59 target_data = mcld::bswap64(target_data);
87 } // namespace mcld
H A DELFReader.cpp9 #include "mcld/LD/ELFReader.h"
11 #include "mcld/IRBuilder.h"
12 #include "mcld/Fragment/FillFragment.h"
13 #include "mcld/LD/EhFrame.h"
14 #include "mcld/LD/LDContext.h"
15 #include "mcld/LD/SectionData.h"
16 #include "mcld/Object/ObjectBuilder.h"
17 #include "mcld/Support/MemoryArea.h"
18 #include "mcld/Support/MsgHandling.h"
19 #include "mcld/Targe
31 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp9 #include "mcld/Script/Assignment.h"
11 #include "mcld/LinkerScript.h"
12 #include "mcld/Module.h"
13 #include "mcld/LD/LDSection.h"
14 #include "mcld/LD/SectionData.h"
15 #include "mcld/Script/Operand.h"
16 #include "mcld/Script/Operator.h"
17 #include "mcld/Script/RpnEvaluator.h"
18 #include "mcld/Script/RpnExpr.h"
19 #include "mcld/Suppor
25 namespace mcld { namespace
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
16 #include "mcld/Config/Config.h"
25 namespace mcld { namespace
151 } // namespace mcld
159 struct less<mcld::sys::fs::Path>
160 : public binary_function<mcld::sys::fs::Path, mcld::sys::fs::Path, bool> {
161 bool operator()(const mcld::sys::fs::Path& pX,
162 const mcld::sys::fs::Path& pY) const {
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h12 #include "mcld/Fragment/Fragment.h"
14 namespace mcld { namespace
66 } // namespace mcld
H A DFillFragment.h12 #include "mcld/Fragment/Fragment.h"
16 namespace mcld { namespace
51 } // namespace mcld
H A DRegionFragment.h12 #include "mcld/Fragment/Fragment.h"
16 namespace mcld { namespace
42 } // namespace mcld
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIslandFactory.h12 #include "mcld/LD/BranchIsland.h"
13 #include "mcld/Support/GCFactory.h"
17 namespace mcld { namespace
57 } // namespace mcld
H A DDebugString.h12 #include "mcld/LD/MergedStringTable.h"
16 namespace mcld { namespace
62 } // namespace mcld

Completed in 2652 milliseconds

1234567891011>>