Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 36) sorted by relevance

12

/elf/
A Dtst-auditmod17.c20 la_version (unsigned int version) in la_version() argument
22 return version; in la_version()
A Ddl-minimal.c60 struct r_found_version *version) in lookup_malloc_symbol() argument
66 version, 0, 0, NULL); in lookup_malloc_symbol()
85 struct r_found_version version; in __rtld_malloc_init_real() local
86 version.name = symbol_version_string (libc, GLIBC_2_0); in __rtld_malloc_init_real()
87 version.hidden = 0; in __rtld_malloc_init_real()
88 version.hash = _dl_elf_hash (version.name); in __rtld_malloc_init_real()
89 version.filename = NULL; in __rtld_malloc_init_real()
91 void *new_calloc = lookup_malloc_symbol (main_map, "calloc", &version); in __rtld_malloc_init_real()
92 void *new_free = lookup_malloc_symbol (main_map, "free", &version); in __rtld_malloc_init_real()
93 void *new_malloc = lookup_malloc_symbol (main_map, "malloc", &version); in __rtld_malloc_init_real()
[all …]
A Dtst-auditmod11.c26 la_version (unsigned int version) in la_version() argument
28 return version; in la_version()
A Dtst-auditmod12.c26 la_version (unsigned int version) in la_version() argument
28 return version; in la_version()
A Ddl-lookup-direct.c29 const char *version, uint32_t version_hash, in ElfW()
59 || strcmp (map->l_versions[ndx].name, version) != 0) in ElfW()
73 const char *version, uint32_t version_hash) in ElfW()
88 version, version_hash, in ElfW()
109 version, version_hash, symidx); in ElfW()
A Dtst-auditmanymod.h30 la_version (unsigned int version) in la_version() argument
32 return version; in la_version()
A Dtst-auditmod-tlsdesc.c22 la_version (unsigned int version) in la_version() argument
A Dtst-auditmod19a.c22 la_version (unsigned int version) in la_version() argument
A Ddl-libc.c87 struct r_found_version version; member
119 &args->version, 0, 0, NULL); in do_dlvsym()
198 __libc_dlvsym (void *map, const char *name, const char *version) in __libc_dlvsym() argument
202 return GLRO (dl_dlfcn_hook)->libc_dlvsym (map, name, version); in __libc_dlvsym()
210 args.version.name = version; in __libc_dlvsym()
211 args.version.hidden = 1; in __libc_dlvsym()
212 args.version.hash = _dl_elf_hash (version); in __libc_dlvsym()
213 args.version.filename = NULL; in __libc_dlvsym()
A Ddl-runtime.c69 const struct r_found_version *version = NULL; in attribute_hidden() local
76 version = &l->l_versions[ndx]; in attribute_hidden()
77 if (version->hash == 0) in attribute_hidden()
78 version = NULL; in attribute_hidden()
96 version, ELF_RTYPE_CLASS_PLT, flags, NULL); in attribute_hidden()
256 const struct r_found_version *version = NULL; in DL_FIXUP_VALUE_TYPE() local
263 version = &l->l_versions[ndx]; in DL_FIXUP_VALUE_TYPE()
264 if (version->hash == 0) in DL_FIXUP_VALUE_TYPE()
265 version = NULL; in DL_FIXUP_VALUE_TYPE()
279 &defsym, l->l_scope, version, in DL_FIXUP_VALUE_TYPE()
A Ddl-conflict.c35 #define RESOLVE_MAP(map, scope, ref, version, flags) (*ref = NULL, NULL) argument
36 #define RESOLVE(ref, version, flags) (*ref = NULL, 0) argument
A Dstatic-stubs.c37 __gcc_personality_v0 (int version __attribute__ ((unused)), in __gcc_personality_v0() argument
A Ddl-lookup.c61 const struct r_found_version *const version, in ElfW()
94 if (version != NULL) in ElfW()
106 assert (version->filename == NULL in ElfW()
116 if ((map->l_versions[ndx].hash != version->hash in ElfW()
838 const struct r_found_version *version, in _dl_lookup_symbol_x() argument
873 const char *versionname = (version && version->name in _dl_lookup_symbol_x()
874 ? version->name : ""); in _dl_lookup_symbol_x()
940 version, type_class, flags, skip_map); in _dl_lookup_symbol_x()
1017 if (version) in _dl_debug_bindings()
1018 _dl_debug_printf_c (" [%s]\n", version->name); in _dl_debug_bindings()
[all …]
A Dtst-auditmod19b.c24 la_version (unsigned int version) in la_version() argument
A Dtst-auditmod22.c35 la_version (unsigned int version) in la_version() argument
A Dtst-absolute-sym-lib.lds8 version 2.1 of the License, or (at your option) any later version.
A Dtst-audit11mod2.map8 version 2.1 of the License, or (at your option) any later version.
A Dtst-audit12mod2.map8 version 2.1 of the License, or (at your option) any later version.
A Ddl-sym.c178 _dl_vsym (void *handle, const char *name, const char *version, void *who) in _dl_vsym() argument
183 vers.name = version; in _dl_vsym()
185 vers.hash = _dl_elf_hash (version); in _dl_vsym()
A Ddo-rel.h121 const ElfW(Half) *const version =
136 ElfW(Half) ndx = version[ELFW(R_SYM) (r->r_info)] & 0x7fff;
148 = version[ELFW(R_SYM) (r2->r_info)] & 0x7fff;
A Dtst-auditmod18.c23 la_version (unsigned int version) in la_version() argument
A Ddl-reloc-static-pie.c28 #define RESOLVE_MAP(map, scope, sym, version, flags) map argument
A Dsotruss.sh73 --v | --ve | --ver | --vers | --versi | --versio | --version)
A Dtst-audit13mod1.c23 la_version (unsigned int version) in la_version() argument
A Ddl-reloc.c166 #define RESOLVE_MAP(l, scope, ref, version, r_type) \ argument
179 if ((version) != NULL && (version)->hash != 0) \
180 v = (version); \

Completed in 16 milliseconds

12