Searched refs:SortSymbolIndexesByValue (Results 1 – 4 of 4) sorted by relevance
73 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in CalculateAbilities()80 symtab->SortSymbolIndexesByValue(m_code_indexes, true); in CalculateAbilities()86 symtab->SortSymbolIndexesByValue(m_data_indexes, true); in CalculateAbilities()
123 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
308 symtab->SortSymbolIndexesByValue(m_func_indexes, true); in InitOSO()309 symtab->SortSymbolIndexesByValue(m_glob_indexes, true); in InitOSO()
613 void Symtab::SortSymbolIndexesByValue(std::vector<uint32_t> &indexes, in SortSymbolIndexesByValue() function in Symtab