OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RVAToAddr
(Results
1 - 8
of
8
) 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
...]
pe_image.h
143
//
RVAToAddr
(*GetExportEntry) can be used to resolve
212
virtual PVOID
RVAToAddr
(DWORD rva) const;
232
virtual PVOID
RVAToAddr
(DWORD rva) const;
/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
...]
pe_image.h
147
//
RVAToAddr
(*GetExportEntry) can be used to resolve
216
virtual PVOID
RVAToAddr
(DWORD rva) const;
236
virtual PVOID
RVAToAddr
(DWORD rva) const;
/external/chromium_org/chrome/installer/test/
pe_image_resources.cc
87
image.
RVAToAddr
(data_entry->OffsetToData)) + data_entry->Size <=
92
reinterpret_cast<uint8*>(image.
RVAToAddr
(data_entry->OffsetToData)),
/external/chromium_org/sandbox/win/src/
eat_resolver.cc
78
*address = pe.
RVAToAddr
(*eat_entry_);
sandbox_nt_util.cc
376
char* name = reinterpret_cast<char*>(pe.
RVAToAddr
(exports->Name));
/external/chromium_org/chrome/app/
image_pre_reader_win.cc
309
static_cast<uint8*>(pe_image.
RVAToAddr
(section->VirtualAddress));
Completed in 1895 milliseconds