Searched refs:soname (Results 1 - 25 of 129) sorted by relevance

123456

/external/valgrind/main/exp-sgcheck/
H A Dh_intercepts.c48 #define STRRCHR(soname, fnname) \
49 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ); \
50 char* VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* s, int c ) \
74 #define STRCHR(soname, fnname) \
75 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
76 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
102 #define STRNLEN(soname, fnname) \
103 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
104 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
118 #define STRLEN(soname, fnnam
[all...]
/external/valgrind/main/drd/tests/
H A Drun_openmp_test20 | while read soname arrow path offset; \
21 do if [ "${soname#libgomp.so}" != "${soname}" ]; then echo $path; fi; done)"
/external/valgrind/main/shared/
H A Dvg_replace_strmem.c173 #define STRRCHR(soname, fnname) \
174 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \
175 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \
213 #define STRCHR(soname, fnname) \
214 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \
215 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \
252 #define STRCAT(soname, fnname) \
253 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
255 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
287 #define STRNCAT(soname, fnnam
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-version.cc40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
67 const char* soname = "libv8.so.1"; local
68 SetVersion(major, minor, build, patch, candidate, soname);
72 CHECK_EQ(soname, soname_str.start());
39 SetVersion(int major, int minor, int build, int patch, bool candidate, const char* soname) argument
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c218 /* Generate a replacement for 'fnname' in object 'soname', which calls
221 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \
223 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
224 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
237 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \
239 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
240 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
255 /* Generate a replacement for 'fnname' in object 'soname', which calls
259 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \
261 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnnam
[all...]
/external/chromium_org/v8/src/
H A Dversion.h41 bool candidate, const char* soname);
/external/ltrace/
H A Dlibrary.c288 lib->soname = NULL;
330 const char *soname = NULL; local
335 if (strdup_if(&soname, lib->soname, lib->own_soname) < 0
338 free((char *)soname);
343 library_set_soname(retp, soname, lib->own_soname);
432 free((char *)lib->soname);
433 lib->soname = new_name;
492 if (name == lib->soname
493 || strcmp(lib->soname, (cha
[all...]
/external/chromium_org/third_party/icu/source/config/
H A Dmh-alpha-linux-cc37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-alpha-osf37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-bsd-gcc24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-haiku28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-qnx36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-alpha-linux-gcc28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-beos55 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-irix35 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-linux28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-linux-va32 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
/external/icu/icu4c/source/config/
H A Dmh-alpha-linux-cc37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-alpha-osf37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-bsd-gcc24 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-haiku28 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-qnx36 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
/external/clang/tools/libclang/
H A DMakefile35 # Add soname to the library.
37 LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c706 /* mmap the object file to look for di->soname and di->text_bias
744 // Read di->soname from LC_ID_DYLIB if present,
781 HChar* soname = VG_(strrchr)(dylibname, '/'); local
782 if (!soname) soname = dylibname;
783 else soname++;
784 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
785 soname);
795 HChar* soname = VG_(strrchr)(dylinkername, '/'); local
796 if (!soname) sonam
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m41001 _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}"
1007 _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}"
1008 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$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_dar_export_syms}${_lt_dsymutil}"
2159 # soname into executable. Probably we can add versioning support to
2358 # Give a soname corresponding to the major version so that dld.sl refuses to
4311 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4327 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname
[all...]

Completed in 317 milliseconds

123456