Searched refs:MergedSymbolCount (Results 1 – 1 of 1) sorted by relevance
716 MergeStabsAndCoffs(ULONG *MergedSymbolCount, PROSSYM_ENTRY *MergedSymbols, in MergeStabsAndCoffs() argument726 *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 …]