Home
last modified time | relevance | path

Searched refs:RVAPtr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp913 template <typename T> class RVAPtr { class
915 RVAPtr(void *module, uptr rva) in RVAPtr() function in __interception::__anonf7bb67370111::RVAPtr
933 RVAPtr<IMAGE_DOS_HEADER> dos_stub(module, 0); in InternalGetProcAddress()
946 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress()
949 RVAPtr<DWORD> names(module, exports->AddressOfNames); in InternalGetProcAddress()
953 RVAPtr<char> name(module, names[i]); in InternalGetProcAddress()
956 RVAPtr<char> func(module, functions[index]); in InternalGetProcAddress()
1013 RVAPtr<IMAGE_DOS_HEADER> dos_stub(module, 0); in OverrideImportedFunction()
1027 RVAPtr<IMAGE_IMPORT_DESCRIPTOR> imports(module, in OverrideImportedFunction()
1030 RVAPtr<const char> modname(module, imports->Name); in OverrideImportedFunction()
[all …]