Home
last modified time | relevance | path

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

/reactos/sdk/tools/rsym/
H A Drsym.c716 MergeStabsAndCoffs(ULONG *MergedSymbolCount, PROSSYM_ENTRY *MergedSymbols, in MergeStabsAndCoffs() argument
726 *MergedSymbolCount = 0; in MergeStabsAndCoffs()
746 (*MergedSymbols)[*MergedSymbolCount] = StabSymbols[StabIndex]; in MergeStabsAndCoffs()
753 (*MergedSymbols)[*MergedSymbolCount].FileOffset = StabSymbols[j].FileOffset; in MergeStabsAndCoffs()
776 NewStabFunctionStringOffset = (*MergedSymbols)[*MergedSymbolCount].FunctionOffset; in MergeStabsAndCoffs()
778 CoffFunctionSymbol->Address <= (*MergedSymbols)[*MergedSymbolCount].Address && in MergeStabsAndCoffs()
781 (*MergedSymbols)[*MergedSymbolCount].FunctionOffset = CoffFunctionStringOffset; in MergeStabsAndCoffs()
786 StabFunctionStartAddress = (*MergedSymbols)[*MergedSymbolCount].Address; in MergeStabsAndCoffs()
789 (*MergedSymbolCount)++; in MergeStabsAndCoffs()
797 (*MergedSymbols)[*MergedSymbolCount] = CoffSymbols[CoffIndex]; in MergeStabsAndCoffs()
[all …]