Searched refs:soname (Results 51 - 75 of 108) sorted by relevance

12345

/external/valgrind/helgrind/
H A Dhg_main.c4591 const HChar* soname; local
4597 soname = VG_(DebugInfo_get_soname)(dinfo);
4598 tl_assert(soname);
4599 if (0) VG_(printf)("%s\n", soname);
4602 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_3)) return True;
4603 if (VG_STREQ(soname, VG_U_LD_LINUX_SO_2)) return True;
4604 if (VG_STREQ(soname, VG_U_LD_LINUX_X86_64_SO_2)) return True;
4605 if (VG_STREQ(soname, VG_U_LD64_SO_1)) return True;
4606 if (VG_STREQ(soname, VG_U_LD64_SO_2)) return True;
4607 if (VG_STREQ(soname, VG_U_LD_SO_
[all...]
/external/valgrind/exp-sgcheck/
H A Dsg_main.c411 /* compare the soname */
412 r = (Word)VG_(strcmp)(gb1->soname, gb2->soname);
725 && 0 == VG_(strcmp)(nd->descr->soname, nyu->descr->soname)) {
968 VG_(sprintf)(buf, "global %s \"%s\" of size %'lu in object with soname \"%s\"",
971 inv->Inv.Global.nd->descr->soname );
1102 gb->szB, gb->addr, gb->soname, gb->name );
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool305 archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
309 \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
6121 # figure out the soname
6129 soname="$dlname"
6139 eval soname=\"$soname_spec\"
6141 soname="$realname"
6145 soroot="$soname"
6147 soname
[all...]
H A Dltmain.sh5620 # figure out the soname
5628 soname="$dlname"
5638 eval soname=\"$soname_spec\"
5640 soname="$realname"
5644 soroot="$soname"
5646 soname="$func_basename_result"
5647 func_stripname 'lib' '.dll' "$soname"
5651 if test -f "$output_objdir/$soname-def"; then :
5653 func_verbose "extracting exported symbol list from \`$soname'"
5659 func_verbose "generating import library for \`$soname'"
[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 */
313 static void handle_maybe_load_notifier( const HChar* soname,
795 /* First figure out which of the specs match the seginfo's soname.
829 continue; /* soname doesn't match */
890 "%sin an object with soname matching: %s\n", v, sp->from_sopatt);
894 "%ssymbols from the object with soname
1616 handle_maybe_load_notifier( const HChar* soname, const HChar* symbol, Addr addr ) argument
[all...]
/external/selinux/libselinux/src/
H A DMakefile115 $(CC) $(CFLAGS) -shared -o $@ $^ -lpcre -ldl $(LDFLAGS) -L$(LIBDIR) -Wl,-soname,$(LIBSO),-z,defs,-z,relro
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h636 /* The file's soname. */
637 HChar* soname; member in struct:_DebugInfo
/external/cmockery/cmockery_0_1_2/
H A Dlibtool214 archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
218 \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
2941 # figure out the soname
2948 soname="$dlname"
2957 eval soname=\"$soname_spec\"
2959 soname="$realname"
2963 soroot="$soname"
2964 soname
[all...]
/external/elfutils/src/
H A Dld.c155 { "soname", 'h', "NAME", 0, N_("Set soname of shared object."), 0 },
566 ld_state.soname = arg;
1190 newfile->soname = newfile->fname = newfile->rfname = fname;
/external/valgrind/include/
H A Dvalgrind.h1152 /* Use an extra level of macroisation so as to ensure the soname/fnname
1156 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \
1157 VG_CONCAT4(_vgw00000ZU_,soname,_,fnname)
1159 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \
1160 VG_CONCAT4(_vgw00000ZZ_,soname,_,fnname)
1174 #define I_REPLACE_SONAME_FNNAME_ZU(soname,fnname) \
1175 VG_CONCAT4(_vgr00000ZU_,soname,_,fnname)
1177 #define I_REPLACE_SONAME_FNNAME_ZZ(soname,fnname) \
1178 VG_CONCAT4(_vgr00000ZZ_,soname,_,fnname)
/external/libvpx/libvpx/build/make/
H A DMakefile302 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
/external/mesa3d/bin/
H A Dmklib385 OPTS="-Xlinker -Bsymbolic -shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
388 OPTS="-shared -Wl,-soname,${LIBNAME}.so.${MAJOR}"
575 OPTS="-shared -Wl,-soname,${SHLIB}"
735 ${LINK} -o ${LIBNAME}.${VERSION} -shared -set_version ${VERSION} -soname ${LIBNAME}.${VERSION} -expect_unresolved \* -all ${OBJECTS} ${DEPS}
/external/regex-re2/
H A DMakefile43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
/external/regex-re2/util/
H A Dvalgrind.h651 /* Use an extra level of macroisation so as to ensure the soname/fnname
655 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \
656 VG_CONCAT4(_vgwZU_,soname,_,fnname)
658 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \
659 VG_CONCAT4(_vgwZZ_,soname,_,fnname)
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h685 /* Use an extra level of macroisation so as to ensure the soname/fnname
689 #define I_WRAP_SONAME_FNNAME_ZU(soname,fnname) \
690 VG_CONCAT4(_vgwZU_,soname,_,fnname)
692 #define I_WRAP_SONAME_FNNAME_ZZ(soname,fnname) \
693 VG_CONCAT4(_vgwZZ_,soname,_,fnname)
/external/c-ares/
H A Dltmain.sh6739 # figure out the soname
6747 soname="$dlname"
6757 eval soname=\"$soname_spec\"
6759 soname="$realname"
6763 soroot="$soname"
6765 soname="$func_basename_result"
6766 func_stripname 'lib' '.dll' "$soname"
6770 if test -f "$output_objdir/$soname-def"; then :
6772 func_verbose "extracting exported symbol list from \`$soname'"
6778 func_verbose "generating import library for \`$soname'"
[all...]
/external/google-breakpad/autotools/
H A Dltmain.sh5617 # figure out the soname
5625 soname="$dlname"
5635 eval soname=\"$soname_spec\"
5637 soname="$realname"
5641 soroot="$soname"
5643 soname="$func_basename_result"
5644 func_stripname 'lib' '.dll' "$soname"
5648 if test -f "$output_objdir/$soname-def"; then :
5650 func_verbose "extracting exported symbol list from \`$soname'"
5656 func_verbose "generating import library for \`$soname'"
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh6750 # figure out the soname
6758 soname="$dlname"
6768 eval soname=\"$soname_spec\"
6770 soname="$realname"
6774 soroot="$soname"
6776 soname="$func_basename_result"
6777 func_stripname 'lib' '.dll' "$soname"
6781 if test -f "$output_objdir/$soname-def"; then :
6783 func_verbose "extracting exported symbol list from \`$soname'"
6789 func_verbose "generating import library for \`$soname'"
[all...]
/external/libedit/
H A Dltmain.sh6750 # figure out the soname
6758 soname="$dlname"
6768 eval soname=\"$soname_spec\"
6770 soname="$realname"
6774 soroot="$soname"
6776 soname="$func_basename_result"
6777 func_stripname 'lib' '.dll' "$soname"
6781 if test -f "$output_objdir/$soname-def"; then :
6783 func_verbose "extracting exported symbol list from \`$soname'"
6789 func_verbose "generating import library for \`$soname'"
[all...]
/external/libevent/
H A Dltmain.sh6750 # figure out the soname
6758 soname="$dlname"
6768 eval soname=\"$soname_spec\"
6770 soname="$realname"
6774 soroot="$soname"
6776 soname="$func_basename_result"
6777 func_stripname 'lib' '.dll' "$soname"
6781 if test -f "$output_objdir/$soname-def"; then :
6783 func_verbose "extracting exported symbol list from \`$soname'"
6789 func_verbose "generating import library for \`$soname'"
[all...]
/external/libexif/
H A Dltmain.sh6748 # figure out the soname
6756 soname="$dlname"
6766 eval soname=\"$soname_spec\"
6768 soname="$realname"
6772 soroot="$soname"
6774 soname="$func_basename_result"
6775 func_stripname 'lib' '.dll' "$soname"
6779 if test -f "$output_objdir/$soname-def"; then :
6781 func_verbose "extracting exported symbol list from \`$soname'"
6787 func_verbose "generating import library for \`$soname'"
[all...]
/external/libmicrohttpd/
H A Dltmain.sh6753 # figure out the soname
6761 soname="$dlname"
6771 eval soname=\"$soname_spec\"
6773 soname="$realname"
6777 soroot="$soname"
6779 soname="$func_basename_result"
6780 func_stripname 'lib' '.dll' "$soname"
6784 if test -f "$output_objdir/$soname-def"; then :
6786 func_verbose "extracting exported symbol list from \`$soname'"
6792 func_verbose "generating import library for \`$soname'"
[all...]
/external/libmtp/
H A Dltmain.sh5617 # figure out the soname
5625 soname="$dlname"
5635 eval soname=\"$soname_spec\"
5637 soname="$realname"
5641 soroot="$soname"
5643 soname="$func_basename_result"
5644 func_stripname 'lib' '.dll' "$soname"
5648 if test -f "$output_objdir/$soname-def"; then :
5650 func_verbose "extracting exported symbol list from \`$soname'"
5656 func_verbose "generating import library for \`$soname'"
[all...]
/external/libogg/
H A Dltmain.sh5620 # figure out the soname
5628 soname="$dlname"
5638 eval soname=\"$soname_spec\"
5640 soname="$realname"
5644 soroot="$soname"
5646 soname="$func_basename_result"
5647 func_stripname 'lib' '.dll' "$soname"
5651 if test -f "$output_objdir/$soname-def"; then :
5653 func_verbose "extracting exported symbol list from \`$soname'"
5659 func_verbose "generating import library for \`$soname'"
[all...]
/external/libopus/
H A Dltmain.sh6750 # figure out the soname
6758 soname="$dlname"
6768 eval soname=\"$soname_spec\"
6770 soname="$realname"
6774 soroot="$soname"
6776 soname="$func_basename_result"
6777 func_stripname 'lib' '.dll' "$soname"
6781 if test -f "$output_objdir/$soname-def"; then :
6783 func_verbose "extracting exported symbol list from \`$soname'"
6789 func_verbose "generating import library for \`$soname'"
[all...]

Completed in 1093 milliseconds

12345