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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interface_internal.h 54 const char *module_name; // Module name as a C string. This pointer is a member in struct:__asan_global
85 void __asan_before_dynamic_init(const char *module_name);
asan_suppressions.cc 79 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) local in function:__asan::IsStackTraceSuppressed
80 if (suppression_ctx->Match(module_name, kInterceptorViaLibrary, &s))
  /src/sys/stand/efiboot/
module.c 41 char *module_name; member in struct:boot_module
91 fn(bm->module_name);
96 module_add(const char *module_name)
101 while (*module_name == ' ' || *module_name == '\t')
102 ++module_name;
106 if (strcmp(bm->module_name, module_name) == 0)
112 const int slen = strlen(module_name) + 1;
113 bm->module_name = alloc(slen)
    [all...]
  /src/tests/modules/
t_x86_pte.c 46 #define MODULE_NAME "x86_pte_tester"
63 char module_name[] = MODULE_NAME; local in function:fetch_results
74 atf_tc_skip("loading '%s' module failed.", MODULE_NAME);
79 if (modctl(MODCTL_UNLOAD, module_name) != 0)
80 warn("failed to unload module '%s'", MODULE_NAME);
t_ufetchstore.c 56 #define MODULE_NAME "ufetchstore_tester"
62 atf_tc_skip("loading '%s' module failed.", MODULE_NAME);\
94 char module_name[] = MODULE_NAME; local in function:unload_module
96 if (modctl(MODCTL_UNLOAD, module_name) != 0) {
97 warn("failed to unload module '%s'", MODULE_NAME);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_common.cc 124 InternalScopedString module_name(kMaxPathLength); local in function:__sanitizer::MemoryMappingLayout::DumpListOfModules
125 MemoryMappedSegment segment(module_name.data(), module_name.size());
sanitizer_coverage_libcdep_new.cc 48 static void WriteModuleCoverage(char* file_path, const char* module_name,
50 GetCoverageFilename(file_path, StripModuleName(module_name), "sancov");
62 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); local in function:__sancov::__anon1f75a2d00110::SanitizerDumpCoverage
84 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx],
91 __sanitizer_get_module_and_offset_for_pc(pc, module_name, kMaxPathLength,
97 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx],
102 InternalFree(module_name);
sanitizer_procmaps_mac.cc 353 InternalScopedString module_name(kMaxPathLength); local in function:__sanitizer::MemoryMappingLayout::DumpListOfModules
354 MemoryMappedSegment segment(module_name.data(), kMaxPathLength);
sanitizer_symbolizer.h 96 bool GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
99 const char *module_name = nullptr; local in function:__sanitizer::Symbolizer::GetModuleNameForPc
101 if (GetModuleNameAndOffsetForPC(pc, &module_name, &unused))
102 return module_name;
151 bool FindModuleNameAndOffsetForAddress(uptr address, const char **module_name,
sanitizer_symbolizer_posix_libcdep.cc 256 Addr2LineProcess(const char *path, const char *module_name)
257 : SymbolizerProcess(path), module_name_(internal_strdup(module_name)) {}
259 const char *module_name() const { return module_name_; } function in class:__sanitizer::Addr2LineProcess
336 const char *SendCommand(const char *module_name, uptr module_offset) {
340 internal_strcmp(module_name, addr2line_pool_[i]->module_name())) {
347 new(*allocator_) Addr2LineProcess(addr2line_path_, module_name);
350 CHECK_EQ(0, internal_strcmp(module_name, addr2line->module_name()));
sanitizer_symbolizer_libcdep.cc 77 const char *module_name; local in function:__sanitizer::Symbolizer::SymbolizePC
81 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset,
85 res->info.FillModuleInfo(module_name, module_offset, arch);
97 const char *module_name; local in function:__sanitizer::Symbolizer::SymbolizeData
100 if (!FindModuleNameAndOffsetForAddress(addr, &module_name, &module_offset,
104 info->module = internal_strdup(module_name);
116 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name,
125 if (module_name)
126 *module_name = module_names_.GetOwnedCopy(internal_module_name);
149 const char **module_name,
    [all...]
sanitizer_linux_libcdep.cc 549 InternalScopedString module_name(kMaxPathLength); local in function:__sanitizer::dl_iterate_phdr_cb
553 ReadBinaryNameCached(module_name.data(), module_name.size());
555 module_name.append("%s", info->dlpi_name);
557 if (module_name[0] == '\0')
560 cur_module.set(module_name.data(), info->dlpi_addr);
sanitizer_win.cc 610 char module_name[kMaxPathLength]; local in function:__sanitizer::ListOfModules::init
613 &module_name[0], kMaxPathLength, NULL, NULL);
614 module_name[module_name_len] = '\0';
623 uptr preferred_base = GetPreferredBase(&module_name[0]);
627 cur_module.set(module_name, adjusted_base);
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 56 #define MODULE_NAME "ufetchstore_tester"
62 atf_tc_skip("loading '%s' module failed.", MODULE_NAME);\
94 char module_name[] = MODULE_NAME; local in function:unload_module
96 if (modctl(MODCTL_UNLOAD, module_name) != 0) {
97 warn("failed to unload module '%s'", MODULE_NAME);
  /src/sys/arch/arm/fdt/
arm_fdt.c 208 const char *module_name; local in function:arm_fdt_module_init
223 module_name = fdtbus_get_string_index(chosen,
225 if (module_name == NULL)
236 module_name);
247 module_prime(module_name, (void *)(uintptr_t)startva, size);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 635 if (const char *module_name = local in function:__lsan::GetSuppressionForAddr
637 if (suppressions->Match(module_name, kSuppressionLeak, &s))
  /src/sys/kern/
subr_asan.c 88 const void *module_name; /* name of the module where the var is declared */ member in struct:__asan_global
kern_module.c 202 * module_name:
207 module_name(struct module *mod) function in typeref:typename:const char *
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 1017 uint8_t module_name[8]; member in struct:atom_camera_module_info

Completed in 27 milliseconds