HomeSort by relevance Sort by last modified time
    Searched defs:RVAToAddr (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/win/
pe_image.cc 109 return RVAToAddr(
118 // Don't use the virtual RVAToAddr.
120 PEImage::RVAToAddr(section->VirtualAddress));
162 RVAToAddr(exports->AddressOfFunctions));
172 PBYTE function = reinterpret_cast<PBYTE>(RVAToAddr(*export_entry));
201 PDWORD names = reinterpret_cast<PDWORD>(RVAToAddr(exports->AddressOfNames));
209 LPCSTR name = reinterpret_cast<LPCSTR>(RVAToAddr(*middle));
231 RVAToAddr(exports->AddressOfNameOrdinals));
245 PVOID section_start = RVAToAddr(section->VirtualAddress);
268 PDWORD functions = reinterpret_cast<PDWORD>(RVAToAddr(
    [all...]
  /external/chromium_org/base/win/
pe_image.cc 110 return RVAToAddr(
119 // Don't use the virtual RVAToAddr.
121 PEImage::RVAToAddr(section->VirtualAddress));
163 RVAToAddr(exports->AddressOfFunctions));
173 PBYTE function = reinterpret_cast<PBYTE>(RVAToAddr(*export_entry));
202 PDWORD names = reinterpret_cast<PDWORD>(RVAToAddr(exports->AddressOfNames));
210 LPCSTR name = reinterpret_cast<LPCSTR>(RVAToAddr(*middle));
232 RVAToAddr(exports->AddressOfNameOrdinals));
246 PVOID section_start = RVAToAddr(section->VirtualAddress);
269 PDWORD functions = reinterpret_cast<PDWORD>(RVAToAddr(
    [all...]

Completed in 118 milliseconds