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

1234

/external/valgrind/main/drd/
H A Ddrd_strmem_intercepts.c42 #define STRNLEN(soname, fnname) \
43 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
44 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
62 #define STRLEN(soname, fnname) \
63 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
64 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
/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/memcheck/
H A Dmc_replace_strmem.c160 #define STRRCHR(soname, fnname) \
161 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \
162 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \
193 #define STRCHR(soname, fnname) \
194 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \
195 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \
230 #define STRCAT(soname, fnname) \
231 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
233 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
265 #define STRNCAT(soname, fnnam
[all...]
/external/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.c197 /* Generate a replacement for 'fnname' in object 'soname', which calls
200 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \
202 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
203 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
215 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \
217 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
218 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
231 /* Generate a replacement for 'fnname' in object 'soname', which calls
235 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \
237 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnnam
[all...]
/external/v8/src/
H A Dversion.h63 bool candidate, const char* soname);
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c247 #define WRAP_MALLOC(soname, fnname) \
248 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (SizeT n); \
249 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (SizeT n) { \
260 #define WRAP_CALLOC(soname, fnname) \
261 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (SizeT n, SizeT c); \
262 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (SizeT n, SizeT c) { \
273 #define WRAP_REALLOC(soname, fnname) \
274 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (void *ptr, SizeT n); \
275 void* I_WRAP_SONAME_FNNAME_ZU(soname,fnname) (void *ptr, SizeT n) { \
286 #define WRAP_POSIX_MEMALIGN(soname, fnnam
[all...]
/external/icu4c/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-haiku25 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/clang/tools/libclang/
H A DMakefile26 # Add soname to the library.
28 LDFLAGS += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c680 /* mmap the object file to look for di->soname and di->text_bias
704 // Read di->soname from LC_ID_DYLIB if present,
730 UChar *soname = VG_(strrchr)(dylibname, '/'); local
731 if (!soname) soname = dylibname;
732 else soname++;
733 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
734 soname);
739 UChar *soname = VG_(strrchr)(dylinkername, '/'); local
740 if (!soname) sonam
[all...]
/external/libffi/
H A Dltcf-cxx.sh81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
194 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}-brtl \${wl}$exp_sym_flag:\$export_symbols"
200 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
214 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
258 archive_cmds='$CXX -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
263 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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
[all...]
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c2031 // soname is libQtCore.so.4 ; match against libQtCore.so*
2301 #define STRCHR(soname, fnname) \
2302 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \
2303 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \
2332 #define STRLEN(soname, fnname) \
2333 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
2334 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
2350 #define STRCPY(soname, fnname) \
2351 char* VG_REPLACE_FUNCTION_ZU(soname, fnname) ( char* dst, const char* src ); \
2352 char* VG_REPLACE_FUNCTION_ZU(soname, fnnam
[all...]
/external/libsepol/src/
H A DMakefile27 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -Wl,-soname,$(LIBSO),--version-script=libsepol.map,-z,defs
/external/e2fsprogs/lib/
H A DMakefile.elf-lib28 -Wl,-soname,$(ELF_SONAME) $(OBJS) $(ELF_OTHER_LIBS))
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp56 <auxwhat>Expected: global array "ga" of size 200 in object with soname "NONE"</auxwhat>

Completed in 632 milliseconds

1234