Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjfiles.c823 sort_cmp (const struct obj_section *sect1, const obj_section *sect2) in sort_cmp() function
1092 std::sort (map, map + alloc_size, sort_cmp); in update_section_map()
DChangeLog-20193229 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
3277 (sort_cmp): ...this, and change to std::sort semantics.