Home
last modified time | relevance | path

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

/dports/devel/avra/avra-1.4.2/src/
H A Dcoff.c168 int NumberOfSymbols, SymbolIndex, LastFileIndex, LastFunctionIndex, LastFunctionAddress; in write_coff_file() local
233 LastFunctionIndex = 0; /* set to zero on last function */ in write_coff_file()
250 pAux->x_sym.x_fcnary.x_fcn.x_endndx = LastFunctionIndex; /* point to next function index */ in write_coff_file()
252 LastFunctionIndex = SymbolIndex; in write_coff_file()
258 pAux->x_sym.x_fcnary.x_fcn.x_endndx = LastFunctionIndex; in write_coff_file()