Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dlink_elf.h66 struct link_map *r_map; /* list of loaded images */ member
/dflybsd-src/usr.sbin/moused/
H A Dmoused.c492 static void r_map(mousestatus_t *act1, mousestatus_t *act2);
1049 r_map(&action, &action2); in moused()
1115 r_map(&action, &action2); in moused()
2260 r_map(mousestatus_t *act1, mousestatus_t *act2) in r_map() function
/dflybsd-src/libexec/rtld-elf/
H A Drtld.c3678 if (r_debug.r_map == NULL) { in linkmap_add()
3679 r_debug.r_map = l; in linkmap_add()
3687 for (prev = r_debug.r_map; in linkmap_add()
3706 if ((r_debug.r_map = l->l_next) != NULL) in linkmap_delete()