Searched refs:num_sections (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/imagehlp/ |
H A D | integrity.c | 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 698 for( i = 0; ret && i < num_sections; i++, hdr++ ) in IMAGEHLP_ReportCodeSections() 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() [all …]
|
/reactos/dll/win32/kernel32/wine/ |
H A D | res.c | 830 if (num_sections) in get_section_header() 906 DWORD num_sections = 0; in section_from_rva() local 1020 DWORD num_sections = 0, i; in read_mapped_resources() local 1030 for (i=0; i<num_sections; i++) in read_mapped_resources() 1034 if (i == num_sections) in read_mapped_resources() 1345 DWORD i, num_sections = 0; in get_resource_section() local 1356 for (i=0; i<num_sections; i++) in get_resource_section() 1360 if (i == num_sections) in get_resource_section() 1373 for (i=0; i<num_sections; i++) in get_init_data_size() 1457 DWORD num_sections; in write_raw_resources() local [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/ |
H A D | afblue.pl | 51 my $num_sections = 0; # Number of sections seen so far. 203 return "af_blue_" . $num_sections. "_" . join('_', @name_stack); 223 my $add = ($last_aux eq "af_blue_" . $num_sections . "_0" ) 283 $num_sections++;
|
/reactos/dll/win32/dbghelp/ |
H A D | macho_module.c | 413 for (i = 0; i < fmap->num_sections; i++) in macho_find_segment_section() 471 if (ism->sidx < 0 || ism->sidx >= ism->fmap->u.macho.num_sections || in macho_get_map_rva() 482 if (ism->sidx < 0 || ism->sidx >= ism->fmap->u.macho.num_sections || in macho_get_map_size() 609 ifm->u.macho.num_sections += nsects; in macho_count_sections() 729 fmap->num_sections = 0; in reset_file_map() 841 fmap->num_sections = 0; in macho_map_file() 844 TRACE("%d sections\n", fmap->num_sections); in macho_map_file() 846 fmap->sect = HeapAlloc(GetProcessHeap(), 0, fmap->num_sections * sizeof(fmap->sect[0])); in macho_map_file() 857 fmap->num_sections = 0; in macho_map_file() 904 for (ism.sidx = 0; ism.sidx < ifm->u.macho.num_sections; ism.sidx++) in macho_unmap_file() [all …]
|
H A D | image_private.h | 144 int num_sections; member
|
/reactos/sdk/lib/ucrt/locale/ |
H A D | wsetlocale.cpp | 1012 size_t num_sections = 0; in parse_bcp47() local 1019 if (num_sections >= max_sections) in parse_bcp47() 1028 sections[num_sections].ptr = p; in parse_bcp47() 1029 sections[num_sections].length = section_length; in parse_bcp47() 1030 sections[num_sections].delimiter = last_delimiter; in parse_bcp47() 1033 ++num_sections; in parse_bcp47() 1036 switch (num_sections) in parse_bcp47()
|