Searched refs:undef_map (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/elf/ |
D | dl-lookup.c | 215 const ElfW(Sym) *ref, const struct link_map *undef_map, in do_lookup_unique() argument 313 undef_map); in do_lookup_unique() 347 struct link_map *skip, int type_class, struct link_map *undef_map) in do_lookup_x() argument 464 _dl_check_protected_symbol (undef_name, undef_map, ref, map, in do_lookup_x() 490 undef_map, flags); in do_lookup_x() 511 add_dependency (struct link_map *undef_map, struct link_map *map, int flags) in add_dependency() argument 519 if (undef_map == map) in add_dependency() 532 = atomic_forced_read (undef_map->l_reldeps); in add_dependency() 539 struct link_map **l_initfini = atomic_forced_read (undef_map->l_initfini); in add_dependency() 580 if (undef_map->l_initfini != l_initfini in add_dependency() [all …]
|
/glibc-2.36/sysdeps/generic/ |
D | dl-protected.h | 24 const struct link_map *undef_map, in _dl_check_protected_symbol() argument 29 if (undef_map == NULL || undef_map->l_type != lt_executable) in _dl_check_protected_symbol()
|
D | ldsodefs.h | 982 struct link_map *undef_map,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 7397 * elf/do-lookup.h: Remove reference_name parameter, add undef_map. 7400 add undef_map. Compute reference_name locally. Update call to
|
D | ChangeLog.17 | 509 around do_lookup_x in undef_map->l_local_scope[0]. If 510 undef_map->l_symbolic_in_local_scope, lookup also in
|