Searched refs:module_name (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc99 virtual char *SendCommand(bool is_data, const char *module_name, argument
121 char *SendCommand(bool is_data, const char *module_name, uptr module_offset) { argument
124 if (char *res = SendCommandImpl(is_data, module_name, module_offset))
144 char *SendCommandImpl(bool is_data, const char *module_name, argument
148 CHECK(module_name);
149 if (!RenderInputCommand(buffer_, kBufferSize, is_data, module_name,
282 const char *module_name,
311 // <module_name> <module_offset>
325 const char *module_name, uptr module_offset) const {
327 is_data ? "DATA " : "", module_name, module_offse
281 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
324 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
360 Addr2LineProcess(const char *path, const char *module_name) argument
363 const char *module_name() const { return module_name_; } function in class:__sanitizer::Addr2LineProcess
366 RenderInputCommand(char *buffer, uptr max_length, bool is_data, const char *module_name, uptr module_offset) const argument
401 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
453 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
496 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
519 const char *module_name; local
588 const char *module_name = module->full_name(); local
609 GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, uptr *module_address) argument
652 SendCommand(bool is_data, const char *module_name, uptr module_offset) argument
699 FindModuleNameAndOffsetForAddress(uptr address, const char **module_name, uptr *module_offset) argument
[all...]
H A Dsanitizer_symbolizer_libbacktrace.h34 const char *module_name, uptr module_offset);
H A Dsanitizer_procmaps_mac.cc161 InternalScopedBuffer<char> module_name(kMaxPathLength);
164 Next(&cur_beg, &cur_end, 0, module_name.data(),
165 module_name.size(), &prot);
167 const char *cur_name = module_name.data();
H A Dsanitizer_symbolizer_libbacktrace.cc88 const char *module_name; member in struct:__sanitizer::__anon2237::SymbolizeCodeData
100 info->FillAddressAndModuleInfo(addr, cdata->module_name,
118 info->FillAddressAndModuleInfo(addr, cdata->module_name,
151 const char *module_name,
157 data.module_name = module_name;
182 const char *module_name,
149 SymbolizeCode(uptr addr, AddressInfo *frames, uptr max_frames, const char *module_name, uptr module_offset) argument
H A Dsanitizer_linux_libcdep.cc370 InternalScopedBuffer<char> module_name(kMaxPathLength);
371 module_name.data()[0] = '\0';
375 ReadBinaryName(module_name.data(), module_name.size());
377 internal_strncpy(module_name.data(), info->dlpi_name, module_name.size());
379 if (module_name.data()[0] == '\0')
381 if (data->filter && !data->filter(module_name.data()))
384 LoadedModule *cur_module = new(mem) LoadedModule(module_name.data(),
H A Dsanitizer_procmaps_common.cc120 InternalScopedBuffer<char> module_name(kMaxPathLength);
123 Next(&cur_beg, &cur_end, &cur_offset, module_name.data(),
124 module_name.size(), &prot);
126 const char *cur_name = module_name.data();
H A Dsanitizer_coverage_mapping_libcdep.cc81 const char *module_name = StripModuleName(modules[i].full_name()); local
87 text.append("%zx %zx %zx %s\n", start, end, base, module_name);
H A Dsanitizer_symbolizer.h95 virtual bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, argument
H A Dsanitizer_coverage_libcdep.cc23 // this will create a file module_name.PID.sancov. The file format is simple:
319 // lines like "module_name offset".
388 const char *module_name = StripModuleName(module.data()); local
391 CovWritePacked(internal_getpid(), module_name, offsets.data(), local
398 common_flags()->coverage_dir, module_name,
400 int fd = CovOpenFile(false /* packed */, module_name);
H A Dsanitizer_common.cc185 LoadedModule::LoadedModule(const char *module_name, uptr base_address) { argument
186 full_name_ = internal_strdup(module_name);
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_globals.cc83 g.module_name, g.has_dynamic_init);
250 void __asan_before_dynamic_init(const char *module_name) { argument
256 CHECK(module_name);
260 Printf("DynInitPoison module: %s\n", module_name);
266 if (g->module_name != module_name)
H A Dasan_interface_internal.h43 const char *module_name; // Module name as a C string. This pointer is a member in struct:__asan_global
60 void __asan_before_dynamic_init(const char *module_name);
H A Dasan_win_dll_thunk.cc26 void *__stdcall GetModuleHandleA(const char *module_name);
/haiku-buildtools/legacy/binutils/include/
H A Doasys.h64 char *module_name; member in struct:oasys_module_table
135 char module_name[26-6]; member in struct:oasys_header_record
H A Dieee.h28 char *module_name; member in struct:ieee_module
/haiku-buildtools/binutils/include/
H A Doasys.h64 char *module_name; member in struct:oasys_module_table
135 char module_name[26-6]; member in struct:oasys_header_record
H A Dieee.h28 char *module_name; member in struct:ieee_module
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h229 unsigned char module_name[4]; member in struct:mach_o_dylib_module_external
247 unsigned char module_name[4]; member in struct:mach_o_dylib_module_64_external
/haiku-buildtools/gcc/gcc/fortran/
H A Dmodule.c200 static const char *module_name; variable
598 use_list->module_name = gfc_get_string (name);
680 if (strcmp (new_use->use_name, use_list->module_name) == 0
681 || strcmp (new_use->local_name, use_list->module_name) == 0)
684 "an external module name.", use_list->module_name);
1068 module_name, module_line, module_column, msgid);
1072 module_name, module_line, module_column, msgid);
1076 module_name, module_line, module_column, msgid);
3987 (*sym1)->module = module_name;
3988 (*sym2)->module = module_name;
[all...]
/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c567 char *module_name, *m;
573 module_name = xstrdup (lbasename (primary_filename));
575 m = strrchr (module_name, '.');
579 modnamelen = strlen (module_name);
581 module_name[i] = TOUPPER (module_name[i]);
595 modbeg.dst_b_modbeg_name = strlen (module_name);
613 totsize += write_debug_string (module_name, "module name", dosizeonly);
566 char *module_name, *m; local
/haiku-buildtools/binutils/bfd/
H A Doasys.c906 if (length > (size_t) sizeof (r.module_name))
907 length = sizeof (r.module_name);
908 else if (length < (size_t) sizeof (r.module_name))
909 (void) memset (r.module_name + length, ' ',
910 sizeof (r.module_name) - length);
912 (void) memcpy (r.module_name, abfd->filename, length);
H A Dmach-o.h190 char *module_name; member in struct:bfd_mach_o_dylib_module
/haiku-buildtools/legacy/binutils/bfd/
H A Doasys.c901 if (length > (size_t) sizeof (r.module_name))
902 length = sizeof (r.module_name);
904 (void) memcpy (r.module_name, abfd->filename, length);
905 (void) memset (r.module_name + length, ' ', sizeof (r.module_name) - length);
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc461 const char *module_name; local
464 ->GetModuleNameAndOffsetForPC(addr, &module_name, &module_offset) &&
465 SuppressionContext::Get()->Match(module_name, SuppressionLeak, &s))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstc.h86 void ffestc_module (ffelexToken module_name, ffelexToken procedure_name);

Completed in 1800 milliseconds

12