Home | Sort by: relevance | last modified time | path |
/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" |