HomeSort by: relevance | last modified time | path
    Searched refs:r_map (Results 1 - 4 of 4) sorted by relevancy

  /src/include/
link_elf.h 29 struct link_map *r_map; /* list of loaded images */ member in struct:r_debug
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 138 map = debug->r_map;
180 const struct link_map *r_map, *map; local in function:ATF_TC_BODY
185 check_r_debug_return_link_map("libutil.so", &r_map);
190 ATF_CHECK_EQ_MSG(map, r_map, "map=%p r_map=%p", map, r_map);
  /src/libexec/ld.elf_so/
rtld.c 1644 if (_rtld_debug.r_map == NULL) {
1645 _rtld_debug.r_map = l;
1653 for (prev = _rtld_debug.r_map;
1670 if ((_rtld_debug.r_map = l->l_next) != NULL)
  /src/usr.sbin/moused/
moused.c 454 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 in typeref:typename:void

Completed in 16 milliseconds