Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.cc147 *structure = RVA_TO_ADDR(dump_file_view_, descr.Memory.Rva); in HasMemoryImpl()
173 *structure = RVA_TO_ADDR(dump_file_view_, curr_rva); in HasMemoryImpl()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1255 #define RVA_TO_ADDR(Mapping,Rva) ((PVOID)(((ULONG_PTR) (Mapping)) + (Rva))) macro