OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymInitialize
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_dbghelp.h
35
extern decltype(::
SymInitialize
) *
SymInitialize
;
sanitizer_symbolizer_win.cc
30
decltype(::
SymInitialize
) *
SymInitialize
;
50
return
SymInitialize
(GetCurrentProcess(), 0, TRUE);
79
DBGHELP_IMPORT(
SymInitialize
);
86
// OK, maybe the client app has called
SymInitialize
already.
90
// Anyways, we have to reconfigure stuff to make sure that
SymInitialize
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_dbghelp.h
34
extern decltype(::
SymInitialize
) *
SymInitialize
;
sanitizer_symbolizer_win.cpp
29
decltype(::
SymInitialize
) *
SymInitialize
;
52
return
SymInitialize
(GetCurrentProcess(), 0, TRUE);
81
DBGHELP_IMPORT(
SymInitialize
);
88
// OK, maybe the client app has called
SymInitialize
already.
92
// Anyways, we have to reconfigure stuff to make sure that
SymInitialize
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dbghelp.d
52
SymInitializeFunc
SymInitialize
;
76
sm_inst.
SymInitialize
= cast(SymInitializeFunc) GetProcAddress(sm_hndl,"
SymInitialize
");
93
assert( sm_inst.
SymInitialize
&& sm_inst.SymCleanup && sm_inst.StackWalk64 && sm_inst.SymGetOptions &&
imagehlp.d
359
BOOL
SymInitialize
(HANDLE, LPSTR, BOOL);
stacktrace.d
405
if (!dbghelp.
SymInitialize
(hProcess, generateSearchPath().ptr, TRUE))
Completed in 28 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026