Home
last modified time | relevance | path

Searched refs:undef_map (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-debug.c112 _dl_debug_lookup (const char *undef_name, struct elf_resolve *undef_map, in _dl_debug_lookup() argument
125 && undef_map != _dl_loaded_modules) in _dl_debug_lookup()
128 _dl_find_hash(undef_name, &undef_map->symbol_scope, in _dl_debug_lookup()
129 undef_map, type_class, &val); in _dl_debug_lookup()
141 || _dl_trace_prelink_map == undef_map in _dl_debug_lookup()
147 (size_t) undef_map->mapaddr, in _dl_debug_lookup()
148 (size_t) (((ElfW(Addr)) ref) - undef_map->mapaddr), in _dl_debug_lookup()
162 #define _dl_debug_lookup(undef_name, undef_map, ref, value, type_class) argument

Completed in 4 milliseconds