Lines Matching refs:UINT
63 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(UINT section) const {
77 DWORD PEImage::GetImageDirectoryEntrySize(UINT directory) const {
83 PVOID PEImage::GetImageDirectoryEntryAddr(UINT directory) const {
94 for (UINT i = 0; NULL != (section = GetSectionHeader(i)); i++) {
216 UINT num_sections = nt_headers->FileHeader.NumberOfSections;
219 for (UINT i = 0; i < num_sections; i++, section++) {
240 UINT ordinal_base = exports->Base;
241 UINT num_funcs = exports->NumberOfFunctions;
242 UINT num_names = exports->NumberOfNames;
249 for (UINT count = 0; count < num_funcs; count++) {
256 UINT hint;
295 UINT num_relocs = (base->SizeOfBlock - sizeof(IMAGE_BASE_RELOCATION)) /
298 for (UINT i = 0; i < num_relocs; i++, reloc++) {