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

  /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/include/
link_elf.h 29 struct link_map *r_map; /* list of loaded images */ member in struct:r_debug
  /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 12 milliseconds