Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp359 size_t fpos = 0; // "file" offsets are actually relative to the architecture header local
430 fpos += sizeof(x64_header) + sizeof(data_seg) + sizeof(data_sect) + sizeof(symtab);
432 data_seg.fileoff = static_cast<uint32_t>(fpos);
433 data_sect.offset = static_cast<uint32_t>(fpos);
434 fpos += size_of_section;
436 size_t sectionAligned = (fpos + 7) & ~7;
437 uint32_t sectionAlign = sectionAligned - fpos;
438 fpos = sectionAligned;
440 symtab.symoff = static_cast<uint32_t>(fpos);
459 fpos
[all...]

Completed in 1 milliseconds