HomeSort by relevance Sort by last modified time
    Searched refs:soname (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 56 <auxwhat>Expected: global array "ga" of size 200 in object with soname "NONE"</auxwhat>
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 525 void *soname = NULL; local
536 && ! read_portion (&soname, &soname_size,
538 name = soname;
559 finish_portion (&soname, &soname_size);
  /external/llvm/tools/llvm-shlib/
Makefile 70 # Add soname to the library.
71 LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT)
  /external/valgrind/main/include/
pub_tool_debuginfo.h 163 HChar soname[16]; /* first 15 chars of name (asciiz) */ member in struct:__anon14163
  /external/elfutils/libasm/
Makefile.am 77 -Wl,--soname,$@.$(VERSION) \
  /external/elfutils/libdw/
Makefile.am 98 $(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
  /hardware/ti/omap4xxx/domx/make/
build.mk 154 TARGETARGS += -Wl,-soname,$(SH_SONAME)
161 TARGETARGS += -Wl,-soname,$(SH_SONAME)
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 88 -Wl,-soname,$(notdir $@) \
  /ndk/toolchains/x86-4.4.3/
setup.mk 79 -Wl,-soname,$(notdir $@) \
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
priv_storage.h 518 /* The file's soname. FIXME: ensure this is always allocated in
520 UChar* soname; member in struct:_DebugInfo
debuginfo.c     [all...]
  /build/core/combo/
TARGET_linux-sh.mk 125 -nostdlib -Wl,-soname,$(notdir $@) -Wl,-T,$(BUILD_SYSTEM)/shlelf.xsc \
TARGET_linux-x86.mk 169 -nostdlib -Wl,-soname,$(notdir $@) \
TARGET_linux-arm.mk 251 -nostdlib -Wl,-soname,$(notdir $@) \
  /external/elfutils/libelf/
Makefile.am 117 -Wl,--soname,$@.$(VERSION),-z,-defs,-z,relro $(libelf_so_LDLIBS)
  /external/elfutils/src/
ld.h 91 the SONAME. If it is missing it's normally the fname above. */
92 const char *soname; member in struct:usedfiles
93 /* Handle for the SONAME in the string table. */
1057 /* If DSO is generated, this is the SONAME. */
1058 const char *soname; member in struct:ld_state
    [all...]
ld.c 164 { "soname", 'h', "NAME", 0, N_("Set soname of shared object."), 0 },
580 ld_state.soname = arg;
    [all...]
  /ndk/build/core/
default-build-commands.mk 54 -nostdlib -Wl,-soname,$(notdir $@) \
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 123 -Wl,-soname,$(notdir $@) \
  /external/valgrind/main/coregrind/
m_redir.c 82 set of functions. The set of functions is specified by a (soname
110 Specs - a set of (soname pattern, fnname pattern) -> redir addr
128 sopatt = spec.soname pattern
215 both the "from" soname and function name may contain wildcards, the
229 HChar* from_sopatt; /* from soname pattern */
310 static void handle_maybe_load_notifier( const UChar* soname,
606 /* First figure out which of the specs match the seginfo's soname.
640 continue; /* soname doesn't match */
689 "%sin an object with soname matching: %s\n", v, sp->from_sopatt);
693 "%ssymbols from the object with soname: %s\n"
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 4266 const UChar* soname; local
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 412 /* compare the soname */
413 r = (Word)VG_(strcmp)(gb1->soname, gb2->soname);
726 && 0 == VG_(strcmp)(nd->descr->soname, nyu->descr->soname)) {
969 VG_(sprintf)(buf, "global %s \"%s\" of size %'lu in object with soname \"%s\"",
972 inv->Inv.Global.nd->descr->soname );
    [all...]
  /external/libvpx/build/make/
Makefile 226 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
  /external/regex-re2/
Makefile 34 SONAME=0
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
181 $(MAKE_SHARED_LIBRARY) -o $@.$(SONAME) $(SOFILES)
182 ln -sf libre2.so.$(SONAME) $@
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so

Completed in 1289 milliseconds

12 3 4