Home
last modified time | relevance | path

Searched refs:CommentStr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c43 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 Dpcom.c44 static const char *CommentStr = ".comment"; variable
74 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in print_comment()
H A Dtpcom.c49 static const char *CommentStr = ".comment"; variable
92 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in print_comment()
H A Ddcom.c56 static const char *CommentStr = ".comment"; variable
140 if (strcmp(CommentStr, elf_strptr(elf, shstrndx, in delete_comment()