/external/protobuf/m4/ |
libtool.m4 | 995 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 997 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" 1001 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil} [all...] |
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
libtool.m4 | 1001 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" 1003 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" [all...] |
/external/bzip2/ |
Makefile-libbz2_so | 3 # libbz2.so.1.0.6, with soname libbz2.so.1.0, 38 $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.6 $(OBJS)
|
/external/chromium_org/third_party/icu/source/config/ |
mh-qnx | 36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) 70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
mh-bsd-gcc | 24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-haiku | 25 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
/external/clang/tools/libclang/ |
Makefile | 31 # Add soname to the library. 33 LDFLAGS += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
|
/external/icu4c/config/ |
mh-qnx | 36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) 70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
mh-bsd-gcc | 24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-haiku | 28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
/hardware/ti/omap4xxx/domx/ |
Makefile | 44 # shared library soname (SH_LIB): filename.so.maj_ver.min_ver 54 # For shared object library, soname is filename.so.maj_ver
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/ |
Makefile | 44 # shared library soname (SH_LIB): filename.so.maj_ver.min_ver 54 # For shared object library, soname is filename.so.maj_ver
|
/external/valgrind/main/exp-sgcheck/tests/ |
Makefile.am | 66 -Wl,-soname -Wl,preen_invars_so.so
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 85 --soname-synonyms=syn1=pattern1,syn2=pattern2,... synonym soname 88 in the main exe: --soname-synonyms=somalloc=NONE 89 in libxyzzy.so: --soname-synonyms=somalloc=libxyzzy.so
|
cmdline2.stdout.exp | 85 --soname-synonyms=syn1=pattern1,syn2=pattern2,... synonym soname 88 in the main exe: --soname-synonyms=somalloc=NONE 89 in libxyzzy.so: --soname-synonyms=somalloc=libxyzzy.so
|
/external/chromium/sdch/open-vcdiff/ |
aclocal.m4 | [all...] |
/external/chromium/third_party/libevent/ |
aclocal.m4 | [all...] |
/external/chromium_org/third_party/libevent/ |
aclocal.m4 | [all...] |
/external/libffi/ |
aclocal.m4 | [all...] |
/external/v8/ |
SConstruct | 322 'soname:on': { 323 'LINKFLAGS': ['-Wl,-soname,${SONAME}'] 1064 'soname': { 1067 'help': 'turn on setting soname for Linux shared library' 1236 SONAME_PATTERN = re.compile(r"#define\s+SONAME\s+\"(.*)\"") [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
demangle.c | 54 the soname part is discarded (humans don't want to see that). 99 to Z-demangle it (with NULL for the soname buffer, since we're not 102 if (VG_(maybe_Z_demangle)( orig, NULL,0,/*soname*/ 138 Demangle 'sym' into its soname and fnname parts, putting them in 224 /* Now check the soname prefix isn't "VG_Z_", as described in 237 /* Now scan the Z-encoded soname. */ 293 /* else use a Z-decoding loop like with soname */
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 683 /* mmap the object file to look for di->soname and di->text_bias 720 // Read di->soname from LC_ID_DYLIB if present, 746 UChar *soname = VG_(strrchr)(dylibname, '/'); local 747 if (!soname) soname = dylibname; 748 else soname++; 749 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname", 750 soname); 755 UChar *soname = VG_(strrchr)(dylinkername, '/'); local 756 if (!soname) soname = dylinkername [all...] |
/frameworks/compile/mclinker/lib/CodeGen/ |
MCLDTargetMachine.cpp | 365 // set up output's SOName 366 if (pConfig.options().soname().empty()) { 367 // if the output is a shared object, and the option -soname was not 368 // enable, set soname as the output file name. soname must be UTF-8 string. 372 pModule.setName(pConfig.options().soname());
|
/external/libsepol/src/ |
Makefile | 27 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 72 # Add soname to the library. 73 LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
|