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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 565 uptr cur_end = cur_beg + phdr->p_memsz; local
568 cur_module.addAddressRange(cur_beg, cur_end, executable,
  /src/external/bsd/pkg_install/dist/add/
perform.c 176 char *p, *cur_end; local
193 cur_end = p = xstrdup(path);
200 cur_end += strspn(cur_end, "/");
202 cur_end += strcspn(cur_end, "/");
208 done = (*cur_end == '\0');
209 *cur_end = '\0';
226 *cur_end = '/';
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 650 uptr cur_end = cur_beg + phdr->p_memsz; local
653 cur_module.addAddressRange(cur_beg, cur_end, executable,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 614 uptr cur_end = cur_beg + phdr->p_memsz; local
617 cur_module.addAddressRange(cur_beg, cur_end, executable,

Completed in 43 milliseconds