HomeSort by relevance Sort by last modified time
    Searched refs:PIMAGE_SECTION_HEADER (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/win/
pe_image.h 30 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;
pe_image.cc 86 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);
pe_image_unittest.cc 42 PIMAGE_SECTION_HEADER header,
  /external/chromium_org/base/win/
pe_image.h 34 PIMAGE_SECTION_HEADER header,
110 PIMAGE_SECTION_HEADER GetSectionHeader(UINT section) const;
122 PIMAGE_SECTION_HEADER GetImageSectionFromAddr(PVOID address) const;
125 PIMAGE_SECTION_HEADER GetImageSectionHeaderByName(LPCSTR section_name) const;
pe_image.cc 87 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
89 PIMAGE_SECTION_HEADER first_section = IMAGE_FIRST_SECTION(nt_headers);
114 PIMAGE_SECTION_HEADER PEImage::GetImageSectionFromAddr(PVOID address) const {
116 PIMAGE_SECTION_HEADER section;
132 PIMAGE_SECTION_HEADER PEImage::GetImageSectionHeaderByName(
137 PIMAGE_SECTION_HEADER ret = NULL;
141 PIMAGE_SECTION_HEADER section = GetSectionHeader(i);
243 PIMAGE_SECTION_HEADER section = GetSectionHeader(0);
533 PIMAGE_SECTION_HEADER section_header = GetImageSectionFromAddr(address);
pe_image_unittest.cc 42 PIMAGE_SECTION_HEADER header,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 35 PIMAGE_SECTION_HEADER LastRvaSection;
37 PIMAGE_SECTION_HEADER Sections;
65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
67 PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva);
68 PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva,PIMAGE_SECTION_HEADER *LastRvaSection);
102 PIMAGE_SECTION_HEADER ReservedSections;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 35 PIMAGE_SECTION_HEADER LastRvaSection;
37 PIMAGE_SECTION_HEADER Sections;
65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
67 PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva);
68 PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva,PIMAGE_SECTION_HEADER *LastRvaSection);
102 PIMAGE_SECTION_HEADER ReservedSections;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 230 } IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER;
235 ((PIMAGE_SECTION_HEADER)((LPunsigned char)&((PIMAGE_NT_HEADERS)(ntheader))->OptionalHeader + \
    [all...]

Completed in 516 milliseconds