HomeSort by: relevance | last modified time | path
    Searched defs:all_relocations_count (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
readelf.c 393 static size_t all_relocations_count;
1848 all_relocations_count = nentries;
1852 size_t orig_count = all_relocations_count;
1856 all_relocations_count += nentries;
21467 for (size_t i = 0; i < all_relocations_count; i++)
21554 if (all_relocations_count > 1)
21555 qsort (all_relocations_root, all_relocations_count,
21684 for (size_t j = 0; j < all_relocations_count; j++)
21689 all_relocations_count = 0;
391 static size_t all_relocations_count; variable
readelf.c 393 static size_t all_relocations_count;
1848 all_relocations_count = nentries;
1852 size_t orig_count = all_relocations_count;
1856 all_relocations_count += nentries;
21467 for (size_t i = 0; i < all_relocations_count; i++)
21554 if (all_relocations_count > 1)
21555 qsort (all_relocations_root, all_relocations_count,
21684 for (size_t j = 0; j < all_relocations_count; j++)
21689 all_relocations_count = 0;
391 static size_t all_relocations_count; variable

Completed in 109 milliseconds