Searched refs:SortSymbolIndexesByValue (Results 1 – 4 of 4) sorted by relevance
74 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities() 81 symtab->SortSymbolIndexesByValue(m_code_indexes, true); in CalculateAbilities() 87 symtab->SortSymbolIndexesByValue(m_data_indexes, true); in CalculateAbilities()
126 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
321 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()322 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
625 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue() function in Symtab