Searched defs:linker (Results 1 - 25 of 41) sorted by relevance

12

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h20 #include "linker/arm/relative_patcher_arm_base.h"
23 namespace linker { namespace in namespace:art
59 } // namespace linker
H A Drelative_patcher_arm_base.h23 #include "linker/relative_patcher.h"
28 namespace linker { namespace in namespace:art
179 } // namespace linker
H A Drelative_patcher_thumb2.cc17 #include "linker/arm/relative_patcher_thumb2.h"
24 namespace linker { namespace in namespace:art
154 } // namespace linker
/art/compiler/linker/mips64/
H A Drelative_patcher_mips64.h20 #include "linker/relative_patcher.h"
23 namespace linker { namespace in namespace:art
50 } // namespace linker
H A Drelative_patcher_mips64.cc17 #include "linker/mips64/relative_patcher_mips64.h"
22 namespace linker { namespace in namespace:art
116 } // namespace linker
H A Drelative_patcher_mips64_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips64/relative_patcher_mips64.h"
21 namespace linker { namespace in namespace:art
126 } // namespace linker
/art/compiler/linker/x86/
H A Drelative_patcher_x86.h20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
38 } // namespace linker
H A Drelative_patcher_x86_base.h20 #include "linker/relative_patcher.h"
23 namespace linker { namespace in namespace:art
49 } // namespace linker
H A Drelative_patcher_x86.cc17 #include "linker/x86/relative_patcher_x86.h"
22 namespace linker { namespace in namespace:art
65 } // namespace linker
H A Drelative_patcher_x86_base.cc17 #include "linker/x86/relative_patcher_x86_base.h"
20 namespace linker { namespace in namespace:art
50 } // namespace linker
H A Drelative_patcher_x86_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/x86/relative_patcher_x86.h"
21 namespace linker { namespace in namespace:art
174 } // namespace linker
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64.h20 #include "linker/x86/relative_patcher_x86_base.h"
23 namespace linker { namespace in namespace:art
38 } // namespace linker
H A Drelative_patcher_x86_64.cc17 #include "linker/x86_64/relative_patcher_x86_64.h"
22 namespace linker { namespace in namespace:art
43 } // namespace linker
H A Drelative_patcher_x86_64_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/x86_64/relative_patcher_x86_64.h"
21 namespace linker { namespace in namespace:art
177 } // namespace linker
/art/compiler/linker/mips/
H A Drelative_patcher_mips.h20 #include "linker/relative_patcher.h"
24 namespace linker { namespace in namespace:art
57 } // namespace linker
H A Drelative_patcher_mips.cc17 #include "linker/mips/relative_patcher_mips.h"
22 namespace linker { namespace in namespace:art
126 } // namespace linker
H A Drelative_patcher_mips32r6_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
99 } // namespace linker
H A Drelative_patcher_mips_test.cc17 #include "linker/relative_patcher_test.h"
18 #include "linker/mips/relative_patcher_mips.h"
21 namespace linker { namespace in namespace:art
109 } // namespace linker
/art/compiler/linker/
H A Dmulti_oat_relative_patcher.cc24 namespace linker { namespace in namespace:art
30 linker::RelativePatcher::Create(instruction_set, features, &method_offset_map_)),
71 } // namespace linker
H A Drelative_patcher.h34 namespace linker { namespace in namespace:art
136 } // namespace linker
H A Drelative_patcher.cc17 #include "linker/relative_patcher.h"
20 #include "linker/arm/relative_patcher_thumb2.h"
23 #include "linker/arm64/relative_patcher_arm64.h"
26 #include "linker/mips/relative_patcher_mips.h"
29 #include "linker/mips64/relative_patcher_mips64.h"
32 #include "linker/x86/relative_patcher_x86.h"
35 #include "linker/x86_64/relative_patcher_x86_64.h"
40 namespace linker { namespace in namespace:art
152 } // namespace linker
H A Dmulti_oat_relative_patcher.h31 namespace linker { namespace in namespace:art
129 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
130 class MethodOffsetMap : public linker::RelativePatcherTargetProvider {
150 } // namespace linker
H A Dmulti_oat_relative_patcher_test.cc23 namespace linker { namespace in namespace:art
304 } // namespace linker
H A Drelative_patcher_test.h30 #include "linker/relative_patcher.h"
37 namespace linker { namespace in namespace:art
254 // Wrap the map in a class implementing linker::RelativePatcherTargetProvider.
255 class MethodOffsetMap FINAL : public linker::RelativePatcherTargetProvider {
288 } // namespace linker
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h22 #include "linker/arm/relative_patcher_arm_base.h"
25 namespace linker { namespace in namespace:art
115 } // namespace linker

Completed in 86 milliseconds

12