Lines Matching defs:comment
30 * either modify an existing .comment section and/or append
31 * a new .comment section to an existing ELF file.
43 static const char *CommentStr = ".comment";
46 update_comment(Elf *elf, const char *file, const char *comment)
62 * to see if it is a ".comment" section. If it is then
78 (void) printf("%s has no .comment section. "
81 * First add the ".comment" string to the string table
104 * Add the ".comment" section to the end of the file.
133 (void) printf("%s: .comment section is part of a "
143 data->d_buf = (void *)comment;
144 data->d_size = strlen(comment) + 1;
160 (void) printf("usage: %s <new comment> elf_file ...\n",
176 * The new comment is passed in through the command line.
177 * This string will be used to update the .comment section of