/external/llvm/test/tools/llvm-readobj/ |
D | mips-got.test | 6 RUN: FileCheck %s -check-prefix GOT-SO 61 GOT-SO: Primary GOT { 62 GOT-SO-NEXT: Canonical gp value: 0x188D0 63 GOT-SO-NEXT: Reserved entries [ 64 GOT-SO-NEXT: Entry { 65 GOT-SO-NEXT: Address: 0x108E0 66 GOT-SO-NEXT: Access: -32752 67 GOT-SO-NEXT: Initial: 0x0 68 GOT-SO-NEXT: Purpose: Lazy resolver 69 GOT-SO-NEXT: } [all …]
|
D | dynamic.test | 116 RUN: | FileCheck %s -check-prefix ELF-AARCH64-SO 118 ELF-AARCH64-SO: Format: ELF64-aarch64-little 119 ELF-AARCH64-SO: Arch: aarch64 120 ELF-AARCH64-SO: AddressSize: 64bit 121 ELF-AARCH64-SO: LoadName: 122 ELF-AARCH64-SO: DynamicSection [ (26 entries) 123 ELF-AARCH64-SO: Tag Type Name/Value 124 ELF-AARCH64-SO: 0x0000000000000001 NEEDED SharedLibrary (libc.so.6) 125 ELF-AARCH64-SO: 0x000000000000000C INIT 0x660 126 ELF-AARCH64-SO: 0x000000000000000D FINI 0x83C [all …]
|
/external/libcxx/test/std/language.support/cmp/cmp.common/ |
D | common_comparison_category.pass.cpp | 42 using SO = std::strong_ordering; in main() typedef 48 test_cat<void, SO&>(); in main() 49 test_cat<void, SO const>(); in main() 50 test_cat<void, SO*>(); in main() 51 test_cat<void, SO, void, SO>(); in main() 59 test_cat<WE, SO, WE, SO>(); in main() 60 test_cat<WE, SE, SO, PO>(); in main() 61 test_cat<WE, WO, SO, SE>(); in main() 68 test_cat<SE, SO, SE, SO>(); in main() 75 test_cat<PO, SO, PO, SO>(); in main() [all …]
|
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.common/ |
D | common_comparison_category.pass.cpp | 41 using SO = std::strong_ordering; in main() typedef 47 test_cat<void, SO&>(); in main() 48 test_cat<void, SO const>(); in main() 49 test_cat<void, SO*>(); in main() 50 test_cat<void, SO, void, SO>(); in main() 58 test_cat<WE, SO, WE, SO>(); in main() 59 test_cat<WE, SE, SO, PO>(); in main() 60 test_cat<WE, WO, SO, SE>(); in main() 67 test_cat<SE, SO, SE, SO>(); in main() 74 test_cat<PO, SO, PO, SO>(); in main() [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | mips-tls-64.s | 21 # RUN: | FileCheck -check-prefix=DIS-SO %s 22 # RUN: llvm-readobj -r -A %t-out.so | FileCheck -check-prefix=SO %s 67 # DIS-SO: Contents of section .got: 68 # DIS-SO-NEXT: 30000 00000000 00000000 80000000 00000000 69 # DIS-SO-NEXT: 30010 00000000 00000000 00000000 00000004 70 # DIS-SO-NEXT: 30020 00000000 00000000 00000000 00000000 71 # DIS-SO-NEXT: 30030 00000000 00000000 00000000 00000000 72 # DIS-SO-NEXT: 30040 00000000 00000000 00000000 00000000 74 # SO: Relocations [ 75 # SO-NEXT: Section (7) .rel.dyn { [all …]
|
D | mips-tls.s | 21 # RUN: | FileCheck -check-prefix=DIS-SO %s 22 # RUN: llvm-readobj -r -A %t-out.so | FileCheck -check-prefix=SO %s 65 # DIS-SO: Contents of section .got: 66 # DIS-SO-NEXT: 30000 00000000 80000000 00000000 00000004 67 # DIS-SO-NEXT: 30010 00000000 00000000 00000000 00000000 68 # DIS-SO-NEXT: 30020 00000000 00000000 70 # SO: Relocations [ 71 # SO-NEXT: Section (7) .rel.dyn { 72 # SO-NEXT: 0x30018 R_MIPS_TLS_DTPMOD32 - 0x0 73 # SO-NEXT: 0x3000C R_MIPS_TLS_TPREL32 bar 0x0 [all …]
|
D | mips-got16-relocatable.s | 10 # RUN: | FileCheck -check-prefix=SO %s 24 # SO: SYMBOL TABLE 25 # SO: {{0*}}[[D1:[0-9a-f]{1,4}]] l .data {{0+}} data 26 # SO: {{0*}}[[D2:[0-9a-f]{1,4}]] l .data {{0+}} data 28 # SO: Disassembly of section .text: 29 # SO-EMPTY: 30 # SO-NEXT: <.text>: 31 # SO-NEXT: lw $25, -0x7fe8($gp) 32 # SO-NEXT: addiu $4, $25, 0x[[D1]] 33 # SO: lw $25, -0x7fe8($gp) [all …]
|
D | mips-tls-hilo.s | 11 # RUN: llvm-readobj -r -A %t.so | FileCheck -check-prefix=SO %s 29 # SO: Relocations [ 30 # SO-NEXT: ] 31 # SO: Primary GOT { 32 # SO: Local entries [ 33 # SO-NEXT: ] 34 # SO-NEXT: Global entries [ 35 # SO-NEXT: ] 36 # SO-NEXT: Number of TLS and multi-GOT entries: 0 37 # SO-NEXT: }
|
D | mips-elf-flags.s | 7 # RUN: llvm-readobj -h -A %t.so | FileCheck -check-prefix=SO %s 46 # SO: Flags [ 47 # SO-NEXT: EF_MIPS_ABI_O32 48 # SO-NEXT: EF_MIPS_ARCH_32 49 # SO-NEXT: EF_MIPS_CPIC 50 # SO-NEXT: EF_MIPS_PIC 51 # SO-NEXT: ] 52 # SO: MIPS ABI Flags { 53 # SO-NEXT: Version: 0 54 # SO-NEXT: ISA: MIPS32 [all …]
|
D | mips-jalr.s | 9 # RUN: llvm-objdump -d --no-show-raw-insn %t.so | FileCheck --check-prefix=SO %s 18 # SO: jalr $25 19 # SO: bal -24 <foo> 20 # SO: jalr $25 22 # SO: jr $25 23 # SO: b -64 <foo> 24 # SO: jr $25
|
/external/libgsm/src/ |
D | preprocess.c | 50 word SO; variable 61 SO = SASR( *s, 3 ) << 2; 64 assert (SO >= -0x4000); /* downscaled by */ 65 assert (SO <= 0x3FFC); /* previous routine. */ 78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */ 79 z1 = SO;
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 41 SO = so 78 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 79 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION_MAJOR) $@ 80 #%.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 82 #%.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 83 # $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-darwin | 49 SO= dylib 54 FINAL_SO_TARGET= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION).$(SO) 55 MIDDLE_SO_TARGET= $(basename $(SO_TARGET)).$(SO_TARGET_VERSION_MAJOR).$(SO) 70 %.$(SO_TARGET_VERSION_MAJOR).$(SO): %.$(SO_TARGET_VERSION).$(SO) 72 %.$(SO): %.$(SO_TARGET_VERSION_MAJOR).$(SO) 73 $(RM) $@ && ln -s ${*F}.$(SO_TARGET_VERSION).$(SO) $@
|
D | mh-mpras | 35 SO= so 62 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 64 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 65 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-aix-va | 19 # If you readd this line, you must change the SO value 83 SO= a 88 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO) 89 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) 90 SHARED_OBJECT = $(notdir $(FINAL_SO_TARGET:.$(SO)=.$(SOBJ))) 155 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) 156 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ 157 %.$(SO): %$(SO_TARGET_VERSION).$(SO) 158 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
|
D | mh-aix-gcc | 55 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO) 56 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) 57 SHARED_OBJECT = $(notdir $(FINAL_SO_TARGET:.$(SO)=.$(SOBJ))) 77 SO= a 126 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) 127 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ 128 %.$(SO): %$(SO_TARGET_VERSION).$(SO) 129 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
|
D | mh-haiku | 33 SO = so 64 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 66 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 67 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-solaris-gcc | 40 SO= so 71 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 73 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 74 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-bsd-gcc | 32 SO = so 63 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 65 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 66 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-alpha-linux-gcc | 37 SO = so 68 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 70 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 71 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
D | mh-linux | 38 SO = so 69 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 71 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 72 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-connectable_observable.hpp | 52 template<class SO> 53 void construct(SO&& source, rxs::tag_source&&) { in construct() 54 auto so = std::make_shared<rxu::decay_t<SO>>(std::forward<SO>(source)); in construct() 131 template<class SO> 132 connectable_observable(const connectable_observable<T, SO>& o) in connectable_observable() 136 template<class SO> 137 connectable_observable(connectable_observable<T, SO>&& o) in connectable_observable()
|
D | rx-grouped_observable.hpp | 60 template<class SO> 61 void construct(SO&& source, const rxs::tag_source&) { in construct() 62 auto so = std::make_shared<rxu::decay_t<SO>>(std::forward<SO>(source)); in construct() 148 template<class SO> 149 grouped_observable(const grouped_observable<K, T, SO>& o) in grouped_observable() 153 template<class SO> 154 grouped_observable(grouped_observable<K, T, SO>&& o) in grouped_observable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 223 const StackObject &SO = Objects[i]; in print() local 226 if (SO.StackID != 0) in print() 227 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print() 229 if (SO.Size == ~0ULL) { in print() 233 if (SO.Size == 0) in print() 236 OS << "size=" << SO.Size; in print() 237 OS << ", align=" << SO.Alignment.value(); in print() 241 if (i < NumFixedObjects || SO.SPOffset != -1) { in print() 242 int64_t Off = SO.SPOffset - ValOffset; in print()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 221 const StackObject &SO = Objects[i]; in print() local 224 if (SO.StackID != 0) in print() 225 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print() 227 if (SO.Size == ~0ULL) { in print() 231 if (SO.Size == 0) in print() 234 OS << "size=" << SO.Size; in print() 235 OS << ", align=" << SO.Alignment.value(); in print() 239 if (i < NumFixedObjects || SO.SPOffset != -1) { in print() 240 int64_t Off = SO.SPOffset - ValOffset; in print()
|