Searched refs:m (Results 1 – 8 of 8) sorted by relevance
177 size_t n, m; in _dl_important_hwcaps() local209 m = 0; in _dl_important_hwcaps()214 temp[m].len = strlen (temp[m].str); in _dl_important_hwcaps()216 ++m; in _dl_important_hwcaps()222 ++m; in _dl_important_hwcaps()226 temp[m].len = 3; in _dl_important_hwcaps()227 ++m; in _dl_important_hwcaps()229 assert (m == cnt); in _dl_important_hwcaps()324 for (m = cnt - 2; m > 0; --m) in _dl_important_hwcaps()326 add (m); in _dl_important_hwcaps()[all …]
25 m = length (s[0]);30 m = length(s[i]);
92 unsigned int m = maps[k]->l_reldeps->act; in _dl_sort_maps_original() local96 while (m-- > 0) in _dl_sort_maps_original()97 if (__glibc_unlikely (relmaps[m] == thisp)) in _dl_sort_maps_original()165 for (int m = map->l_reldeps->act - 1; m >= 0; m--) in dfs_traversal() local167 struct link_map *dep = map->l_reldeps->list[m]; in dfs_traversal()
20 calloc (size_t n, size_t m) in calloc() argument36 n *= m; in calloc()
180 struct E(link_map) m; in E()181 if (pread (memfd, &m, sizeof (m), list) != sizeof (m)) in E()184 EW(Addr) name_offset = m.l_name; in E()207 list = m.l_next; in E()
41 struct link_map *m; member243 result->m = map; in do_lookup_unique()350 result->m = (struct link_map *) map; in do_lookup_unique()899 current_value.m = undef_map; in _dl_lookup_symbol_x()920 current_value.m = undef_map; in _dl_lookup_symbol_x()944 current_value.m->l_used = 1; in _dl_lookup_symbol_x()952 return LOOKUP_VALUE (current_value.m); in _dl_lookup_symbol_x()1014 DSO_FILENAME (value->m->l_name), in _dl_debug_bindings()1015 value->m->l_ns, in _dl_debug_bindings()1053 if (val.s != value->s || val.m != value->m) in _dl_debug_bindings()[all …]
39 void *m = dlopen ("tst-tls20mod-bad.so", RTLD_NOW); in load_fail() local40 if (m != NULL) in load_fail()
1314 struct link_map *const m = &GL(dl_rtld_map); in _dl_map_object_from_fd() local1315 const uintptr_t relro_end = ((m->l_addr + m->l_relro_addr in _dl_map_object_from_fd()1316 + m->l_relro_size) in _dl_map_object_from_fd()
Completed in 13 milliseconds