Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/tools/darch/src/
Dcreate.c602 int fstPos; in ConstructFSTFromStructure() local
637 fstPos = sizeof(ARCHeader); in ConstructFSTFromStructure()
638 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()
643 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
705 if ( -1 == lseek(fidNew, fstPos, SEEK_SET) ) in ConstructFSTFromStructure()