Home
last modified time | relevance | path

Searched refs:STAILQ_SORT (Results 1 – 3 of 3) sorted by path

/freebsd/contrib/elftoolchain/common/
H A D_elftc.h214 #ifndef STAILQ_SORT
215 #define STAILQ_SORT(head, type, field, cmp) do { \ macro
/freebsd/contrib/elftoolchain/libpe/
H A Dlibpe_buffer.c103 STAILQ_SORT(&ps->ps_b, _PE_SecBuf, sb_next, cmp_sb); in sort_buffers()
H A Dlibpe_section.c91 STAILQ_SORT(&pe->pe_scn, _PE_Scn, ps_next, cmp_scn); in sort_sections()