Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c388 WinPE32_HeaderRec pe32_header; in fnt_face_get_dll_font() local
401 FT_STREAM_READ_FIELDS( winpe32_header_fields, &pe32_header ) ) in fnt_face_get_dll_font()
408 pe32_header.magic, pe32_header.machine, in fnt_face_get_dll_font()
409 pe32_header.number_of_sections, in fnt_face_get_dll_font()
410 pe32_header.size_of_optional_header, in fnt_face_get_dll_font()
411 pe32_header.magic32, pe32_header.rsrc_virtual_address, in fnt_face_get_dll_font()
412 pe32_header.rsrc_size )); in fnt_face_get_dll_font()
414 if ( pe32_header.magic != WINFNT_PE_MAGIC /* check full signature */ || in fnt_face_get_dll_font()
417 pe32_header.magic32 != 0x10b ) in fnt_face_get_dll_font()
426 for ( i = 0; i < pe32_header.number_of_sections; i++ ) in fnt_face_get_dll_font()
[all …]

Completed in 4 milliseconds