Searched defs:GetSectionHeader (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/win/
H A Dpe_image.cc87 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const { function in class:base::win::PEImage
118 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
141 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
243 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);

Completed in 122 milliseconds