Searched refs:SO (Results 1 – 25 of 639) sorted by relevance
12345678910>>...26
41 SO = so78 %.$(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) $@
49 SO= dylib54 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) $@
19 # If you readd this line, you must change the SO value83 SO= a88 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) $@
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= a126 %$(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) $@
35 SO= so62 %.$(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) $@
33 SO = so64 %.$(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) $@
32 SO = so63 %.$(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) $@
40 SO= so71 %.$(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) $@
72 SO= so88 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)
37 SO = so68 %.$(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) $@
42 SO = so73 %.$(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) $@
45 int16_t SO ; in Gsm_Preprocess() local53 SO = arith_shift_left (SASR_W (*s, 3), 2) ; in Gsm_Preprocess()56 assert (SO >= -0x4000) ; /* downscaled by */ in Gsm_Preprocess()57 assert (SO <= 0x3FFC) ; /* previous routine. */ in Gsm_Preprocess()70 s1 = SO - z1 ; /* s1 = gsm_sub (*so, z1) ; */ in Gsm_Preprocess()71 z1 = SO ; in Gsm_Preprocess()
223 const StackObject &SO = Objects[i]; in print() local226 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()