Searched refs:soname (Results 1 - 25 of 113) 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/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 ) \
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, fnnam
[all...]
/external/v8/src/
H A Dversion.h47 bool candidate, const char* soname);
/external/python/cpython2/Modules/
H A Dar_beos61 ld -shared -soname $(basename $1) -o $1 $library/*
/external/rmi4utils/rmidevice/
H A DMakefile10 LDFLAGS = -shared -Wl,-soname,$(LIBNAME)
/external/rootdev/
H A DMakefile20 -Wl,-soname,librootdev.so.1 $< -o $@
/external/icu/icu4c/source/config/
H A Dmh-alpha-linux-cc39 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-alpha-osf39 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-bsd-gcc26 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-haiku30 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-qnx38 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-alpha-linux-gcc30 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-beos57 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-irix37 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-linux30 LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET))
H A Dmh-linux-va34 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/syslinux/com32/libutil/
H A DMakefile44 $(LD) $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c713 /* mmap the object file to look for di->soname and di->text_bias
751 // Read di->soname from LC_ID_DYLIB if present,
788 HChar* soname = VG_(strrchr)(dylibname, '/'); local
789 if (!soname) soname = dylibname;
790 else soname++;
791 di->soname = ML_(dinfo_strdup)("di.readmacho.dylibname",
792 soname);
802 HChar* soname = VG_(strrchr)(dylinkername, '/'); local
803 if (!soname) sonam
[all...]
/external/valgrind/coregrind/
H A Dm_redir.c85 set of functions. The set of functions is specified by a (soname
113 Specs - a set of (soname pattern, fnname pattern) -> redir addr
131 sopatt = spec.soname pattern
218 both the "from" soname and function name may contain wildcards, the
232 HChar* from_sopatt; /* from soname pattern */
314 static void handle_maybe_load_notifier( const HChar* soname,
814 /* First figure out which of the specs match the seginfo's soname.
820 const HChar *soname = VG_(DebugInfo_get_soname)(di); local
827 VG_(is_soname_ld_so)(soname)) {
832 sp->mark = VG_(string_match)( sp->from_sopatt, soname );
1203 is_soname_ld_so(const HChar *soname) argument
1687 handle_maybe_load_notifier( const HChar* soname, const HChar* symbol, Addr addr ) argument
[all...]
/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/syslinux/com32/elflink/ldlinux/
H A DMakefile36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
/external/syslinux/com32/gpllib/
H A DMakefile27 $(LD) -shared $(LDFLAGS) -soname $(patsubst %.elf,%.c32,$(@F)) -o $@ $^

Completed in 553 milliseconds

12345