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()
124 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
315 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()316 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
608 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue() function in Symtab