Home
last modified time | relevance | path

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

/elf/
A Ddl-sym-post.h22 _dl_sym_find_caller_link_map (ElfW(Addr) caller) in _dl_sym_find_caller_link_map() argument
24 struct link_map *l = _dl_find_dso_for_object (caller); in _dl_sym_find_caller_link_map()
38 ElfW(Addr) caller, struct link_map *match) in _dl_sym_post()
56 match = _dl_sym_find_caller_link_map (caller); in _dl_sym_post()
A Ddl-iteratephdr.c47 const void *caller = RETURN_ADDRESS (0); in __dl_iterate_phdr() local
54 if (caller >= (const void *) l->l_map_start in __dl_iterate_phdr()
55 && caller < (const void *) l->l_map_end in __dl_iterate_phdr()
57 || _dl_addr_inside_object (l, (ElfW(Addr)) caller))) in __dl_iterate_phdr()
A Ddl-sym.c90 ElfW(Addr) caller = (ElfW(Addr)) who; in do_sym()
97 match = _dl_sym_find_caller_link_map (caller); in do_sym()
131 match = _dl_sym_find_caller_link_map (caller); in do_sym()
136 || caller < match->l_map_start in do_sym()
137 || caller >= match->l_map_end) in do_sym()
170 return _dl_sym_post (result, ref, value, caller, match); in do_sym()

Completed in 6 milliseconds