/elf/ |
A D | tst-auditmod17.c | 20 la_version (unsigned int version) in la_version() argument 22 return version; in la_version()
|
A D | dl-minimal.c | 60 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 D | tst-auditmod11.c | 26 la_version (unsigned int version) in la_version() argument 28 return version; in la_version()
|
A D | tst-auditmod12.c | 26 la_version (unsigned int version) in la_version() argument 28 return version; in la_version()
|
A D | dl-lookup-direct.c | 29 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 D | tst-auditmanymod.h | 30 la_version (unsigned int version) in la_version() argument 32 return version; in la_version()
|
A D | tst-auditmod-tlsdesc.c | 22 la_version (unsigned int version) in la_version() argument
|
A D | tst-auditmod19a.c | 22 la_version (unsigned int version) in la_version() argument
|
A D | dl-libc.c | 87 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 D | dl-runtime.c | 69 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 D | dl-conflict.c | 35 #define RESOLVE_MAP(map, scope, ref, version, flags) (*ref = NULL, NULL) argument 36 #define RESOLVE(ref, version, flags) (*ref = NULL, 0) argument
|
A D | static-stubs.c | 37 __gcc_personality_v0 (int version __attribute__ ((unused)), in __gcc_personality_v0() argument
|
A D | dl-lookup.c | 61 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 D | tst-auditmod19b.c | 24 la_version (unsigned int version) in la_version() argument
|
A D | tst-auditmod22.c | 35 la_version (unsigned int version) in la_version() argument
|
A D | tst-absolute-sym-lib.lds | 8 version 2.1 of the License, or (at your option) any later version.
|
A D | tst-audit11mod2.map | 8 version 2.1 of the License, or (at your option) any later version.
|
A D | tst-audit12mod2.map | 8 version 2.1 of the License, or (at your option) any later version.
|
A D | dl-sym.c | 178 _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 D | do-rel.h | 121 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 D | tst-auditmod18.c | 23 la_version (unsigned int version) in la_version() argument
|
A D | dl-reloc-static-pie.c | 28 #define RESOLVE_MAP(map, scope, sym, version, flags) map argument
|
A D | sotruss.sh | 73 --v | --ve | --ver | --vers | --versi | --versio | --version)
|
A D | tst-audit13mod1.c | 23 la_version (unsigned int version) in la_version() argument
|
A D | dl-reloc.c | 166 #define RESOLVE_MAP(l, scope, ref, version, r_type) \ argument 179 if ((version) != NULL && (version)->hash != 0) \ 180 v = (version); \
|