Searched refs:PIMAGE_SECTION_HEADER (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/win/
H A Dpe_image.h30 PIMAGE_SECTION_HEADER header,
106 PIMAGE_SECTION_HEADER GetSectionHeader(UINT section) const;
118 PIMAGE_SECTION_HEADER GetImageSectionFromAddr(PVOID address) const;
121 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
H A Dpe_image.cc86 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
88 PIMAGE_SECTION_HEADER first_section = IMAGE_FIRST_SECTION(nt_headers);
113 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const {
115 PIMAGE_SECTION_HEADER section;
131 PIMAGE_SECTION_HEADER PEImage::GetImageSectionHeaderByName(
136 PIMAGE_SECTION_HEADER ret = NULL;
140 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
242 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);
532 PIMAGE_SECTION_HEADER section_header = GetImageSectionFromAddr(address);
H A Dpe_image_unittest.cc42 PIMAGE_SECTION_HEADER header,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c253 } IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; typedef in typeref:struct:_IMAGE_SECTION_HEADER
258 ((PIMAGE_SECTION_HEADER)((LPunsigned char)&((PIMAGE_NT_HEADERS)(ntheader))->OptionalHeader + \

Completed in 285 milliseconds