OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dos_stub
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc
879
RVAPtr<IMAGE_DOS_HEADER>
dos_stub
(module, 0);
local in function:__interception::InternalGetProcAddress
880
RVAPtr<IMAGE_NT_HEADERS> headers(module,
dos_stub
->e_lfanew);
881
if (!module ||
dos_stub
->e_magic != IMAGE_DOS_SIGNATURE || // "MZ"
959
RVAPtr<IMAGE_DOS_HEADER>
dos_stub
(module, 0);
local in function:__interception::OverrideImportedFunction
960
RVAPtr<IMAGE_NT_HEADERS> headers(module,
dos_stub
->e_lfanew);
961
if (!module ||
dos_stub
->e_magic != IMAGE_DOS_SIGNATURE || // "MZ"
interception_win.cc
879
RVAPtr<IMAGE_DOS_HEADER>
dos_stub
(module, 0);
local in function:__interception::InternalGetProcAddress
880
RVAPtr<IMAGE_NT_HEADERS> headers(module,
dos_stub
->e_lfanew);
881
if (!module ||
dos_stub
->e_magic != IMAGE_DOS_SIGNATURE || // "MZ"
959
RVAPtr<IMAGE_DOS_HEADER>
dos_stub
(module, 0);
local in function:__interception::OverrideImportedFunction
960
RVAPtr<IMAGE_NT_HEADERS> headers(module,
dos_stub
->e_lfanew);
961
if (!module ||
dos_stub
->e_magic != IMAGE_DOS_SIGNATURE || // "MZ"
Completed in 81 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025