Home
last modified time | relevance | path

Searched refs:SO (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/external/llvm/test/tools/llvm-readobj/
Dmips-got.test6 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 …]
Ddynamic.test116 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/
Dcommon_comparison_category.pass.cpp42 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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmips-got.test6 RUN: FileCheck %s -check-prefix GOT-SO
22 RUN: FileCheck %s -check-prefix GNU-GOT-SO
82 GOT-SO: Primary GOT {
83 GOT-SO-NEXT: Canonical gp value: 0x188D0
84 GOT-SO-NEXT: Reserved entries [
85 GOT-SO-NEXT: Entry {
86 GOT-SO-NEXT: Address: 0x108E0
87 GOT-SO-NEXT: Access: -32752
88 GOT-SO-NEXT: Initial: 0x0
89 GOT-SO-NEXT: Purpose: Lazy resolver
[all …]
Ddynamic.test116 RUN: | FileCheck %s -check-prefix ELF-X86-SO
118 ELF-X86-SO: Format: ELF64-x86-64
119 ELF-X86-SO: Arch: x86_64
120 ELF-X86-SO: AddressSize: 64bit
121 ELF-X86-SO: LoadName:
122 ELF-X86-SO: DynamicSection [ ({{[0-9]+}} entries)
123 ELF-X86-SO: Tag Type Name/Value
124 ELF-X86-SO: 0x0000000000000001 NEEDED Shared library: [libc.so.6]
125 ELF-X86-SO: 0x0000000000000001 NEEDED Shared library: [ld-linux-x86-64.so.2]
126 ELF-X86-SO: 0x000000007FFFFFFF FILTER Filter library: [filter.so]
[all …]
/external/icu/icu4c/source/config/
Dmh-qnx41 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) $@
Dmh-darwin49 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) $@
Dmh-aix-va19 # 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) $@
Dmh-aix-gcc55 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) $@
Dmh-mpras35 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) $@
Dmh-haiku33 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) $@
Dmh-solaris-gcc40 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) $@
Dmh-bsd-gcc32 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) $@
Dmh-os40072 SO= so
88 LIBICUDT = $(LIBDIR)/$(LIBICU)$(DATA_STUBNAME)$(ICULIBSUFFIX).$(SO)
89 LIBICUUC = $(LIBDIR)/$(LIBICU)$(COMMON_STUBNAME)$(ICULIBSUFFIX).$(SO)
90 LIBICUI18N = $(LIBDIR)/$(LIBICU)$(I18N_STUBNAME)$(ICULIBSUFFIX).$(SO)
91 LIBICULE = $(LIBDIR)/$(LIBICU)$(LAYOUT_STUBNAME)$(ICULIBSUFFIX).$(SO)
92 LIBICULX = $(LIBDIR)/$(LIBICU)$(LAYOUTEX_STUBNAME)$(ICULIBSUFFIX).$(SO)
93 LIBCTESTFW = $(top_builddir)/tools/ctestfw/$(LIBICU)$(CTESTFW_STUBNAME)$(ICULIBSUFFIX).$(SO)
94 LIBICUTOOLUTIL = $(LIBDIR)/$(LIBICU)$(TOOLUTIL_STUBNAME)$(ICULIBSUFFIX).$(SO)
95 LIBICUIO= $(LIBDIR)/$(LIBICU)$(IO_STUBNAME)$(ICULIBSUFFIX).$(SO)
Dmh-cygwin6456 SO = dll
89 #FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
90 FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
94 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#…
101 #%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
103 %.$(SO): %$(SO_TARGET_VERSION_MAJOR).$(SO)
125 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
Dmh-cygwin56 SO = dll
89 #FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
90 FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
94 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#…
101 #%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
103 %.$(SO): %$(SO_TARGET_VERSION_MAJOR).$(SO)
125 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
Dmh-alpha-linux-gcc37 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) $@
Dmh-irix40 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) $@
Dmh-linux-va42 SO = so
73 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
75 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
76 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
Dmh-alpha-linux-cc42 SO = so
73 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
75 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
76 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
Dmh-alpha-osf42 SO = so
73 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION)
75 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR)
76 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
/external/libgsm/src/
Dpreprocess.c50 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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-connectable_observable.hpp52 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()
Drx-grouped_observable.hpp60 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-7.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp217 const StackObject &SO = Objects[i]; in print() local
220 if (SO.StackID != 0) in print()
221 OS << "id=" << static_cast<unsigned>(SO.StackID) << ' '; in print()
223 if (SO.Size == ~0ULL) { in print()
227 if (SO.Size == 0) in print()
230 OS << "size=" << SO.Size; in print()
231 OS << ", align=" << SO.Alignment; in print()
235 if (i < NumFixedObjects || SO.SPOffset != -1) { in print()
236 int64_t Off = SO.SPOffset - ValOffset; in print()

12345678910>>...25