Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_updatefile.c54 compare_sections (const void *a, const void *b) in compare_sections() function
100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()
DChangeLog1006 * elf32_updatefile.c (compare_sections): Sort secondarily on sh_size,
/external/elfutils/src/
Dunstrip.c725 compare_sections (const void *a, const void *b, bool rel) in compare_sections() function
743 return compare_sections (a, b, true); in compare_sections_rel()
749 return compare_sections (a, b, false); in compare_sections_nonrel()
DChangeLog2523 (compare_sections): Likewise, pass it down.
2526 instead of compare_sections.