Searched refs:compare_sections (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 54 compare_sections (const void *a, const void *b) in compare_sections() function 100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()
|
D | ChangeLog | 1006 * elf32_updatefile.c (compare_sections): Sort secondarily on sh_size,
|
/external/elfutils/src/ |
D | unstrip.c | 725 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()
|
D | ChangeLog | 2523 (compare_sections): Likewise, pass it down. 2526 instead of compare_sections.
|