Searched refs:module_name_len (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 170 int GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, in GetModuleAndOffsetForPc() argument 178 if (module_name && module_name_len) { in GetModuleAndOffsetForPc() 179 internal_strncpy(module_name, found_module_name, module_name_len); in GetModuleAndOffsetForPc() 180 module_name[module_name_len - 1] = '\x00'; in GetModuleAndOffsetForPc() 222 uptr module_name_len, in __sanitizer_get_module_and_offset_for_pc() argument 225 reinterpret_cast<uptr>(pc), module_name, module_name_len, in __sanitizer_get_module_and_offset_for_pc()
|
| H A D | sanitizer_linux.cpp | 1246 uptr module_name_len = Size; in ReadBinaryName() 1249 uptr module_name_len = internal_readlink(default_module_name, buf, buf_len); in ReadBinaryName() 1251 bool IsErr = internal_iserror(module_name_len, &readlink_error); in ReadBinaryName() 1259 module_name_len = in ReadBinaryName() 1261 CHECK_LT(module_name_len, buf_len); in ReadBinaryName() 1263 return module_name_len; in ReadBinaryName()
|
| H A D | sanitizer_win.cpp | 689 int module_name_len = ::WideCharToMultiByte( in init() local 692 module_name[module_name_len] = '\0'; in init()
|
| H A D | sanitizer_common.h | 775 int GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len,
|