Searched refs:compare_sections (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 53 compare_sections (const void *a, const void *b) in compare_sections() function 99 qsort (scns, scnp - scns, sizeof (*scns), compare_sections); in sort_sections()
|
D | ChangeLog | 1365 * elf32_updatefile.c (compare_sections): Sort secondarily on sh_size,
|
/external/elfutils/src/ |
D | unstrip.c | 766 compare_sections (const void *a, const void *b, bool rel) in compare_sections() function 785 return compare_sections (a, b, true); in compare_sections_rel() 791 return compare_sections (a, b, false); in compare_sections_nonrel()
|
D | ChangeLog | 158 (compare_sections): Pass signatures to compare_unalloc_sections. 3586 (compare_sections): Likewise, pass it down. 3589 instead of compare_sections.
|