Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/tools/darch/src/
Dcreate.c598 int fstPos; in ConstructFSTFromStructure() local
633 fstPos = sizeof(ARCHeader); in ConstructFSTFromStructure()
634 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()
639 header.fstStart = REV32(fstPos); in ConstructFSTFromStructure()
701 if ( -1 == lseek(fidNew, fstPos, SEEK_SET) ) in ConstructFSTFromStructure()