Searched refs:SortSymbolIndexesByValue (Results 1 – 4 of 4) sorted by relevance
78 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities()85 symtab->SortSymbolIndexesByValue(m_code_indexes, true); in CalculateAbilities()91 symtab->SortSymbolIndexesByValue(m_data_indexes, true); in CalculateAbilities()
123 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
313 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()314 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
566 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue() function in Symtab