Home
last modified time | relevance | path

Searched refs:Define (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake31 /* Define to 1 if you have the `arc4random' function. */
34 /* Define to 1 if you have the `argz_append' function. */
37 /* Define to 1 if you have the `argz_create_sep' function. */
40 /* Define to 1 if you have the <argz.h> header file. */
43 /* Define to 1 if you have the `argz_insert' function. */
46 /* Define to 1 if you have the `argz_next' function. */
49 /* Define to 1 if you have the `argz_stringify' function. */
52 /* Define to 1 if you have the <assert.h> header file. */
55 /* Define to 1 if you have the `backtrace' function. */
58 /* Define to 1 if you have the `bcopy' function. */
[all …]
DConfig.h.in16 /* Define to 1 if you have the <cxxabi.h> header file. */
19 /* Define to 1 if you have the <dlfcn.h> header file. */
22 /* Define to 1 if you have the <fcntl.h> header file. */
25 /* Define to 1 if you have the <inttypes.h> header file. */
28 /* Define to 1 if you have the <memory.h> header file. */
31 /* Define if you have POSIX threads libraries and header files. */
34 /* Define to 1 if you have the <stdint.h> header file. */
37 /* Define to 1 if you have the <stdlib.h> header file. */
40 /* Define to 1 if you have the <strings.h> header file. */
43 /* Define to 1 if you have the <string.h> header file. */
[all …]
/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp51 new_sym->setDesc(ResolveInfo::Define); in TEST_F()
52 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
53 ASSERT_TRUE(mcld::ResolveInfo::Define == new_sym->desc()); in TEST_F()
54 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F()
70 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
81 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F()
96 new_sym->setDesc(ResolveInfo::Define); in TEST_F()
97 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
107 ASSERT_TRUE(mcld::ResolveInfo::Define == new_sym->desc()); in TEST_F()
108 ASSERT_TRUE(mcld::ResolveInfo::Define == old_sym->desc()); in TEST_F()
[all …]
DLinkerTest.cpp434 ResolveInfo::Define, in TEST_F()
441 ResolveInfo::Define, in TEST_F()
450 ResolveInfo::Define, in TEST_F()
459 ResolveInfo::Define, in TEST_F()
468 ResolveInfo::Define, in TEST_F()
477 ResolveInfo::Define, in TEST_F()
DNamePoolTest.cpp67 ResolveInfo::Desc desc = ResolveInfo::Define; in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DELFBinaryReader.cpp73 ResolveInfo::Define, in readBinary()
93 ResolveInfo::Define, in readBinary()
103 ResolveInfo::Define, in readBinary()
113 ResolveInfo::Define, in readBinary()
DELFReaderIf.cpp57 return ResolveInfo::Define; in getSymDesc()
61 return ResolveInfo::Define; in getSymDesc()
DSectionSymbolSet.cpp41 ResolveInfo::Define, in add()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp70 mcld::ResolveInfo::Define, in CreateLocalSymbolToFragmentEnd()
205 ResolveInfo::Define, in initTargetSymbols()
221 ResolveInfo::Define, in initTargetSymbols()
231 ResolveInfo::Define, in initTargetSymbols()
247 ResolveInfo::Define, in initTargetSymbols()
257 ResolveInfo::Define, in initTargetSymbols()
370 ResolveInfo::Define, in defineGOTSymbol()
380 ResolveInfo::Define, in defineGOTSymbol()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp329 ResolveInfo::Define, in defineGOTSymbol()
339 ResolveInfo::Define, in defineGOTSymbol()
483 ResolveInfo::Define, in initTargetSymbols()
493 ResolveInfo::Define, in initTargetSymbols()
503 ResolveInfo::Define, in initTargetSymbols()
513 ResolveInfo::Define, in initTargetSymbols()
790 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
848 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
DHexagonRelocator.cpp444 ResolveInfo::Define, in defineSymbolforCopyReloc()
462 ResolveInfo::Define, in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp129 ResolveInfo::Define, in initTargetSymbols()
141 ResolveInfo::Define, in initTargetSymbols()
152 ResolveInfo::Define, in initTargetSymbols()
162 ResolveInfo::Define, in initTargetSymbols()
625 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
652 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
699 ResolveInfo::Define, in defineGOTSymbol()
709 ResolveInfo::Define, in defineGOTSymbol()
724 ResolveInfo::Define, in defineGOTPLTSymbol()
734 ResolveInfo::Define, in defineGOTPLTSymbol()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp244 ResolveInfo::Define, in initStandardSymbols()
257 ResolveInfo::Define, in initStandardSymbols()
282 ResolveInfo::Define, in initStandardSymbols()
293 ResolveInfo::Define, in initStandardSymbols()
313 ResolveInfo::Define, in initStandardSymbols()
324 ResolveInfo::Define, in initStandardSymbols()
344 ResolveInfo::Define, in initStandardSymbols()
355 ResolveInfo::Define, in initStandardSymbols()
374 ResolveInfo::Define, in initStandardSymbols()
387 ResolveInfo::Define, in initStandardSymbols()
[all …]
/frameworks/compile/mclinker/lib/Fragment/
DStub.cpp48 ResolveInfo::Define, in applyFixup()
/frameworks/layoutlib/
DAndroid.bp18 // Define rules to build temp_layoutlib.jar, which contains a subset of
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp134 ResolveInfo::Define, in initTargetSymbols()
166 ResolveInfo::Define, in defineGOTSymbol()
176 ResolveInfo::Define, in defineGOTSymbol()
DAArch64CA53ErratumStub.cpp86 ResolveInfo::Define, in applyFixup()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp139 ResolveInfo::Define, in defineGOTSymbol()
149 ResolveInfo::Define, in defineGOTSymbol()
262 ResolveInfo::Define, in initTargetSymbols()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator
/frameworks/opt/setupwizard/tools/gradle/
Ddist-unit-tests.gradle55 // Define the main coverage task if it does not exist. This task generates coverage report for all
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h278 return ResolveInfo::Define; in getSymDesc()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td383 HelpText<"Define a symbol">;
449 HelpText<"Define common symbol">;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp552 ResolveInfo::Define, in addScriptSymbols()
567 ResolveInfo::Define, in addScriptSymbols()
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto65 // Define rcode=12~15(UNASSIGNED) in rcode enum type.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript341 // TODO Define these constants so the SET_HALF_WORD macro is unnecessary.

12