Home
last modified time | relevance | path

Searched refs:fathdr (Results 1 - 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp338 struct fat_header fathdr; local
339 fathdr.magic = FAT_CIGAM;
340 fathdr.nfat_arch = htonl(2); // big-endian values in fat header
360 archs[0].offset = htonl(sizeof(fathdr) + sizeof(archs));
468 archs[1].offset = htonl(aligned + sizeof(fathdr) + sizeof(archs));
477 fwrite(&fathdr, sizeof(fathdr), 1, e);

Completed in 1 milliseconds