HomeSort by: relevance | last modified time | path
    Searched refs:r_map (Results 1 - 10 of 10) 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
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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
link_elf.d 51 link_map* r_map;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
link_elf.d 46 link_map* r_map;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
link_elf.d 59 link_map* r_map;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
link_elf.d 57 link_map* r_map;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 366 Link_map* r_map;
380 Elf32_Addr r_map;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
link.d 113 link_map* r_map;
  /src/libexec/ld.elf_so/
rtld.c 2246 if (_rtld_debug.r_map == NULL) {
2247 _rtld_debug.r_map = l;
2255 for (prev = _rtld_debug.r_map;
2272 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

Completed in 57 milliseconds