Searched defs:fix_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/solaris/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c53 int fix_count; /* number of flags fixed */ local
110 fix_count = 0;
154 fix_count++;
158 if (fix_count > 0) {
159 (void) printf("Saving %d updates to '%s'\n", fix_count, elf_obj);
171 (fix_count > 0) ? "updating" : "with", elf_obj);
/openjdk7/jdk/make/tools/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c53 int fix_count; /* number of flags fixed */ local
110 fix_count = 0;
154 fix_count++;
158 if (fix_count > 0) {
159 (void) printf("Saving %d updates to '%s'\n", fix_count, elf_obj);
171 (fix_count > 0) ? "updating" : "with", elf_obj);

Completed in 30 milliseconds