HomeSort by relevance Sort by last modified time
    Searched refs:soname (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /toolchain/binutils/binutils-2.27/ld/
lexsup.c 136 { {"soname", required_argument, NULL, OPTION_SONAME},
    [all...]
ldlang.h 492 const char *soname; member in struct:asneeded_minfo
ldmisc.c 497 m->soname = va_arg (arg, const char *);
  /external/elfutils/libdw/
Makefile.am 111 $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
  /external/elfutils/src/
ld.h 83 the SONAME. If it is missing it's normally the fname above. */
84 const char *soname; member in struct:usedfiles
85 /* Handle for the SONAME in the string table. */
1049 /* If DSO is generated, this is the SONAME. */
1050 const char *soname; member in struct:ld_state
    [all...]
ld.c 155 { "soname", 'h', "NAME", 0, N_("Set soname of shared object."), 0 },
566 ld_state.soname = arg;
    [all...]
  /external/selinux/libsemanage/src/
Makefile 94 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux -lbz2 -Wl,-soname,$(LIBSO),--version-script=libsemanage.map,-z,defs
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 98 const std::string& soname() const { return m_SOName; } function in class:mcld::GeneralOptions::HashStyle
  /toolchain/binutils/binutils-2.27/gold/
dynobj.h 49 soname() const function in class:gold::Dynobj
dynobj.cc 185 // It has an SONAME entry which points to another copy in the file
240 // Read the dynamic tags. Set the soname field if this shared object
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 217 if (di->soname) ML_(dinfo_free)(di->soname);
    [all...]
readelf.c     [all...]
priv_storage.h 623 /* The file's soname. */
624 HChar* soname; member in struct:_DebugInfo
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 411 /* 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 );
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 305 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"
    [all...]
  /bionic/linker/
linker.cpp 160 // We assume that soname equals to basename here
162 // TODO(dimitry): consider having honest absolute-path -> soname resolution
164 // it is not in shared libs list we need to get the soname without actually loading
168 // soname == basename in particular for any not-loaded library mentioned
174 std::string soname = resolve_soname(name); local
176 if (ns_link.is_accessible(soname.c_str())) {
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 214 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"
    [all...]
  /external/selinux/libselinux/src/
Makefile 87 LD_SONAME_FLAGS=-soname,$(LIBSO),-z,defs,-z,relro
  /toolchain/binutils/binutils-2.27/
ltmain.sh     [all...]
  /external/valgrind/include/
valgrind.h     [all...]
  /external/capstone/
Makefile 298 $(LIBNAME)_LDFLAGS += -Wl,-soname,lib$(LIBNAME).$(VERSION_EXT)
  /external/libchrome/base/third_party/valgrind/
valgrind.h     [all...]
  /external/libvpx/libvpx/build/make/
Makefile 305 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
  /external/v8/src/third_party/valgrind/
valgrind.h 685 /* 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)
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh     [all...]

Completed in 1189 milliseconds

1 2 34 5 6 7