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

12345

/external/valgrind/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/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 ) \
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, fnnam
[all...]
/external/valgrind/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c225 /* 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,fnnam
[all...]
/external/v8/test/cctest/
H A Dtest-version.cc40 bool candidate, const char* soname) {
46 Version::soname_ = soname;
68 const char* soname = "libv8.so.1"; local
69 SetVersion(major, minor, build, patch, candidate, soname);
73 CHECK_EQ(0, strcmp(soname, soname_str.start()));
39 SetVersion(int major, int minor, int build, int patch, bool candidate, const char* soname) argument
/external/valgrind/shared/
H A Dvg_replace_strmem.c182 #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 ) \
279 #define STRCAT(soname, fnname) \
280 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
282 char* VG_REPLACE_FUNCTION_EZU(20030,soname,fnname) \
318 #define STRNCAT(soname, fnnam
[all...]
/external/v8/src/
H A Dversion.h47 bool candidate, const char* soname);
/external/rmi4utils/rmidevice/
H A DMakefile10 LDFLAGS = -shared -Wl,-soname,$(LIBNAME)
/external/rootdev/
H A DMakefile20 -Wl,-soname,librootdev.so.1 $< -o $@
/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...]
H A Dltrace-elf.c707 lte->soname = lte->dynstr + soname_offset;
995 name, lib->soname, strerror(errno));
1002 name, lib->soname, strerror(errno));
1033 "for tracing.\n", name, lib->soname);
1120 debug(DEBUG_FUNCTION, "-l matches %s", lib->soname);
1199 /* Note that we set soname and pathname as soon as they are
1211 if (lte.soname != NULL) {
1212 char *soname = strdup(lte.soname); local
1213 if (soname
1217 const char *soname = rindex(lib->pathname, '/'); local
[all...]
/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))
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/dhcpcd-6.8.2/dev/
H A DMakefile23 ${CC} ${LDFLAGS} -shared -Wl,-x -o $@ -Wl,-soname,$@ \
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c712 /* mmap the object file to look for di->soname and di->text_bias
750 // Read di->soname from LC_ID_DYLIB if present,
787 HChar* soname = VG_(strrchr)(dylibname, '/'); local
788 if (!soname) soname = dylibname;
789 else soname++;
790 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
791 soname);
801 HChar* soname = VG_(strrchr)(dylinkername, '/'); local
802 if (!soname) sonam
[all...]
/external/clang/tools/libclang/
H A DMakefile37 # Add soname to the library.
39 LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.cc145 const void* elf_base, char* soname, size_t soname_size) {
179 my_strlcpy(soname, str, maxsize < soname_size ? maxsize : soname_size);
190 // |soname| and return true. The size of the buffer is |soname_size|.
193 const MappingInfo& mapping, char* soname, size_t soname_size) {
216 return ElfFileSoNameFromMappedFile(mapped_file.data(), soname, soname_size);
144 ElfFileSoNameFromMappedFile( const void* elf_base, char* soname, size_t soname_size) argument
192 ElfFileSoName( const MappingInfo& mapping, char* soname, size_t soname_size) argument
/external/zopfli/
H A DMakefile28 $(CC) $(ZOPFLILIB_OBJ) $(CFLAGS) -shared -Wl,-soname,libzopfli.so.1 -o libzopfli.so.1.0.1

Completed in 6514 milliseconds

12345