OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStructureAt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
pe_image_reader_win.h
107
template<typename T> bool
GetStructureAt
(size_t offset, const T** structure) {
108
return
GetStructureAt
(offset, sizeof(**structure), structure);
115
template<typename T> bool
GetStructureAt
(size_t offset,
pe_image_reader_win.cc
152
if (
GetStructureAt
(entry.PointerToRawData, entry.SizeOfData, &debug_data)) {
168
if (!
GetStructureAt
(0, &dos_header) ||
180
if (!
GetStructureAt
(GetDosHeader()->e_lfanew, &signature) ||
192
if (!
GetStructureAt
(GetDosHeader()->e_lfanew +
210
!
GetStructureAt
(optional_header_offset, &optional_header_magic)) {
251
if (!
GetStructureAt
(first_section_header - image_data_,
287
if (!
GetStructureAt
(section_header->PointerToRawData,
Completed in 110 milliseconds