Home
last modified time | relevance | path

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

/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/
H A Dpefile.py62 opt_header_size = "H" variable in PECOFFHeader
169 if coffhdr.opt_header_size != 224:
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dw32dll-local.h73 uint16_t opt_header_size; member
H A Dw32dll.c177 || dll->header.opt_header_size < sizeof(dll->extheader) in w32dll_load()
192 if (dll->header.opt_header_size > sizeof(dll->extheader)) { in w32dll_load()
193 if (lseek(fd, dll->header.opt_header_size - sizeof(dll->extheader), in w32dll_load()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/export/
H A Dexport.cpp399 uint16_t opt_header_size = f->get_16(); local
402 f->seek(f->get_position() + 2 + opt_header_size);
/dports/devel/godot/godot-3.2.3-stable/platform/windows/export/
H A Dexport.cpp399 uint16_t opt_header_size = f->get_16(); local
402 f->seek(f->get_position() + 2 + opt_header_size);