/external/valgrind/main/memcheck/tests/ |
static_malloc.vgtest | 2 vgopts: -q --leak-check=full --soname-synonyms=somalloc=NONE
|
wrap1.c | 15 /* The wrapper. Since this executable won't have a soname, we have to 16 use "NONE", since V treats any executable/.so which lacks a soname 17 as if its soname was "NONE". */
|
wrap7.c | 12 /* The wrapper. The function being wrapped is in a .so with soname
|
/external/valgrind/main/exp-sgcheck/ |
h_intercepts.c | 48 #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, fnname) [all...] |
/external/valgrind/main/none/tests/ |
require-text-symbol-2.stderr.exp-libcso6 | 2 valgrind: Fatal error at when loading library with soname
|
/external/libffi/ |
ltcf-gcj.sh | 98 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 116 $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' 118 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' 140 ltdll_obj='$output_objdir/$soname-ltdll.'"$objext " 141 ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/$soname-ltdll.c~ 142 test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~ [all...] |
ltcf-c.sh | 95 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' 113 $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def' 115 old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib' 137 ltdll_obj='$output_objdir/$soname-ltdll.'"$objext " 138 ltdll_cmds='test -f $output_objdir/$soname-ltdll.c || sed -e "/^# \/\* ltdll\.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $output_objdir/$soname-ltdll.c~ 139 test -f $output_objdir/$soname-ltdll.$objext || (cd $output_objdir && $CC -c $soname-ltdll.c)~ [all...] |
ltcf-cxx.sh | 81 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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib} [all...] |
/external/valgrind/main/exp-sgcheck/tests/ |
globalerr.stderr.exp-glibc28-amd64 | 5 Expected: global array "a" of size 14 in object with soname "NONE" 12 Expected: global array "b" of size 14 in object with soname "NONE"
|
preen_invars.stderr.exp-glibc28-amd64 | 6 Actual: global array "im_a_global_arr" of size 10 in object with soname "preen_invars_so"
|
/external/valgrind/main/drd/tests/ |
run_openmp_test | 20 | while read soname arrow path offset; \ 21 do if [ "${soname#libgomp.so}" != "${soname}" ]; then echo $path; fi; done)"
|
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 166 #define STRRCHR(soname, fnname) \ 167 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \ 168 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \ 202 #define STRCHR(soname, fnname) \ 203 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \ 204 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \ 239 #define STRCAT(soname, fnname) \ 240 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 242 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 274 #define STRNCAT(soname, fnname) [all...] |
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 200 /* Generate a replacement for 'fnname' in object 'soname', which calls 203 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ 205 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \ 206 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \ 218 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \ 220 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \ 221 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \ 234 /* Generate a replacement for 'fnname' in object 'soname', which calls 238 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ 240 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); [all...] |
/external/chromium_org/build/toolchain/nacl/ |
BUILD.gn | 30 command = "if [ ! -e \$lib -o ! -e \${lib}.TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs -Wl,--no-whole-archive \$libs && { readelf -d \${lib} | grep SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.TOC; else $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs -Wl,--no-whole-archive \$libs && { readelf -d \${lib} | grep SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.tmp && if ! cmp -s \${lib}.tmp \${lib}.TOC; then mv \${lib}.tmp \${lib}.TOC ; fi; fi"
|
/external/valgrind/main/drd/ |
drd_strmem_intercepts.c | 40 #define STRNLEN(soname, fnname) \ 41 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 42 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 60 #define STRLEN(soname, fnname) \ 61 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \ 62 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
|
/external/chromium_org/v8/src/ |
version.cc | 43 // Define SONAME to have the build system put a specific SONAME into the 44 // shared library instead the generic SONAME generated from the V8 version 46 #define SONAME "" 75 const char* Version::soname_ = SONAME; 98 // Calculate the SONAME for the V8 shared library. 101 // Generate generic SONAME if no specific SONAME is defined. 111 // Use specific SONAME.
|
/external/v8/src/ |
version.cc | 43 // Define SONAME to have the SCons build the put a specific SONAME into the 44 // shared library instead the generic SONAME generated from the V8 version 46 #define SONAME "" 75 const char* Version::soname_ = SONAME; 98 // Calculate the SONAME for the V8 shared library. 101 // Generate generic SONAME if no specific SONAME is defined. 111 // Use specific SONAME.
|
/external/chromium_org/v8/test/cctest/ |
test-version.cc | 40 bool candidate, const char* soname) { 46 Version::soname_ = soname; 59 // Test version without specific SONAME. 66 // Test version with specific SONAME. 67 const char* soname = "libv8.so.1"; local 68 SetVersion(major, minor, build, patch, candidate, soname); 72 CHECK_EQ(soname, soname_str.start());
|
/external/v8/test/cctest/ |
test-version.cc | 40 bool candidate, const char* soname) { 46 Version::soname_ = soname; 59 // Test version without specific SONAME. 66 // Test version with specific SONAME. 67 const char* soname = "libv8.so.1"; local 68 SetVersion(major, minor, build, patch, candidate, soname); 72 CHECK_EQ(soname, soname_str.start());
|
/external/icu4c/config/ |
pkgdata.inc | 11 LD_SONAME=-Wl,-soname -Wl,
|
/external/icu4c/test/testdata/ |
pkgdata.inc | 11 LD_SONAME=-Wl,-soname -Wl,
|
/external/valgrind/main/include/ |
pub_tool_redir.h | 93 zEncodedSoname should be a Z-encoded soname (see below for 119 machinery and redirection machinery first Z-decode the soname and 125 'fnname' in any object whose soname matches 'soname' to actually be 129 The soname must be a Z-encoded bit of text because sonames can 136 Note that the soname "NONE" is specially interpreted to match any 137 shared object which doesn't have a soname. 146 end of the soname by looking for the first trailing underscore. 197 /* Use an extra level of macroisation so as to ensure the soname/fnname 241 /* --- Soname of the standard C library. --- * [all...] |
/bionic/libc/bionic/ |
debug_stacktrace.cpp | 144 const char* soname = (mi != NULL) ? mi->name : info.dli_fname; local 145 if (soname == NULL) { 146 soname = "<unknown>"; 154 i, rel_pc, soname, best_name, frames[i] - (uintptr_t) offset); 159 i, rel_pc, soname);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
Makefile | 29 $(PPU_LD) -o libfb_writer_spu.so -shared -soname=libfb_writer_spu.so fb_writer_spu-embed.o 44 $(PPU_LD) -o libyuv2rgb_spu.so -shared -soname=libyuv2rgb_spu.so yuv2rgb_spu-embed.o 56 $(PPU_LD) -o libbilin_scaler_spu.so -shared -soname=libbilin_scaler_spu.so bilin_scaler_spu-embed.o
|
/external/chromium_org/build/toolchain/linux/ |
BUILD.gn | 16 solink_command = "if [ ! -e \$lib -o ! -e \${lib}.TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs -Wl,--no-whole-archive \$libs && { readelf -d \${lib} | grep SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.TOC; else $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs -Wl,--no-whole-archive \$libs && { readelf -d \${lib} | grep SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.tmp && if ! cmp -s \${lib}.tmp \${lib}.TOC; then mv \${lib}.tmp \${lib}.TOC ; fi; fi"
|