Home
last modified time | relevance | path

Searched refs:scn_page_access (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c1547 static void test_image_mapping(const char *dll_name, DWORD scn_page_access, BOOL is_dll) in test_image_mapping() argument
1581 ok(info.Protect == scn_page_access, "got %#x != expected %#x\n", info.Protect, scn_page_access); in test_image_mapping()
1600 ok(info.Protect == scn_page_access, "got %#x != expected %#x\n", info.Protect, scn_page_access); in test_image_mapping()
1618 ok(info.Protect == scn_page_access, "got %#x != expected %#x\n", info.Protect, scn_page_access); in test_image_mapping()
1798 DWORD scn_file_access, scn_page_access, scn_page_access_after_write; in test_section_access() member
1912 …ok(info.Protect == td[i].scn_page_access, "%d: got %#x != expected %#x\n", i, info.Protect, td[i]. in test_section_access()
1939 test_image_mapping(dll_name, td[i].scn_page_access, TRUE); in test_section_access()
1972 …ok(info.Protect == td[i].scn_page_access, "%d: got %#x != expected %#x\n", i, info.Protect, td[i]. in test_section_access()
1994 test_image_mapping(dll_name, td[i].scn_page_access, FALSE); in test_section_access()