Searched refs:target_symbols (Results 1 – 2 of 2) sorted by relevance
362 SymbolContextList target_symbols; in GetStepThroughTrampolinePlan() local366 images.FindSymbolsWithNameAndType(sym_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()367 size_t num_targets = target_symbols.GetSize(); in GetStepThroughTrampolinePlan()377 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()
1607 SymbolContextList target_symbols; in GetStepThroughTrampolinePlan() local1611 images.FindSymbolsWithNameAndType(trampoline_name, eSymbolTypeCode, target_symbols); in GetStepThroughTrampolinePlan()1613 size_t num_original_symbols = target_symbols.GetSize(); in GetStepThroughTrampolinePlan()1633 target_symbols.GetContextAtIndex(i, sc); in GetStepThroughTrampolinePlan()1648 target_symbols.Clear(); in GetStepThroughTrampolinePlan()1650 FindEquivalentSymbols (current_symbol, modules_to_search, target_symbols); in GetStepThroughTrampolinePlan()1655 uint32_t num_symbols = target_symbols.GetSize(); in GetStepThroughTrampolinePlan()1664 if (target_symbols.GetContextAtIndex(i, context)) in GetStepThroughTrampolinePlan()