| /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/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/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/binutils/dist/ld/ |
| ld.h | 175 /* Name to give runtime library from the -soname argument. */ 176 char *soname; member in struct:__anon10748
|
| 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...] |
| ldlang.h | 515 const char *soname; member in struct:asneeded_minfo
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ld.h | 175 /* Name to give runtime library from the -soname argument. */ 176 char *soname; member in struct:__anon12212
|
| 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...] |
| ldlang.h | 524 const char *soname; member in struct:asneeded_minfo
|
| /src/external/gpl3/gdb/dist/gdb/ |
| solib.c | 1619 /* Read soname from the string table. */ 1624 /* Ensure soname is null-terminated before returning a copy. */ 1625 char *soname = (char *) dynstr_buf.data () + idx; local 1626 if (strnlen (soname, sect_size - idx) == sect_size - idx) 1629 return make_unique_xstrdup (soname);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solib.c | 511 set_cbfd_soname_build_id (gdb_bfd_ref_ptr abfd, const char *soname, 515 gdb_assert (soname != nullptr); 524 (*mapptr)[soname] = build_id_to_string (build_id); 527 /* If SONAME had a build-id associated with it in ABFD's registry by a 532 get_cbfd_soname_build_id (gdb_bfd_ref_ptr abfd, const char *soname) 534 if (abfd.get () == nullptr || soname == nullptr) 543 auto it = mapptr->find (lbasename (soname)); 1644 /* Read soname from the string table. */ 1649 /* Ensure soname is null-terminated before returning a copy. */ 1650 char *soname = (char *) dynstr_buf.data () + idx local [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pass1.h | 158 char *soname; /* Written-out name */ member in struct:symtab
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ia64-vms.c | 2824 char *soname; local 2838 soname = vms_get_module_name (bfd_get_filename (abfd), true); 2839 if (soname == NULL) 2842 soname_len = strlen (soname) + 1; 2847 memcpy (newcontents + strindex, soname, soname_len);
|
| elflink.c | 2329 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); 2330 if (soname != NULL && startswith (soname, "libc.so.")) 3947 const char *soname; 3953 soname = elf_dt_name (abfd); 3954 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false); 3992 /* Return true if SONAME is on the needed list between NEEDED and STOP 3997 on_needed_list (const char *soname, 4003 if (strcmp (soname, look->name) == 0 4609 const char *soname = NULL 2324 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); local 3939 const char *soname; local 4600 const char *soname = NULL; local 5728 const char *soname = elf_dt_name (abfd); local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ia64-vms.c | 2824 char *soname; local 2838 soname = vms_get_module_name (bfd_get_filename (abfd), true); 2839 if (soname == NULL) 2842 soname_len = strlen (soname) + 1; 2847 memcpy (newcontents + strindex, soname, soname_len);
|
| elflink.c | 2326 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); 2327 if (soname != NULL && startswith (soname, "libc.so.")) 3911 const char *soname; 3917 soname = elf_dt_name (abfd); 3918 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false); 3956 /* Return true if SONAME is on the needed list between NEEDED and STOP 3961 on_needed_list (const char *soname, 3967 if (strcmp (soname, look->name) == 0 4573 const char *soname = NULL 2321 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); local 3903 const char *soname; local 4564 const char *soname = NULL; local 5684 const char *soname = elf_dt_name (abfd); local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ia64-vms.c | 2822 char *soname; local 2836 soname = vms_get_module_name (bfd_get_filename (abfd), true); 2837 if (soname == NULL) 2840 soname_len = strlen (soname) + 1; 2845 memcpy (newcontents + strindex, soname, soname_len);
|
| elflink.c | 2287 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); 2288 if (soname != NULL && startswith (soname, "libc.so.")) 3884 const char *soname; 3890 soname = elf_dt_name (abfd); 3891 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false); 3929 /* Return true if SONAME is on the needed list between NEEDED and STOP 3934 on_needed_list (const char *soname, 3940 if (strcmp (soname, look->name) == 0 4546 const char *soname = NULL 2282 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); local 3876 const char *soname; local 4537 const char *soname = NULL; local 5655 const char *soname = elf_dt_name (abfd); local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ia64-vms.c | 2823 char *soname; local 2837 soname = vms_get_module_name (bfd_get_filename (abfd), true); 2838 if (soname == NULL) 2841 soname_len = strlen (soname) + 1; 2846 memcpy (newcontents + strindex, soname, soname_len);
|
| elflink.c | 2286 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); 2287 if (soname != NULL && startswith (soname, "libc.so.")) 3869 const char *soname; 3875 soname = elf_dt_name (abfd); 3876 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, false); 3914 /* Return true if SONAME is on the needed list between NEEDED and STOP 3919 on_needed_list (const char *soname, 3925 if (strcmp (soname, look->name) == 0 4531 const char *soname = NULL 2281 const char *soname = bfd_elf_get_dt_soname (t->vn_bfd); local 3861 const char *soname; local 4522 const char *soname = NULL; local 5640 const char *soname = elf_dt_name (abfd); local [all...] |