Lines Matching defs:indexes

444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes,  in AppendSymbolNamesToMap()
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType()
500 …AndFlagsValue (SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithTypeAndFlagsValue()
518 …type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes, uint3… in AppendSymbolIndexesWithType()
605 Symtab::SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const in SortSymbolIndexesByValue()
630 Symtab::AppendSymbolIndexesWithName (const ConstString& symbol_name, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
647 …symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithName()
673 …ameAndType (const ConstString& symbol_name, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
692 …symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesWithNameAndType()
712 …ExAndType (const RegularExpression &regexp, SymbolType symbol_type, std::vector<uint32_t>& indexes) in AppendSymbolIndexesMatchingRegExAndType()
736 …symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes) in AppendSymbolIndexesMatchingRegExAndType()
925 FindIndexPtrForSymbolContainingAddress(Symtab* symtab, addr_t file_addr, const uint32_t* indexes, u… in FindIndexPtrForSymbolContainingAddress()
1032 Symtab::FindSymbolContainingFileAddress (addr_t file_addr, const uint32_t* indexes, uint32_t num_in… in FindSymbolContainingFileAddress()