Searched refs:SortSymbolIndexesByValue (Results 1 – 4 of 4) sorted by relevance
111 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities()117 symtab->SortSymbolIndexesByValue(m_code_indexes, true); in CalculateAbilities()122 symtab->SortSymbolIndexesByValue(m_data_indexes, true); in CalculateAbilities()
78 …void SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) cons…
379 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()380 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
605 Symtab::SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const in SortSymbolIndexesByValue() function in Symtab