/system/bt/build/toolchain/gcc/ |
BUILD.gn | 54 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so". 55 rspfile = soname + ".rsp" 58 "$cxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile" 61 description = "SOLINK $soname" 69 soname, 71 link_output = soname 72 depend_output = soname
|
/system/bt/build/toolchain/clang/ |
BUILD.gn | 73 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so". 74 rspfile = soname + ".rsp" 77 "$clangxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile" 80 description = "SOLINK $soname" 88 soname, 90 link_output = soname 91 depend_output = soname
|
/external/valgrind/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/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 ) \ 76 #define STRCHR(soname, fnname) \ 77 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ); \ 78 char* VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* s, int c ) \ 106 #define STRNLEN(soname, fnname) \ 107 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 108 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 122 #define STRLEN(soname, fnname) [all...] |
/external/valgrind/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 225 /* Generate a replacement for 'fnname' in object 'soname', which calls 228 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ 230 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \ 231 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \ 244 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \ 246 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \ 247 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \ 262 /* Generate a replacement for 'fnname' in object 'soname', which calls 266 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ 268 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); [all...] |
/external/valgrind/shared/ |
vg_replace_strmem.c | 182 #define STRRCHR(soname, fnname) \ 183 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ); \ 184 char* VG_REPLACE_FUNCTION_EZU(20010,soname,fnname)( const char* s, int c ) \ 230 #define STRCHR(soname, fnname) \ 231 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ); \ 232 char* VG_REPLACE_FUNCTION_EZU(20020,soname,fnname) ( const char* s, int c ) \ 283 #define STRCAT(soname, fnname) \ 284 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 286 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \ 322 #define STRNCAT(soname, fnname) [all...] |
/bionic/tests/libs/ |
Android.build.versioned_lib.mk | 71 -Wl,-soname,libtest_versioned_lib.so 84 -Wl,-soname,libtest_versioned_lib.so 109 libtest_versioned_otherlib_empty_ldflags := -Wl,-soname,libtest_versioned_otherlib.so
|
/external/v8/src/ |
version.h | 30 // Calculate the SONAME for the V8 shared library. 47 bool candidate, const char* soname);
|
/external/python/cpython2/Modules/ |
ar_beos | 61 ld -shared -soname $(basename $1) -o $1 $library/*
|
/external/python/cpython3/Modules/ |
ar_beos | 61 ld -shared -soname $(basename $1) -o $1 $library/*
|
/frameworks/rs/tests/lldb/tests/harness/ |
assert_mixins.py | 63 self, soname, func_name, x, y=None, z=None, stopped=True 69 soname: The name of the renderscript script module e.g. 'allocs' 86 soname, func_name)
|
/bionic/libc/malloc_debug/ |
backtrace.cpp | 153 const char* soname = (entry != nullptr) ? entry->name.c_str() : info.dli_fname; local 154 if (soname == nullptr) { 155 soname = "<unknown>"; 169 frame_num, rel_pc, soname, offset_buf, demangle(symbol).c_str(), 173 frame_num, rel_pc, soname, offset_buf);
|
/bionic/linker/ |
linker_namespaces.h | 56 bool is_accessible(const char* soname) const { 57 if (soname == nullptr) { 60 return allow_all_shared_libs_ || shared_lib_sonames_.find(soname) != shared_lib_sonames_.end();
|
/system/core/libunwindstack/tools/ |
unwind_symbols.cpp | 74 std::string soname; local 75 if (elf.GetSoname(&soname)) { 76 printf("Soname: %s\n\n", soname.c_str());
|
unwind_info.cpp | 122 std::string soname; local 123 if (elf.GetSoname(&soname)) { 124 printf("Soname: %s\n", soname.c_str());
|
/external/rmi4utils/rmidevice/ |
Makefile | 10 LDFLAGS = -shared -Wl,-soname,$(LIBNAME)
|
/external/rootdev/ |
Makefile | 20 -Wl,-soname,librootdev.so.1 $< -o $@
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_LinkerNamespacesTest.cpp | 187 std::string soname(ScopedUtfChars(env, java_soname.get()).c_str()); 190 if (soname.rfind('/') != std::string::npos) { 191 *error_msg += "\n---Illegal value, no directories allowed: " + soname; 197 size_t space_pos = soname.rfind(' '); 199 std::string type = soname.substr(space_pos + 1); 201 *error_msg += "\n---Illegal value at end of line (only 32 or 64 allowed): " + soname; 216 soname.resize(space_pos); 219 libraries->insert(soname);
|
/system/core/libunwindstack/include/unwindstack/ |
ElfInterface.h | 115 bool GetSonameWithTemplate(std::string* soname); 174 bool GetSoname(std::string* soname) override { 175 return ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(soname); 203 bool GetSoname(std::string* soname) override { 204 return ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(soname);
|
/external/icu/icu4c/source/config/ |
mh-alpha-linux-cc | 39 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-alpha-osf | 39 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-bsd-gcc | 26 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-haiku | 30 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
|
mh-qnx | 38 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) 72 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
/external/dhcpcd-6.8.2/dev/ |
Makefile | 23 ${CC} ${LDFLAGS} -shared -Wl,-x -o $@ -Wl,-soname,$@ \
|