Searched refs:r_map (Results 1 - 4 of 4) sorted by last modified time

/netbsd-current/usr.sbin/moused/
H A Dmoused.c454 static void r_map(mousestatus_t *act1, mousestatus_t *act2);
952 r_map(&action, &action2);
985 r_map(&action, &action2);
2059 r_map(mousestatus_t *act1, mousestatus_t *act2) function
/netbsd-current/libexec/ld.elf_so/
H A Drtld.c1610 if (_rtld_debug.r_map == NULL) {
1611 _rtld_debug.r_map = l;
1619 for (prev = _rtld_debug.r_map;
1636 if ((_rtld_debug.r_map = l->l_next) != NULL)
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c110 map = debug->r_map;
152 struct link_map *map, *r_map; local
157 check_r_debug_return_link_map("libutil.so", &r_map);
162 ATF_CHECK_EQ_MSG(map, r_map, "map=%p r_map=%p", map, r_map);
/netbsd-current/include/
H A Dlink_elf.h29 struct link_map *r_map; /* list of loaded images */ member in struct:r_debug

Completed in 188 milliseconds