Searched refs:CommentStr (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libelf/demo/ |
H A D | acom.c | 43 static const char *CommentStr = ".comment"; variable 70 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in update_comment() 99 data->d_buf = (void *)CommentStr; in update_comment() 100 data->d_size = strlen(CommentStr) + 1; in update_comment()
|
H A D | pcom.c | 44 static const char *CommentStr = ".comment"; variable 74 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in print_comment()
|
H A D | tpcom.c | 49 static const char *CommentStr = ".comment"; variable 92 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in print_comment()
|
H A D | dcom.c | 56 static const char *CommentStr = ".comment"; variable 140 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in delete_comment()
|