Home
last modified time | relevance | path

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

/external/freetype/src/winfonts/
Dwinfnt.c407 WinPE32_SectionRec pe32_section; in fnt_face_get_dll_font() local
447 &pe32_section ) ) in fnt_face_get_dll_font()
451 pe32_section.name, pe32_section.virtual_address, in fnt_face_get_dll_font()
452 pe32_section.size_of_raw_data, in fnt_face_get_dll_font()
453 pe32_section.pointer_to_raw_data )); in fnt_face_get_dll_font()
456 pe32_section.virtual_address ) in fnt_face_get_dll_font()
465 FT_TRACE2(( "found resources section %.8s\n", pe32_section.name )); in fnt_face_get_dll_font()
467 if ( FT_STREAM_SEEK( pe32_section.pointer_to_raw_data ) || in fnt_face_get_dll_font()
471 root_dir_offset = pe32_section.pointer_to_raw_data; in fnt_face_get_dll_font()
489 name_dir_offset = pe32_section.pointer_to_raw_data + in fnt_face_get_dll_font()
[all …]