Searched refs:compare_sections (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/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 | 682 * elf32_updatefile.c (compare_sections): Sort secondarily on sh_size,
|
/external/elfutils/src/src/ |
D | unstrip.c | 691 compare_sections (const void *a, const void *b, bool rel) in compare_sections() function 709 return compare_sections (a, b, true); in compare_sections_rel() 715 return compare_sections (a, b, false); in compare_sections_nonrel()
|
D | ChangeLog | 2038 (compare_sections): Likewise, pass it down. 2041 instead of compare_sections.
|