Searched refs:rva_to_ptr (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/crt/wine/ |
H A D | except_x86_64.c | 104 static inline void* rva_to_ptr(UINT rva, ULONG64 base) in rva_to_ptr() function 111 const cxx_type_info *type = rva_to_ptr(type_rva, base); in dump_type() 139 ipmap_info *ipmap = rva_to_ptr(descr->ipmap, image_base); in dump_function_descr() 209 const type_info *ti = rva_to_ptr(type->type_info, exc_base); in find_caught_type() 232 void **dest = rva_to_ptr(catchblock->offset, frame); in copy_exception() 254 rva_to_ptr(type->copy_ctor, exc_base); in copy_exception() 260 rva_to_ptr(type->copy_ctor, exc_base); in copy_exception() 274 int *unwind_help = rva_to_ptr(descr->unwind_help, frame); in cxx_local_unwind() 334 int *unwind_help = rva_to_ptr(descr->unwind_help, frame); in call_catch_block() 411 unwind_help = rva_to_ptr(descr->unwind_help, orig_frame); in find_catch_block() [all …]
|
/reactos/sdk/tools/ |
H A D | pefixup.c | 37 void *rva_to_ptr(unsigned char *buffer, PIMAGE_NT_HEADERS nt_header, DWORD rva) in rva_to_ptr() function 97 export_directory = rva_to_ptr(buffer, nt_header, export_dir->VirtualAddress); in add_loadconfig() 104 name_ptr = rva_to_ptr(buffer, nt_header, export_directory->AddressOfNames); in add_loadconfig() 105 ordinal_ptr = rva_to_ptr(buffer, nt_header, export_directory->AddressOfNameOrdinals); in add_loadconfig() 106 function_ptr = rva_to_ptr(buffer, nt_header, export_directory->AddressOfFunctions); in add_loadconfig() 110 const char* name = rva_to_ptr(buffer, nt_header, name_ptr[n]); in add_loadconfig() 115 PDWORD load_config_ptr = rva_to_ptr(buffer, nt_header, load_config_rva); in add_loadconfig()
|