Home
last modified time | relevance | path

Searched refs:compRelocations (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1547 static bool compRelocations(const DynamicReloc &A, const DynamicReloc &B) { in compRelocations() function
1557 std::stable_sort(Relocs.begin(), Relocs.end(), compRelocations); in writeTo()