Lines Matching refs:num_sections
639 DWORD num_sections, LPCSTR section, PDWORD size, PDWORD base ) in IMAGEHLP_GetSectionOffset() argument
643 for( i = 0; !offset && i < num_sections; i++, hdr++ ) in IMAGEHLP_GetSectionOffset()
676 DWORD num_sections, LPCSTR section, BYTE *map, DWORD fileSize, in IMAGEHLP_ReportSection() argument
681 offset = IMAGEHLP_GetSectionOffset( section_headers, num_sections, section, in IMAGEHLP_ReportSection()
692 static BOOL IMAGEHLP_ReportCodeSections( IMAGE_SECTION_HEADER *hdr, DWORD num_sections, in IMAGEHLP_ReportCodeSections() argument
698 for( i = 0; ret && i < num_sections; i++, hdr++ ) in IMAGEHLP_ReportCodeSections()
713 DWORD num_sections, BYTE *map, DWORD fileSize, DWORD DigestLevel, in IMAGEHLP_ReportImportSection() argument
720 offset = IMAGEHLP_GetSectionOffset( hdr, num_sections, ".idata", &size, in IMAGEHLP_ReportImportSection()
788 DWORD offset, size, num_sections, fileSize; in ImageGetDigestStream() local
846 num_sections = nt_hdr->FileHeader.NumberOfSections; in ImageGetDigestStream()
847 size = num_sections * sizeof(IMAGE_SECTION_HEADER); in ImageGetDigestStream()
855 IMAGEHLP_ReportCodeSections( section_headers, num_sections, in ImageGetDigestStream()
857 IMAGEHLP_ReportSection( section_headers, num_sections, ".data", in ImageGetDigestStream()
859 IMAGEHLP_ReportSection( section_headers, num_sections, ".rdata", in ImageGetDigestStream()
861 IMAGEHLP_ReportImportSection( section_headers, num_sections, in ImageGetDigestStream()
864 IMAGEHLP_ReportSection( section_headers, num_sections, ".debug", in ImageGetDigestStream()
867 IMAGEHLP_ReportSection( section_headers, num_sections, ".rsrc", in ImageGetDigestStream()