Searched refs:debug_info_path (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/os/solaris/add_gnu_debuglink/ |
H A D | add_gnu_debuglink.c | 29 * debug_info_path to the specified ELF object. 59 char * debug_info_path; /* debug info path */ local 75 (void) fprintf(stderr, "Usage: %s debug_info_path elf_obj\n", argv[0]); 79 debug_info_path = argv[1]; /* save for later */ 80 if ((fd = open(debug_info_path, O_RDONLY)) == -1) { 81 (void) fprintf(stderr, "%s: cannot open file.\n", debug_info_path); 85 (void) printf("Computing CRC for '%s'\n", debug_info_path); 177 (void) printf("Adding ELF data for debug_info_path value\n"); 180 buffer_len = strlen(debug_info_path) + 1; /* +1 for NUL */ 181 (void) strncpy((char *) buffer, debug_info_path, buffer_le [all...] |
/openjdk7/jdk/make/tools/add_gnu_debuglink/ |
H A D | add_gnu_debuglink.c | 29 * debug_info_path to the specified ELF object. 59 char * debug_info_path; /* debug info path */ local 75 (void) fprintf(stderr, "Usage: %s debug_info_path elf_obj\n", argv[0]); 79 debug_info_path = argv[1]; /* save for later */ 80 if ((fd = open(debug_info_path, O_RDONLY)) == -1) { 81 (void) fprintf(stderr, "%s: cannot open file.\n", debug_info_path); 85 (void) printf("Computing CRC for '%s'\n", debug_info_path); 177 (void) printf("Adding ELF data for debug_info_path value\n"); 180 buffer_len = strlen(debug_info_path) + 1; /* +1 for NUL */ 181 (void) strncpy((char *) buffer, debug_info_path, buffer_le [all...] |
Completed in 23 milliseconds