Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dloader.c296 static BOOL query_image_section( int id, const char *dll_name, const IMAGE_NT_HEADERS *nt_header, in query_image_section() function
530 has_code = query_image_section( line, dll_name, nt_header, section_data ); in map_image_section()
953 query_image_section( i, dll_name, &nt_header, NULL ); in test_Loader()