Home
last modified time | relevance | path

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

/elf/
A Ddl-addr.c30 info->dli_fname = match->l_name; in determine_info()
31 info->dli_fbase = (void *) match->l_map_start; in determine_info()
34 if (__builtin_expect (match->l_name[0], 'a') == '\0' in determine_info()
35 && match->l_type == lt_executable) in determine_info()
45 if (match->l_info[ELF_MACHINE_GNU_HASH_ADDRIDX] != NULL) in determine_info()
51 Elf32_Word symndx = match->l_gnu_buckets[bucket]; in determine_info()
60 symndx = ELF_MACHINE_HASH_SYMIDX (match, hasharr); in determine_info()
65 && DL_ADDR_SYM_MATCH (match, &symtab[symndx], in determine_info()
77 if (match->l_info[DT_HASH] != NULL) in determine_info()
101 *mapp = match; in determine_info()
[all …]
A Ddl-sym.c93 struct link_map *match = NULL; in do_sym() local
97 match = _dl_sym_find_caller_link_map (caller); in do_sym()
105 result = GLRO(dl_lookup_symbol_x) (name, match, &ref, in do_sym()
106 match->l_scope, vers, 0, in do_sym()
113 args.map = match; in do_sym()
131 match = _dl_sym_find_caller_link_map (caller); in do_sym()
135 if (match == NULL in do_sym()
136 || caller < match->l_map_start in do_sym()
137 || caller >= match->l_map_end) in do_sym()
142 struct link_map *l = match; in do_sym()
[all …]
A Ddl-sym-post.h38 ElfW(Addr) caller, struct link_map *match) in _dl_sym_post() argument
55 if (match == NULL) in _dl_sym_post()
56 match = _dl_sym_find_caller_link_map (caller); in _dl_sym_post()
57 _dl_audit_symbind_alt (match, ref, &value, result); in _dl_sym_post()
A Dneededtest.c35 int match = 0; in check_loaded_objects() local
41 match = 1; in check_loaded_objects()
46 if (match == 0) in check_loaded_objects()
A Dneededtest2.c35 int match = 0; in check_loaded_objects() local
41 match = 1; in check_loaded_objects()
46 if (match == 0) in check_loaded_objects()
A Dneededtest3.c35 int match = 0; in check_loaded_objects() local
41 match = 1; in check_loaded_objects()
46 if (match == 0) in check_loaded_objects()
A Dneededtest4.c35 int match = 0; in check_loaded_objects() local
41 match = 1; in check_loaded_objects()
46 if (match == 0) in check_loaded_objects()
A Dcircleload1.c35 int match = 0; in check_loaded_objects() local
41 match = 1; in check_loaded_objects()
46 if (match == 0) in check_loaded_objects()

Completed in 7 milliseconds