Home
last modified time | relevance | path

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

/reactos/sdk/tools/rsym/
H A Drsym.c721 ULONG CoffIndex; in MergeStabsAndCoffs() local
743 CoffIndex = 0; in MergeStabsAndCoffs()
766 while (CoffIndex < CoffSymbolsCount && in MergeStabsAndCoffs()
767 CoffSymbols[CoffIndex].Address <= (*MergedSymbols)[*MergedSymbolCount].Address) in MergeStabsAndCoffs()
769 if (CoffSymbols[CoffIndex].FunctionOffset != 0) in MergeStabsAndCoffs()
771 CoffFunctionSymbol = &CoffSymbols[CoffIndex]; in MergeStabsAndCoffs()
774 CoffIndex++; in MergeStabsAndCoffs()
792 for (CoffIndex = 0; CoffIndex < CoffSymbolsCount; CoffIndex++) in MergeStabsAndCoffs()
794 if (CoffSymbols[CoffIndex].Address && in MergeStabsAndCoffs()
795 CoffSymbols[CoffIndex].FunctionOffset) in MergeStabsAndCoffs()
[all …]