HomeSort by relevance Sort by last modified time
    Searched full:compare_sections (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf32_updatefile.c 54 compare_sections (const void *a, const void *b) function
100 qsort (scns, scnp - scns, sizeof (*scns), compare_sections);
ChangeLog 1006 * elf32_updatefile.c (compare_sections): Sort secondarily on sh_size,
    [all...]
  /external/elfutils/src/
unstrip.c 727 compare_sections (const void *a, const void *b, bool rel)
745 return compare_sections (a, b, true);
751 return compare_sections (a, b, false);
725 compare_sections (const void *a, const void *b, bool rel) function
    [all...]
ChangeLog     [all...]

Completed in 3875 milliseconds