HomeSort by: relevance | last modified time | path
    Searched refs:soname (Results 1 - 25 of 208) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/ibm-public/postfix/dist/src/global/
dynamicmaps.c 113 char *soname; /* shared-object file name */ member in struct:__anon23086
158 if (stat(dp->soname, &st) < 0) {
160 dict_type, dp->soname);
166 dict_type, dp->soname);
172 load_library_symbols(dp->soname, fn, (LIB_DP *) 0);
204 dp->soname = mystrdup(argv[0]);
216 myfree(dp->soname);
293 /* dymap_init - initialize dictionary type to soname etc. mapping */
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
local.c 72 sp->sname = sp->soname = IALLOC(len);
73 strlcpy(sp->soname, p, len);
74 strlcat(sp->soname, s, len);
75 strlcat(sp->soname, s2, len);
94 name = p->n_sp->soname ? p->n_sp->soname : exname(p->n_sp->sname);
111 fname = cftnsp->soname ? cftnsp->soname : cftnsp->sname;
160 n = p->n_sp->soname ? p->n_sp->soname : p->n_sp->sname
    [all...]
local2.c 650 printf("-L%s$pb)\n", cftnsp->soname ? cftnsp->soname : exname(cftnsp->sname));
653 printf("-L%s$pb)\n", cftnsp->soname ? cftnsp->soname : exname(cftnsp->sname));
675 printf("-L%s$pb", cftnsp->soname ? cftnsp->soname : exname(cftnsp->sname));
680 printf("-L%s$pb", cftnsp->soname ? cftnsp->soname : exname(cftnsp->sname));
752 printf("-L%s$pb)\n", cftnsp->soname ? cftnsp->soname : exname(cftnsp->sname))
    [all...]
  /src/sys/external/isc/libsodium/dist/dist-build/
android-build.sh 49 --disable-soname-versions \
65 --disable-soname-versions \
  /src/external/bsd/pcc/dist/pcc/arch/nova/
code.c 71 if ((name = sp->soname) == NULL)
91 if ((name = sp->soname) == NULL)
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
code.c 60 printf(" .globl %s\n", sp->soname);
62 printf("%s:\n", sp->soname);
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
local.c 123 n = p->n_sp->soname ? p->n_sp->soname : p->n_sp->sname;
665 q->soname ? q->soname : exname(q->sname));
726 printf("\t.import\t%s,code\n", q->soname ? q->soname : exname(q->sname));
732 printf("\t.import\t%s,data\n", q->soname ? q->soname : exname(q->sname));
745 printf("%s,0%o\n", sp->soname ? sp->soname : exname(sp->sname), off)
    [all...]
code.c 72 n = sp->soname ? sp->soname : sp->sname;
  /src/external/gpl3/binutils/dist/ld/
ldelf.c 158 const char *soname; local
167 soname = bfd_elf_get_dt_soname (s->the_bfd);
168 if (soname == NULL)
169 soname = lbasename (bfd_get_filename (s->the_bfd));
175 if (filename_cmp (soname, l->name) == 0)
190 if (filename_ncmp (soname, l->name, suffix - l->name) == 0)
212 const char *soname; local
261 soname = bfd_elf_get_dt_soname (s->the_bfd);
262 if (soname == NULL)
263 soname = lbasename (s->filename)
268 global_needed->name, global_needed->by, soname); local
280 const char *soname; local
979 const char *soname; local
    [all...]
ld.h 175 /* Name to give runtime library from the -soname argument. */
176 char *soname; member in struct:__anon10748
  /src/external/gpl3/binutils.old/dist/ld/
ldelf.c 158 const char *soname; local
167 soname = bfd_elf_get_dt_soname (s->the_bfd);
168 if (soname == NULL)
169 soname = lbasename (bfd_get_filename (s->the_bfd));
175 if (filename_cmp (soname, l->name) == 0)
190 if (filename_ncmp (soname, l->name, suffix - l->name) == 0)
212 const char *soname; local
261 soname = bfd_elf_get_dt_soname (s->the_bfd);
262 if (soname == NULL)
263 soname = lbasename (s->filename)
268 global_needed->name, global_needed->by, soname); local
280 const char *soname; local
979 const char *soname; local
    [all...]
ld.h 175 /* Name to give runtime library from the -soname argument. */
176 char *soname; member in struct:__anon12212
  /src/external/bsd/pcc/dist/pcc/arch/i86/
local.c 320 sp->sname = sp->soname = NULL;
486 if ((name = sp->soname) == NULL)
549 char *sn = sp->soname ? sp->soname : sp->sname;
565 char *sn = sp->soname ? sp->soname : sp->sname;
575 if ((name = sp->soname) == NULL)
  /src/external/bsd/pcc/dist/pcc/arch/arm/
local.c 134 n = p->n_sp->soname ? p->n_sp->soname : p->n_sp->sname;
413 q->soname ? q->soname : exname(q->sname));
497 sp->soname ? sp->soname : exname(sp->sname), off);
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
local.c 240 printf("+%s", exname(q->soname));
326 char *c = q->soname;
348 printf(" .lcomm %s,0%o\n", exname(q->soname), off);
code.c 52 * define the current location as the name p->soname
57 char *c = p->soname;
272 printf(" EXTERN %s\n", w->sp->soname);
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
code.c 81 n = sp->soname ? sp->soname : exname(sp->sname);
local.c 363 n = sp->soname ? sp->soname : exname(sp->sname);
  /src/external/public-domain/sqlite/dist/autosetup/
cc-shared.tcl 11 ## SH_SOPREFIX Prefix to use to set the soname when creating a shared library
12 ## SH_SOFULLPATH Set to 1 if the shared library soname should include the full install path
34 define SH_SOPREFIX -Wl,-soname,
  /src/external/gpl3/gdb.old/dist/gdb/
corelow.c 91 void add (const char *soname, const char *expected_filename,
144 using either a soname or an address then this map allows us to also
613 optional soname (DT_SONAME .dynamic attribute), and the range of
622 gdb::unique_xmalloc_ptr<char> soname;
626 soname = gdb_bfd_read_elf_soname (actual_filename);
629 m_mapped_file_info.add (soname.get (), filename.c_str (),
1964 SONAME is the DT_SONAME attribute extracted from the .dynamic section of
1987 mapped_file_info::add (const char *soname,
1996 if (soname != nullptr)
1998 /* If we already have an entry with this SONAME then this indicate
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
corelow.c 90 void add (const char *soname, const char *expected_filename,
143 using either a soname or an address then this map allows us to also
639 optional soname (DT_SONAME .dynamic attribute), and the range of
648 gdb::unique_xmalloc_ptr<char> soname;
652 soname = gdb_bfd_read_elf_soname (actual_filename);
655 m_mapped_file_info.add (soname.get (), filename.c_str (),
2003 SONAME is the DT_SONAME attribute extracted from the .dynamic section of
2026 mapped_file_info::add (const char *soname,
2035 if (soname != nullptr)
2037 /* If we already have an entry with this SONAME then this indicate
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-progspace.c 465 const char *soname = solib_name_from_address (self->pspace, pc); local
466 if (soname == nullptr)
468 return host_string_to_python_string (soname).release ();
  /src/external/gpl3/gdb/dist/gdb/python/
py-progspace.c 465 const char *soname = solib_name_from_address (self->pspace, pc); local
466 if (soname == nullptr)
468 return host_string_to_python_string (soname).release ();
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cxxcode.c 302 * The resulting name is saved in soname.
480 if (cppdebug)printf("cxxlookup: adding %s %s %s at %s\n", symclass[ftyp], s, sp->soname, nscur ? nscur->sname : "base");
520 sp->soname = decoratename(sp, NM_NORMAL);
697 if (sp->soname == 0)
698 sp->soname = decoratename(sp, NM_NORMAL);
  /src/external/mit/libuv/dist/docs/code/
Makefile 44 SHARED_LIB_FLAGS=-shared -Wl,-soname,libhello.so -o plugin/libhello.so

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 9