Searched refs:elf_obj (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/solaris/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c52 char * elf_obj; /* elf_obj file */ local
60 (void) fprintf(stderr, "Usage: %s elf_obj\n", argv[0]);
64 /* open the elf_obj */
65 elf_obj = argv[1];
66 if ((fd = open(elf_obj, O_RDWR)) == -1) {
67 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
71 (void) printf("Opening '%s' for update\n", elf_obj);
159 (void) printf("Saving %d updates to '%s'\n", fix_count, elf_obj);
171 (fix_count > 0) ? "updating" : "with", elf_obj);
[all...]
/openjdk7/jdk/make/tools/fix_empty_sec_hdr_flags/
H A Dfix_empty_sec_hdr_flags.c52 char * elf_obj; /* elf_obj file */ local
60 (void) fprintf(stderr, "Usage: %s elf_obj\n", argv[0]);
64 /* open the elf_obj */
65 elf_obj = argv[1];
66 if ((fd = open(elf_obj, O_RDWR)) == -1) {
67 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
71 (void) printf("Opening '%s' for update\n", elf_obj);
159 (void) printf("Saving %d updates to '%s'\n", fix_count, elf_obj);
171 (fix_count > 0) ? "updating" : "with", elf_obj);
[all...]
/openjdk7/hotspot/src/os/solaris/add_gnu_debuglink/
H A Dadd_gnu_debuglink.c63 char * elf_obj; /* elf_obj file */ local
75 (void) fprintf(stderr, "Usage: %s debug_info_path elf_obj\n", argv[0]);
97 /* open the elf_obj */
98 elf_obj = argv[2];
99 if ((fd = open(elf_obj, O_RDWR)) == -1) {
100 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
104 (void) printf("Opening '%s' for update\n", elf_obj);
196 (void) printf("Saving updates to '%s'\n", elf_obj);
203 (void) printf("Done updating '%s'\n", elf_obj);
[all...]
/openjdk7/jdk/make/tools/add_gnu_debuglink/
H A Dadd_gnu_debuglink.c63 char * elf_obj; /* elf_obj file */ local
75 (void) fprintf(stderr, "Usage: %s debug_info_path elf_obj\n", argv[0]);
97 /* open the elf_obj */
98 elf_obj = argv[2];
99 if ((fd = open(elf_obj, O_RDWR)) == -1) {
100 (void) fprintf(stderr, "%s: cannot open file.\n", elf_obj);
104 (void) printf("Opening '%s' for update\n", elf_obj);
196 (void) printf("Saving updates to '%s'\n", elf_obj);
203 (void) printf("Done updating '%s'\n", elf_obj);
[all...]

Completed in 24 milliseconds