Searched refs:match_indexes (Results 1 – 2 of 2) sorted by relevance
379 std::vector<uint32_t> match_indexes; in GetDyldLockVariableAddressFromModule() local383 symtab->AppendSymbolIndexesWithName(g_symbol_name, match_indexes); in GetDyldLockVariableAddressFromModule()385 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[0]); in GetDyldLockVariableAddressFromModule()
1553 std::vector<uint32_t> match_indexes; in LookupSymbolInModule() local1559 name_regexp, eSymbolTypeAny, match_indexes); in LookupSymbolInModule()1562 symtab->AppendSymbolIndexesWithName(symbol_name, match_indexes); in LookupSymbolInModule()1573 Symbol *symbol = symtab->SymbolAtIndex(match_indexes[i]); in LookupSymbolInModule()