/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 31 /* 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 …]
|
D | Config.h.in | 16 /* 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/ |
D | StaticResolverTest.cpp | 51 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 …]
|
D | LinkerTest.cpp | 434 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()
|
D | NamePoolTest.cpp | 67 ResolveInfo::Desc desc = ResolveInfo::Define; in TEST_F()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 73 ResolveInfo::Define, in readBinary() 93 ResolveInfo::Define, in readBinary() 103 ResolveInfo::Define, in readBinary() 113 ResolveInfo::Define, in readBinary()
|
D | ELFReaderIf.cpp | 57 return ResolveInfo::Define; in getSymDesc() 61 return ResolveInfo::Define; in getSymDesc()
|
D | SectionSymbolSet.cpp | 41 ResolveInfo::Define, in add()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 70 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/ |
D | HexagonLDBackend.cpp | 329 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()
|
D | HexagonRelocator.cpp | 444 ResolveInfo::Define, in defineSymbolforCopyReloc() 462 ResolveInfo::Define, in defineSymbolforCopyReloc()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 129 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/ |
D | GNULDBackend.cpp | 244 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/ |
D | Stub.cpp | 48 ResolveInfo::Define, in applyFixup()
|
/frameworks/layoutlib/ |
D | Android.bp | 18 // Define rules to build temp_layoutlib.jar, which contains a subset of
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 134 ResolveInfo::Define, in initTargetSymbols() 166 ResolveInfo::Define, in defineGOTSymbol() 176 ResolveInfo::Define, in defineGOTSymbol()
|
D | AArch64CA53ErratumStub.cpp | 86 ResolveInfo::Define, in applyFixup()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86LDBackend.cpp | 139 ResolveInfo::Define, in defineGOTSymbol() 149 ResolveInfo::Define, in defineGOTSymbol() 262 ResolveInfo::Define, in initTargetSymbols()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 68 enum Desc { Undefined = 0, Define = 1, Common = 2, Indirect = 3, NoneDesc }; enumerator
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-unit-tests.gradle | 55 // Define the main coverage task if it does not exist. This task generates coverage report for all
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 278 return ResolveInfo::Define; in getSymDesc()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 383 HelpText<"Define a symbol">; 449 HelpText<"Define common symbol">;
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 552 ResolveInfo::Define, in addScriptSymbols() 567 ResolveInfo::Define, in addScriptSymbols()
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 65 // Define rcode=12~15(UNASSIGNED) in rcode enum type.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 341 // TODO Define these constants so the SET_HALF_WORD macro is unnecessary.
|